.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;
}
@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-useCItJLw3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-useCItJLw3 .mbr-media {
  position: relative;
}
.cid-useCItJLw3 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-useCItJLw3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-useCItJLw3 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.cid-useCItJLw3 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #9fe870;
}
.cid-useCItJLw3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-useCItJLw3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-useCItJLw3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-useCItJLw3 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-useCItJLw3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usNjI5xtkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background8.jpg");
}
.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: #000000;
}
.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 #aeaeae;
  box-shadow: 4px 4px 0 0 #aeaeae;
  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-usKbyOw07X .mbr-section-title,
.cid-usKbyOw07X .mbr-section-btn {
  color: #ffffff;
}
.cid-usKbyOw07X .mbr-text,
.cid-usKbyOw07X .text-wrapper,
.cid-usKbyOw07X .rating-wrapper {
  color: #ffffff;
}
.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.jpg");
}
.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/nurse-preparing-their-shift-2000x1121.jpg");
  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/71000758.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-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/background17.jpg");
}
.cid-uBRo5BPX9X .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@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-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-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-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-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-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-usNmmJARNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-usNmmJARNJ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uC9hfrpAWP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC9hfrpAWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9hfrpAWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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/the-frank-e.-and-katie-zalesky-house-2000x1582.jpg");
}
.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-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/sunrise-mountains-2000x1125.jpg");
}
.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;
  }
}
#custom-html-jv {
  /* Type valid CSS here */
}
#custom-html-jv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jv p {
  font-size: 60px;
  color: #777;
}
.cid-uHO9JTSM8v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uHO9JTSM8v h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item.open .nav-link:focus,
.cid-uHO9JTSM8v .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uHO9JTSM8v .nav-link.active {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-uHO9JTSM8v .nav-link:hover {
  background: #232323;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-uHO9JTSM8v .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uHO9JTSM8v .nav-link.display-4 {
  font-size: 15px;
}
.cid-uHO9JTSM8v .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uHO9JTSM8v .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uHO9JTSM8v .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uHO9JTSM8v .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #ffa600;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #ffa600;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uHO9JTSM8v .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uHO9JTSM8v .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uHO9JTSM8v .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uHO9JTSM8v .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uHO9JTSM8v .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uHO9JTSM8v .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO9JTSM8v .mbr-text,
  .cid-uHO9JTSM8v .nav-link,
  .cid-uHO9JTSM8v .mbr-card-title,
  .cid-uHO9JTSM8v .mbr-section-title {
    text-align: left;
  }
  .cid-uHO9JTSM8v .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uHO9JTSM8v .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uHO9JTSM8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JTSM8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uHO9JTSM8v .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uHO9JTSM8v .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uHO9JUOm4K .google-map {
  height: 700px;
  position: relative;
}
.cid-uHO9JUOm4K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHO9JUOm4K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHO9JUOm4K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHO9JUOm4K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHO9JV15JE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uHO9JV15JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO9JV15JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uHO9JV15JE .container-fluid {
    padding: 0;
  }
}
.cid-uHO9JV15JE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uHO9JV15JE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHO9JV15JE .embla__button--next,
.cid-uHO9JV15JE .embla__button--prev {
  display: flex;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHO9JV15JE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHO9JV15JE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHO9JV15JE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHO9JV15JE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHO9JV15JE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHO9JV15JE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHO9JV15JE .embla {
  position: relative;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHO9JV15JE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__slide a {
  cursor: grab;
}
.cid-uHO9JV15JE .embla__slide a:active {
  cursor: grabbing;
}
.cid-uHO9JV15JE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHO9JV15JE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uHO9JV15JE .mbr-section-title {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-section-subtitle {
  color: #232323;
}
.cid-uHO9JV15JE .mbr-box {
  color: #ffffff;
}
.cid-uHO9JV15JE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHO9JV15JE img,
.cid-uHO9JV15JE .item-img {
  width: 100%;
}
.cid-uHO9JV15JE .item-wrapper {
  position: relative;
}
.cid-uHO9JV15JE .content-head {
  max-width: 800px;
}
.cid-uHO9JVgaQw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHO9JVgaQw .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS5MpFG2 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .dropdown-menu {
  padding: 0;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS5MpFG2 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS5MpFG2 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS5MpFG2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS5MpFG2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS5MpFG2 .nav-link {
  position: relative;
}
.cid-uPlS5MpFG2 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS5MpFG2 .dropdown-menu,
.cid-uPlS5MpFG2 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS5MpFG2 .nav-item:focus,
.cid-uPlS5MpFG2 .nav-link:focus {
  outline: none;
}
.cid-uPlS5MpFG2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS5MpFG2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS5MpFG2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS5MpFG2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS5MpFG2 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS5MpFG2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS5MpFG2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS5MpFG2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS5MpFG2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS5MpFG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS5MpFG2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS5MpFG2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS5MpFG2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS5MpFG2 .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-uPlS5MpFG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS5MpFG2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS5MpFG2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS5MpFG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS5MpFG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS5MpFG2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS5MpFG2 .navbar {
    min-height: 80px;
  }
}
.cid-uPlS5MpFG2 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS5MpFG2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS5MpFG2 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS5MpFG2 .dropdown-item.active,
.cid-uPlS5MpFG2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS5MpFG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS5MpFG2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS5MpFG2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS5MpFG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS5MpFG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS5MpFG2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS5MpFG2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS5MpFG2 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-uPlS5MpFG2 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS5MpFG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS5MpFG2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS5MpFG2 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS5MpFG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .navbar {
    height: 70px;
  }
  .cid-uPlS5MpFG2 .navbar.opened {
    height: auto;
  }
  .cid-uPlS5MpFG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS5MpFG2 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS5MpFG2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS5MpFG2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS5MpFG2 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS5MpFG2 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS5MpFG2 .navbar-nav {
  display: flex !important;
}
.cid-uPlS5MpFG2 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS5MpFG2 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS5MpFG2 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS5MpFG2 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS5MpFG2 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS5MpFG2 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS5MpFG2 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS5MpFG2 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS5MpFG2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS5MpFG2 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-uPlS5MpFG2 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS5MpFG2 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS5MpFG2 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS5MpFG2 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS5MpFG2 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS5MpFG2 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS5MpFG2 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS5MpFG2 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS5MpFG2 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS5MpFG2 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS5MpFG2 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS5MpFG2 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS5MpFG2 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS5MpFG2 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS5MpFG2 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS5MpFG2 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS5MpFG2 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS5MpFG2 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS5MpFG2 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS5MpFG2 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS5MpFG2 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS5MpFG2 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS5MpFG2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS5MpFG2 .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-uPlS5MpFG2 .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-uPlS5MpFG2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS5MpFG2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS5MpFG2 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS5MpFG2 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS5MpFG2 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS5MpFG2 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS5MA9RS {
  background-image: url("../../../assets/images/east-2nd-st-commercial-hd-1.webp");
}
.cid-uPlS5MA9RS img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS5MA9RS .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS5MA9RS .images {
    display: none;
  }
}
.cid-uPlS5MA9RS .image-wrapper-1,
.cid-uPlS5MA9RS .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS5MA9RS .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS5MA9RS .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS5MA9RS .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS5MA9RS .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS5MA9RS .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS5MA9RS .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS5MA9RS .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS5MA9RS .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS5MA9RS .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS5MA9RS .text-wrapper {
  width: 100%;
}
.cid-uPlS5MA9RS .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS5MA9RS .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS5MA9RS .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS5MA9RS .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS5MA9RS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS5MA9RS .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS5MA9RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS5MA9RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS5MA9RS .text {
  display: flex;
  align-items: center;
}
.cid-uPF2SX4qFt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF2SX4qFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2SX4qFt .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-uPF2SX4qFt .container-fluid {
    padding: 0;
  }
}
.cid-uPF2SX4qFt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF2SX4qFt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF2SX4qFt .embla__button--next,
.cid-uPF2SX4qFt .embla__button--prev {
  display: flex;
}
.cid-uPF2SX4qFt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF2SX4qFt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF2SX4qFt .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-uPF2SX4qFt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF2SX4qFt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF2SX4qFt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF2SX4qFt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF2SX4qFt .embla {
  position: relative;
  width: 100%;
}
.cid-uPF2SX4qFt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF2SX4qFt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF2SX4qFt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF2SX4qFt .embla__slide a {
  cursor: grab;
}
.cid-uPF2SX4qFt .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF2SX4qFt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF2SX4qFt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF2SX4qFt .mbr-section-title {
  color: #232323;
}
.cid-uPF2SX4qFt .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF2SX4qFt .mbr-box {
  color: #ffffff;
}
.cid-uPF2SX4qFt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF2SX4qFt img,
.cid-uPF2SX4qFt .item-img {
  width: 100%;
}
.cid-uPF2SX4qFt .item-wrapper {
  position: relative;
}
.cid-uPF2SX4qFt .content-head {
  max-width: 800px;
}
.cid-uPlS5MI2QP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS5MI2QP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS5MI2QP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS5MI2QP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS5MI2QP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS5MI2QP .container {
    padding: 0 16px;
  }
}
.cid-uPlS5MI2QP .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS5MI2QP .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .row {
    padding: 25px 9px;
  }
}
.cid-uPlS5MI2QP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS5MI2QP .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS5MI2QP .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS5MI2QP .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS5MI2QP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS5MI2QP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS5MI2QP .items-wrapper {
    display: block;
  }
}
.cid-uPlS5MI2QP .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS5MI2QP .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS5MI2QP .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS5MI2QP .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS5MI2QP .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS5MI2QP .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS5MI2QP .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS5MI2QP .card {
  justify-content: center;
}
.cid-uPlS5MI2QP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS5MI2QP .mbr-text {
  color: #000000;
}
.cid-uPlS5MI2QP .card-title {
  color: #000000;
}
.cid-uPlS5MI2QP .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS5MI2QP .card-title,
.cid-uPlS5MI2QP .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS5MVuNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS5MVuNI .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS5MVuNI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS5MVuNI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS5MVuNI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS5MVuNI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS5MVuNI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS5MVuNI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS5MVuNI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS5MVuNI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS5MVuNI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS5MVuNI .embla__button--next,
.cid-uPlS5MVuNI .embla__button--prev {
  display: flex;
}
.cid-uPlS5MVuNI .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-uPlS5MVuNI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS5MVuNI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS5MVuNI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS5MVuNI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS5MVuNI .embla__button {
    top: -10%;
  }
}
.cid-uPlS5MVuNI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS5MVuNI .embla {
    margin-top: 80px;
  }
}
.cid-uPlS5MVuNI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS5MVuNI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS5MVuNI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS5MVuNI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS5MVuNI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS5MVuNI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS5MVuNI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS5MVuNI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS5MVuNI .mbr-text ul {
    display: block;
  }
}
.cid-uPlS5MVuNI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS5MVuNI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS5MVuNI .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS5MVuNI .item-wrapper {
  height: 100%;
}
.cid-uPlS5MVuNI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS5MVuNI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS5MVuNI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-k6 {
  /* Type valid CSS here */
}
#custom-html-k6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k6 p {
  font-size: 60px;
  color: #777;
}
.cid-uPF2RAqx2x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF2RAqx2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2RAqx2x .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-uPF2RAqx2x .container-fluid {
    padding: 0;
  }
}
.cid-uPF2RAqx2x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF2RAqx2x .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF2RAqx2x .embla__button--next,
.cid-uPF2RAqx2x .embla__button--prev {
  display: flex;
}
.cid-uPF2RAqx2x .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF2RAqx2x .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF2RAqx2x .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-uPF2RAqx2x .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF2RAqx2x .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF2RAqx2x .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF2RAqx2x .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF2RAqx2x .embla {
  position: relative;
  width: 100%;
}
.cid-uPF2RAqx2x .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF2RAqx2x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF2RAqx2x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF2RAqx2x .embla__slide a {
  cursor: grab;
}
.cid-uPF2RAqx2x .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF2RAqx2x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF2RAqx2x .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF2RAqx2x .mbr-section-title {
  color: #232323;
}
.cid-uPF2RAqx2x .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF2RAqx2x .mbr-box {
  color: #ffffff;
}
.cid-uPF2RAqx2x .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF2RAqx2x img,
.cid-uPF2RAqx2x .item-img {
  width: 100%;
}
.cid-uPF2RAqx2x .item-wrapper {
  position: relative;
}
.cid-uPF2RAqx2x .content-head {
  max-width: 800px;
}
.cid-uPlS5N7jyU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS5N7jyU h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS5N7jyU .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS5N7jyU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS5N7jyU .nav-link.active {
  background: #232323;
}
.cid-uPlS5N7jyU .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-uPlS5N7jyU .nav-link:hover {
  background: #232323;
}
.cid-uPlS5N7jyU .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-uPlS5N7jyU .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS5N7jyU .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS5N7jyU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS5N7jyU .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS5N7jyU .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS5N7jyU .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS5N7jyU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS5N7jyU .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS5N7jyU .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-uPlS5N7jyU .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-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS5N7jyU .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-uPlS5N7jyU .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS5N7jyU .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-uPlS5N7jyU .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS5N7jyU .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS5N7jyU .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS5N7jyU .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS5N7jyU .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS5N7jyU .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS5N7jyU .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-uPlS5N7jyU .mbr-text,
  .cid-uPlS5N7jyU .nav-link,
  .cid-uPlS5N7jyU .mbr-card-title,
  .cid-uPlS5N7jyU .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS5N7jyU .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS5N7jyU .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS5N7jyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS5N7jyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS5N7jyU .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS5N7jyU .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS5N7jyU .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS5NYVCX .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS5NYVCX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS5NYVCX .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-uPlS5NYVCX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS5NYVCX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPF2AV5zIi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF2AV5zIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2AV5zIi .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-uPF2AV5zIi .container-fluid {
    padding: 0;
  }
}
.cid-uPF2AV5zIi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF2AV5zIi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF2AV5zIi .embla__button--next,
.cid-uPF2AV5zIi .embla__button--prev {
  display: flex;
}
.cid-uPF2AV5zIi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF2AV5zIi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF2AV5zIi .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-uPF2AV5zIi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF2AV5zIi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF2AV5zIi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF2AV5zIi .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF2AV5zIi .embla {
  position: relative;
  width: 100%;
}
.cid-uPF2AV5zIi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF2AV5zIi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF2AV5zIi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF2AV5zIi .embla__slide a {
  cursor: grab;
}
.cid-uPF2AV5zIi .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF2AV5zIi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF2AV5zIi .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF2AV5zIi .mbr-section-title {
  color: #232323;
}
.cid-uPF2AV5zIi .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF2AV5zIi .mbr-box {
  color: #ffffff;
}
.cid-uPF2AV5zIi .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF2AV5zIi img,
.cid-uPF2AV5zIi .item-img {
  width: 100%;
}
.cid-uPF2AV5zIi .item-wrapper {
  position: relative;
}
.cid-uPF2AV5zIi .content-head {
  max-width: 800px;
}
.cid-uPlS5OloIo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS5OloIo .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS660CGI {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS660CGI .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-uPlS660CGI .dropdown-menu {
  padding: 0;
}
.cid-uPlS660CGI .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-uPlS660CGI .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS660CGI .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS660CGI .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS660CGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS660CGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS660CGI .nav-link {
  position: relative;
}
.cid-uPlS660CGI .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS660CGI .dropdown-menu,
.cid-uPlS660CGI .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS660CGI .nav-item:focus,
.cid-uPlS660CGI .nav-link:focus {
  outline: none;
}
.cid-uPlS660CGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS660CGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS660CGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS660CGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS660CGI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS660CGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS660CGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS660CGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS660CGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS660CGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS660CGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS660CGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS660CGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS660CGI .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-uPlS660CGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS660CGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS660CGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS660CGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS660CGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS660CGI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS660CGI .navbar {
    min-height: 80px;
  }
}
.cid-uPlS660CGI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS660CGI .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-uPlS660CGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS660CGI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS660CGI .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS660CGI .dropdown-item.active,
.cid-uPlS660CGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS660CGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS660CGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS660CGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS660CGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS660CGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS660CGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS660CGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS660CGI 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-uPlS660CGI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS660CGI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS660CGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS660CGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS660CGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS660CGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS660CGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS660CGI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS660CGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS660CGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS660CGI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS660CGI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS660CGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS660CGI .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-uPlS660CGI .navbar {
    height: 70px;
  }
  .cid-uPlS660CGI .navbar.opened {
    height: auto;
  }
  .cid-uPlS660CGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS660CGI .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-uPlS660CGI .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS660CGI .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS660CGI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS660CGI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS660CGI .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS660CGI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS660CGI .navbar-nav {
  display: flex !important;
}
.cid-uPlS660CGI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS660CGI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS660CGI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS660CGI .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS660CGI .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS660CGI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS660CGI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS660CGI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS660CGI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS660CGI 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-uPlS660CGI button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS660CGI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS660CGI .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-uPlS660CGI .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS660CGI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS660CGI .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS660CGI .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS660CGI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS660CGI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS660CGI .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-uPlS660CGI .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS660CGI .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS660CGI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS660CGI .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS660CGI .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS660CGI .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS660CGI .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS660CGI .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS660CGI .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS660CGI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS660CGI ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS660CGI ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS660CGI ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS660CGI .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS660CGI .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS660CGI .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS660CGI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS660CGI .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-uPlS660CGI .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-uPlS660CGI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS660CGI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS660CGI .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS660CGI .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS660CGI .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS660CGI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS66b3Ms {
  background-image: url("../../../assets/images/hanover-bridge.webp");
}
.cid-uPlS66b3Ms img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS66b3Ms .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS66b3Ms .images {
    display: none;
  }
}
.cid-uPlS66b3Ms .image-wrapper-1,
.cid-uPlS66b3Ms .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS66b3Ms .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS66b3Ms .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS66b3Ms .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS66b3Ms .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS66b3Ms .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS66b3Ms .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS66b3Ms .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS66b3Ms .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS66b3Ms .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS66b3Ms .text-wrapper {
  width: 100%;
}
.cid-uPlS66b3Ms .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS66b3Ms .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS66b3Ms .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS66b3Ms .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS66b3Ms .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS66b3Ms .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS66b3Ms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS66b3Ms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS66b3Ms .text {
  display: flex;
  align-items: center;
}
.cid-uPF3Te75pc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF3Te75pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3Te75pc .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-uPF3Te75pc .container-fluid {
    padding: 0;
  }
}
.cid-uPF3Te75pc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF3Te75pc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF3Te75pc .embla__button--next,
.cid-uPF3Te75pc .embla__button--prev {
  display: flex;
}
.cid-uPF3Te75pc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF3Te75pc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF3Te75pc .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-uPF3Te75pc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF3Te75pc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF3Te75pc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF3Te75pc .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF3Te75pc .embla {
  position: relative;
  width: 100%;
}
.cid-uPF3Te75pc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF3Te75pc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF3Te75pc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF3Te75pc .embla__slide a {
  cursor: grab;
}
.cid-uPF3Te75pc .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF3Te75pc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF3Te75pc .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF3Te75pc .mbr-section-title {
  color: #232323;
}
.cid-uPF3Te75pc .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF3Te75pc .mbr-box {
  color: #ffffff;
}
.cid-uPF3Te75pc .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF3Te75pc img,
.cid-uPF3Te75pc .item-img {
  width: 100%;
}
.cid-uPF3Te75pc .item-wrapper {
  position: relative;
}
.cid-uPF3Te75pc .content-head {
  max-width: 800px;
}
.cid-uPlS66jzeS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS66jzeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS66jzeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS66jzeS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS66jzeS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS66jzeS .container {
    padding: 0 16px;
  }
}
.cid-uPlS66jzeS .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS66jzeS .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .row {
    padding: 25px 9px;
  }
}
.cid-uPlS66jzeS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS66jzeS .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS66jzeS .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS66jzeS .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS66jzeS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS66jzeS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS66jzeS .items-wrapper {
    display: block;
  }
}
.cid-uPlS66jzeS .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS66jzeS .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS66jzeS .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS66jzeS .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS66jzeS .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS66jzeS .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS66jzeS .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS66jzeS .card {
  justify-content: center;
}
.cid-uPlS66jzeS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS66jzeS .mbr-text {
  color: #000000;
}
.cid-uPlS66jzeS .card-title {
  color: #000000;
}
.cid-uPlS66jzeS .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS66jzeS .card-title,
.cid-uPlS66jzeS .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS66uBOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS66uBOf .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS66uBOf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS66uBOf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS66uBOf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS66uBOf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS66uBOf .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS66uBOf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS66uBOf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS66uBOf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS66uBOf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS66uBOf .embla__button--next,
.cid-uPlS66uBOf .embla__button--prev {
  display: flex;
}
.cid-uPlS66uBOf .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-uPlS66uBOf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS66uBOf .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS66uBOf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS66uBOf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS66uBOf .embla__button {
    top: -10%;
  }
}
.cid-uPlS66uBOf .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS66uBOf .embla {
    margin-top: 80px;
  }
}
.cid-uPlS66uBOf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS66uBOf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS66uBOf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS66uBOf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS66uBOf .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS66uBOf .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS66uBOf .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS66uBOf .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS66uBOf .mbr-text ul {
    display: block;
  }
}
.cid-uPlS66uBOf .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS66uBOf .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS66uBOf .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS66uBOf .item-wrapper {
  height: 100%;
}
.cid-uPlS66uBOf .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS66uBOf .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS66uBOf .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-kf {
  /* Type valid CSS here */
}
#custom-html-kf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kf p {
  font-size: 60px;
  color: #777;
}
.cid-uPF3RWRxjz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF3RWRxjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3RWRxjz .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-uPF3RWRxjz .container-fluid {
    padding: 0;
  }
}
.cid-uPF3RWRxjz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF3RWRxjz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF3RWRxjz .embla__button--next,
.cid-uPF3RWRxjz .embla__button--prev {
  display: flex;
}
.cid-uPF3RWRxjz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF3RWRxjz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF3RWRxjz .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-uPF3RWRxjz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF3RWRxjz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF3RWRxjz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF3RWRxjz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF3RWRxjz .embla {
  position: relative;
  width: 100%;
}
.cid-uPF3RWRxjz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF3RWRxjz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF3RWRxjz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF3RWRxjz .embla__slide a {
  cursor: grab;
}
.cid-uPF3RWRxjz .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF3RWRxjz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF3RWRxjz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF3RWRxjz .mbr-section-title {
  color: #232323;
}
.cid-uPF3RWRxjz .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF3RWRxjz .mbr-box {
  color: #ffffff;
}
.cid-uPF3RWRxjz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF3RWRxjz img,
.cid-uPF3RWRxjz .item-img {
  width: 100%;
}
.cid-uPF3RWRxjz .item-wrapper {
  position: relative;
}
.cid-uPF3RWRxjz .content-head {
  max-width: 800px;
}
.cid-uPlS66G3NP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS66G3NP h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS66G3NP .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS66G3NP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS66G3NP .nav-link.active {
  background: #232323;
}
.cid-uPlS66G3NP .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-uPlS66G3NP .nav-link:hover {
  background: #232323;
}
.cid-uPlS66G3NP .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-uPlS66G3NP .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS66G3NP .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS66G3NP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS66G3NP .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS66G3NP .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS66G3NP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS66G3NP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS66G3NP .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS66G3NP .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-uPlS66G3NP .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-uPlS66G3NP .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS66G3NP .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-uPlS66G3NP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS66G3NP .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-uPlS66G3NP .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS66G3NP .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS66G3NP .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS66G3NP .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS66G3NP .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS66G3NP .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS66G3NP .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS66G3NP .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS66G3NP .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS66G3NP .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS66G3NP .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS66G3NP .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-uPlS66G3NP .mbr-text,
  .cid-uPlS66G3NP .nav-link,
  .cid-uPlS66G3NP .mbr-card-title,
  .cid-uPlS66G3NP .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS66G3NP .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS66G3NP .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS66G3NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS66G3NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS66G3NP .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS66G3NP .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS66G3NP .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS67xuPj .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS67xuPj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS67xuPj .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-uPlS67xuPj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS67xuPj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS67H5oR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS67H5oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS67H5oR .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-uPlS67H5oR .container-fluid {
    padding: 0;
  }
}
.cid-uPlS67H5oR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS67H5oR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS67H5oR .embla__button--next,
.cid-uPlS67H5oR .embla__button--prev {
  display: flex;
}
.cid-uPlS67H5oR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS67H5oR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS67H5oR .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-uPlS67H5oR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS67H5oR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS67H5oR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS67H5oR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS67H5oR .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS67H5oR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS67H5oR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS67H5oR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS67H5oR .embla__slide a {
  cursor: grab;
}
.cid-uPlS67H5oR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS67H5oR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS67H5oR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS67H5oR .mbr-section-title {
  color: #232323;
}
.cid-uPlS67H5oR .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS67H5oR .mbr-box {
  color: #ffffff;
}
.cid-uPlS67H5oR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS67H5oR img,
.cid-uPlS67H5oR .item-img {
  width: 100%;
}
.cid-uPlS67H5oR .item-wrapper {
  position: relative;
}
.cid-uPlS67H5oR .content-head {
  max-width: 800px;
}
.cid-uPlS67XfuE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS67XfuE .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS6okcHR {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .dropdown-menu {
  padding: 0;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS6okcHR .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS6okcHR .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS6okcHR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS6okcHR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS6okcHR .nav-link {
  position: relative;
}
.cid-uPlS6okcHR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS6okcHR .dropdown-menu,
.cid-uPlS6okcHR .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS6okcHR .nav-item:focus,
.cid-uPlS6okcHR .nav-link:focus {
  outline: none;
}
.cid-uPlS6okcHR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6okcHR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS6okcHR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS6okcHR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6okcHR .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS6okcHR .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS6okcHR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS6okcHR .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS6okcHR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS6okcHR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS6okcHR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS6okcHR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS6okcHR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS6okcHR .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-uPlS6okcHR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS6okcHR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS6okcHR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS6okcHR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS6okcHR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS6okcHR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6okcHR .navbar {
    min-height: 80px;
  }
}
.cid-uPlS6okcHR .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS6okcHR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS6okcHR .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS6okcHR .dropdown-item.active,
.cid-uPlS6okcHR .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS6okcHR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS6okcHR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS6okcHR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS6okcHR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS6okcHR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS6okcHR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS6okcHR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS6okcHR 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-uPlS6okcHR button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6okcHR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6okcHR nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6okcHR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6okcHR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6okcHR nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6okcHR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS6okcHR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .navbar {
    height: 70px;
  }
  .cid-uPlS6okcHR .navbar.opened {
    height: auto;
  }
  .cid-uPlS6okcHR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS6okcHR .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-uPlS6okcHR .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS6okcHR .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS6okcHR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6okcHR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6okcHR .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS6okcHR .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS6okcHR .navbar-nav {
  display: flex !important;
}
.cid-uPlS6okcHR .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS6okcHR .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS6okcHR .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6okcHR .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS6okcHR .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS6okcHR .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6okcHR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS6okcHR .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS6okcHR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS6okcHR 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-uPlS6okcHR button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6okcHR button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6okcHR .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS6okcHR .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS6okcHR .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS6okcHR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS6okcHR .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS6okcHR .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS6okcHR .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS6okcHR .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS6okcHR .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS6okcHR .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS6okcHR .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS6okcHR .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS6okcHR .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS6okcHR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS6okcHR ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS6okcHR ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS6okcHR ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS6okcHR .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS6okcHR .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS6okcHR .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS6okcHR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS6okcHR .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-uPlS6okcHR .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-uPlS6okcHR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS6okcHR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS6okcHR .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS6okcHR .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS6okcHR .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS6okcHR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS6ow9LI {
  background-image: url("../../../assets/images/poi-11.webp");
}
.cid-uPlS6ow9LI img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS6ow9LI .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS6ow9LI .images {
    display: none;
  }
}
.cid-uPlS6ow9LI .image-wrapper-1,
.cid-uPlS6ow9LI .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS6ow9LI .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS6ow9LI .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS6ow9LI .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS6ow9LI .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS6ow9LI .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS6ow9LI .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS6ow9LI .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS6ow9LI .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS6ow9LI .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS6ow9LI .text-wrapper {
  width: 100%;
}
.cid-uPlS6ow9LI .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6ow9LI .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6ow9LI .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS6ow9LI .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS6ow9LI .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS6ow9LI .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS6ow9LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6ow9LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6ow9LI .text {
  display: flex;
  align-items: center;
}
.cid-uPF2nxXvY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF2nxXvY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2nxXvY4 .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-uPF2nxXvY4 .container-fluid {
    padding: 0;
  }
}
.cid-uPF2nxXvY4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF2nxXvY4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF2nxXvY4 .embla__button--next,
.cid-uPF2nxXvY4 .embla__button--prev {
  display: flex;
}
.cid-uPF2nxXvY4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF2nxXvY4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF2nxXvY4 .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-uPF2nxXvY4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF2nxXvY4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF2nxXvY4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF2nxXvY4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF2nxXvY4 .embla {
  position: relative;
  width: 100%;
}
.cid-uPF2nxXvY4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF2nxXvY4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF2nxXvY4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF2nxXvY4 .embla__slide a {
  cursor: grab;
}
.cid-uPF2nxXvY4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF2nxXvY4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF2nxXvY4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF2nxXvY4 .mbr-section-title {
  color: #232323;
}
.cid-uPF2nxXvY4 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF2nxXvY4 .mbr-box {
  color: #ffffff;
}
.cid-uPF2nxXvY4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF2nxXvY4 img,
.cid-uPF2nxXvY4 .item-img {
  width: 100%;
}
.cid-uPF2nxXvY4 .item-wrapper {
  position: relative;
}
.cid-uPF2nxXvY4 .content-head {
  max-width: 800px;
}
.cid-uPlS6oDEhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS6oDEhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6oDEhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6oDEhq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6oDEhq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6oDEhq .container {
    padding: 0 16px;
  }
}
.cid-uPlS6oDEhq .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS6oDEhq .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .row {
    padding: 25px 9px;
  }
}
.cid-uPlS6oDEhq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS6oDEhq .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS6oDEhq .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS6oDEhq .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS6oDEhq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS6oDEhq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6oDEhq .items-wrapper {
    display: block;
  }
}
.cid-uPlS6oDEhq .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS6oDEhq .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS6oDEhq .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS6oDEhq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS6oDEhq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS6oDEhq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS6oDEhq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS6oDEhq .card {
  justify-content: center;
}
.cid-uPlS6oDEhq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS6oDEhq .mbr-text {
  color: #000000;
}
.cid-uPlS6oDEhq .card-title {
  color: #000000;
}
.cid-uPlS6oDEhq .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6oDEhq .card-title,
.cid-uPlS6oDEhq .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS6oPNgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS6oPNgN .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS6oPNgN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS6oPNgN .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS6oPNgN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS6oPNgN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS6oPNgN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS6oPNgN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6oPNgN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS6oPNgN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS6oPNgN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS6oPNgN .embla__button--next,
.cid-uPlS6oPNgN .embla__button--prev {
  display: flex;
}
.cid-uPlS6oPNgN .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-uPlS6oPNgN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS6oPNgN .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS6oPNgN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS6oPNgN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS6oPNgN .embla__button {
    top: -10%;
  }
}
.cid-uPlS6oPNgN .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS6oPNgN .embla {
    margin-top: 80px;
  }
}
.cid-uPlS6oPNgN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS6oPNgN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS6oPNgN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS6oPNgN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS6oPNgN .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6oPNgN .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6oPNgN .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS6oPNgN .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS6oPNgN .mbr-text ul {
    display: block;
  }
}
.cid-uPlS6oPNgN .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS6oPNgN .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS6oPNgN .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS6oPNgN .item-wrapper {
  height: 100%;
}
.cid-uPlS6oPNgN .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS6oPNgN .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS6oPNgN .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-ko {
  /* Type valid CSS here */
}
#custom-html-ko div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ko p {
  font-size: 60px;
  color: #777;
}
.cid-uPF2m1OfSy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF2m1OfSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2m1OfSy .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-uPF2m1OfSy .container-fluid {
    padding: 0;
  }
}
.cid-uPF2m1OfSy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF2m1OfSy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF2m1OfSy .embla__button--next,
.cid-uPF2m1OfSy .embla__button--prev {
  display: flex;
}
.cid-uPF2m1OfSy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF2m1OfSy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF2m1OfSy .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-uPF2m1OfSy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF2m1OfSy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF2m1OfSy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF2m1OfSy .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF2m1OfSy .embla {
  position: relative;
  width: 100%;
}
.cid-uPF2m1OfSy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF2m1OfSy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF2m1OfSy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF2m1OfSy .embla__slide a {
  cursor: grab;
}
.cid-uPF2m1OfSy .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF2m1OfSy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF2m1OfSy .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF2m1OfSy .mbr-section-title {
  color: #232323;
}
.cid-uPF2m1OfSy .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF2m1OfSy .mbr-box {
  color: #ffffff;
}
.cid-uPF2m1OfSy .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF2m1OfSy img,
.cid-uPF2m1OfSy .item-img {
  width: 100%;
}
.cid-uPF2m1OfSy .item-wrapper {
  position: relative;
}
.cid-uPF2m1OfSy .content-head {
  max-width: 800px;
}
.cid-uPlS6p0qdW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS6p0qdW h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS6p0qdW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS6p0qdW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS6p0qdW .nav-link.active {
  background: #232323;
}
.cid-uPlS6p0qdW .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-uPlS6p0qdW .nav-link:hover {
  background: #232323;
}
.cid-uPlS6p0qdW .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-uPlS6p0qdW .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS6p0qdW .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS6p0qdW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS6p0qdW .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS6p0qdW .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS6p0qdW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS6p0qdW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS6p0qdW .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS6p0qdW .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-uPlS6p0qdW .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-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS6p0qdW .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-uPlS6p0qdW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS6p0qdW .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-uPlS6p0qdW .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS6p0qdW .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS6p0qdW .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS6p0qdW .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6p0qdW .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS6p0qdW .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS6p0qdW .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-uPlS6p0qdW .mbr-text,
  .cid-uPlS6p0qdW .nav-link,
  .cid-uPlS6p0qdW .mbr-card-title,
  .cid-uPlS6p0qdW .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS6p0qdW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS6p0qdW .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS6p0qdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6p0qdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6p0qdW .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6p0qdW .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS6p0qdW .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS6pQJGm .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS6pQJGm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS6pQJGm .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-uPlS6pQJGm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS6pQJGm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS6q0fL9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS6q0fL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6q0fL9 .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-uPlS6q0fL9 .container-fluid {
    padding: 0;
  }
}
.cid-uPlS6q0fL9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS6q0fL9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS6q0fL9 .embla__button--next,
.cid-uPlS6q0fL9 .embla__button--prev {
  display: flex;
}
.cid-uPlS6q0fL9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS6q0fL9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS6q0fL9 .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-uPlS6q0fL9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS6q0fL9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS6q0fL9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS6q0fL9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS6q0fL9 .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS6q0fL9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS6q0fL9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS6q0fL9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS6q0fL9 .embla__slide a {
  cursor: grab;
}
.cid-uPlS6q0fL9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS6q0fL9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS6q0fL9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS6q0fL9 .mbr-section-title {
  color: #232323;
}
.cid-uPlS6q0fL9 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS6q0fL9 .mbr-box {
  color: #ffffff;
}
.cid-uPlS6q0fL9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS6q0fL9 img,
.cid-uPlS6q0fL9 .item-img {
  width: 100%;
}
.cid-uPlS6q0fL9 .item-wrapper {
  position: relative;
}
.cid-uPlS6q0fL9 .content-head {
  max-width: 800px;
}
.cid-uPlS6qeDSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS6qeDSQ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS6GUrPC {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .dropdown-menu {
  padding: 0;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS6GUrPC .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS6GUrPC .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS6GUrPC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS6GUrPC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS6GUrPC .nav-link {
  position: relative;
}
.cid-uPlS6GUrPC .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS6GUrPC .dropdown-menu,
.cid-uPlS6GUrPC .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS6GUrPC .nav-item:focus,
.cid-uPlS6GUrPC .nav-link:focus {
  outline: none;
}
.cid-uPlS6GUrPC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6GUrPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS6GUrPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS6GUrPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6GUrPC .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS6GUrPC .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS6GUrPC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS6GUrPC .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS6GUrPC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS6GUrPC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS6GUrPC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS6GUrPC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS6GUrPC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS6GUrPC .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-uPlS6GUrPC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS6GUrPC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS6GUrPC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS6GUrPC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS6GUrPC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS6GUrPC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6GUrPC .navbar {
    min-height: 80px;
  }
}
.cid-uPlS6GUrPC .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS6GUrPC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS6GUrPC .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS6GUrPC .dropdown-item.active,
.cid-uPlS6GUrPC .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS6GUrPC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS6GUrPC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS6GUrPC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS6GUrPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS6GUrPC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS6GUrPC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS6GUrPC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS6GUrPC 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-uPlS6GUrPC button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6GUrPC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6GUrPC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6GUrPC nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS6GUrPC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .navbar {
    height: 70px;
  }
  .cid-uPlS6GUrPC .navbar.opened {
    height: auto;
  }
  .cid-uPlS6GUrPC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS6GUrPC .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS6GUrPC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6GUrPC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6GUrPC .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS6GUrPC .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS6GUrPC .navbar-nav {
  display: flex !important;
}
.cid-uPlS6GUrPC .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS6GUrPC .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS6GUrPC .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6GUrPC .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS6GUrPC .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS6GUrPC .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6GUrPC .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS6GUrPC .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS6GUrPC .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS6GUrPC 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-uPlS6GUrPC button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6GUrPC button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6GUrPC .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS6GUrPC .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS6GUrPC .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS6GUrPC .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS6GUrPC .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS6GUrPC .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS6GUrPC .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS6GUrPC .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS6GUrPC .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS6GUrPC .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS6GUrPC .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS6GUrPC .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS6GUrPC .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS6GUrPC .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS6GUrPC ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS6GUrPC ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS6GUrPC ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS6GUrPC .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS6GUrPC .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS6GUrPC .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS6GUrPC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS6GUrPC .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-uPlS6GUrPC .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-uPlS6GUrPC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS6GUrPC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS6GUrPC .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS6GUrPC .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS6GUrPC .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS6GUrPC .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS6H5cow {
  background-image: url("../../../assets/images/red-clover-land-company-demo-farm-dscn1262a.webp");
}
.cid-uPlS6H5cow img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS6H5cow .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS6H5cow .images {
    display: none;
  }
}
.cid-uPlS6H5cow .image-wrapper-1,
.cid-uPlS6H5cow .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS6H5cow .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS6H5cow .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS6H5cow .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS6H5cow .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS6H5cow .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS6H5cow .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS6H5cow .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS6H5cow .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS6H5cow .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS6H5cow .text-wrapper {
  width: 100%;
}
.cid-uPlS6H5cow .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6H5cow .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6H5cow .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS6H5cow .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS6H5cow .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS6H5cow .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS6H5cow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6H5cow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6H5cow .text {
  display: flex;
  align-items: center;
}
.cid-uPF1T4OB4q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1T4OB4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1T4OB4q .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-uPF1T4OB4q .container-fluid {
    padding: 0;
  }
}
.cid-uPF1T4OB4q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1T4OB4q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1T4OB4q .embla__button--next,
.cid-uPF1T4OB4q .embla__button--prev {
  display: flex;
}
.cid-uPF1T4OB4q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1T4OB4q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1T4OB4q .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-uPF1T4OB4q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1T4OB4q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1T4OB4q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1T4OB4q .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1T4OB4q .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1T4OB4q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1T4OB4q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1T4OB4q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1T4OB4q .embla__slide a {
  cursor: grab;
}
.cid-uPF1T4OB4q .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1T4OB4q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1T4OB4q .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1T4OB4q .mbr-section-title {
  color: #232323;
}
.cid-uPF1T4OB4q .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1T4OB4q .mbr-box {
  color: #ffffff;
}
.cid-uPF1T4OB4q .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1T4OB4q img,
.cid-uPF1T4OB4q .item-img {
  width: 100%;
}
.cid-uPF1T4OB4q .item-wrapper {
  position: relative;
}
.cid-uPF1T4OB4q .content-head {
  max-width: 800px;
}
.cid-uPlS6HcZUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS6HcZUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6HcZUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6HcZUT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6HcZUT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6HcZUT .container {
    padding: 0 16px;
  }
}
.cid-uPlS6HcZUT .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS6HcZUT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .row {
    padding: 25px 9px;
  }
}
.cid-uPlS6HcZUT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS6HcZUT .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS6HcZUT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS6HcZUT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS6HcZUT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS6HcZUT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6HcZUT .items-wrapper {
    display: block;
  }
}
.cid-uPlS6HcZUT .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS6HcZUT .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS6HcZUT .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS6HcZUT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS6HcZUT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS6HcZUT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS6HcZUT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS6HcZUT .card {
  justify-content: center;
}
.cid-uPlS6HcZUT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS6HcZUT .mbr-text {
  color: #000000;
}
.cid-uPlS6HcZUT .card-title {
  color: #000000;
}
.cid-uPlS6HcZUT .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6HcZUT .card-title,
.cid-uPlS6HcZUT .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS6Hpp0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS6Hpp0z .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS6Hpp0z .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS6Hpp0z .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS6Hpp0z .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS6Hpp0z .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS6Hpp0z .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS6Hpp0z .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6Hpp0z .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS6Hpp0z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS6Hpp0z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS6Hpp0z .embla__button--next,
.cid-uPlS6Hpp0z .embla__button--prev {
  display: flex;
}
.cid-uPlS6Hpp0z .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-uPlS6Hpp0z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS6Hpp0z .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS6Hpp0z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS6Hpp0z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS6Hpp0z .embla__button {
    top: -10%;
  }
}
.cid-uPlS6Hpp0z .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS6Hpp0z .embla {
    margin-top: 80px;
  }
}
.cid-uPlS6Hpp0z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS6Hpp0z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS6Hpp0z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS6Hpp0z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS6Hpp0z .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6Hpp0z .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6Hpp0z .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS6Hpp0z .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS6Hpp0z .mbr-text ul {
    display: block;
  }
}
.cid-uPlS6Hpp0z .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS6Hpp0z .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS6Hpp0z .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS6Hpp0z .item-wrapper {
  height: 100%;
}
.cid-uPlS6Hpp0z .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS6Hpp0z .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS6Hpp0z .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-kx {
  /* Type valid CSS here */
}
#custom-html-kx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kx p {
  font-size: 60px;
  color: #777;
}
.cid-uPF1RJbiLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1RJbiLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1RJbiLD .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-uPF1RJbiLD .container-fluid {
    padding: 0;
  }
}
.cid-uPF1RJbiLD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1RJbiLD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1RJbiLD .embla__button--next,
.cid-uPF1RJbiLD .embla__button--prev {
  display: flex;
}
.cid-uPF1RJbiLD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1RJbiLD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1RJbiLD .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-uPF1RJbiLD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1RJbiLD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1RJbiLD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1RJbiLD .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1RJbiLD .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1RJbiLD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1RJbiLD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1RJbiLD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1RJbiLD .embla__slide a {
  cursor: grab;
}
.cid-uPF1RJbiLD .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1RJbiLD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1RJbiLD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1RJbiLD .mbr-section-title {
  color: #232323;
}
.cid-uPF1RJbiLD .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1RJbiLD .mbr-box {
  color: #ffffff;
}
.cid-uPF1RJbiLD .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1RJbiLD img,
.cid-uPF1RJbiLD .item-img {
  width: 100%;
}
.cid-uPF1RJbiLD .item-wrapper {
  position: relative;
}
.cid-uPF1RJbiLD .content-head {
  max-width: 800px;
}
.cid-uPlS6HzAI6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS6HzAI6 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS6HzAI6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS6HzAI6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS6HzAI6 .nav-link.active {
  background: #232323;
}
.cid-uPlS6HzAI6 .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-uPlS6HzAI6 .nav-link:hover {
  background: #232323;
}
.cid-uPlS6HzAI6 .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-uPlS6HzAI6 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS6HzAI6 .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS6HzAI6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS6HzAI6 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS6HzAI6 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS6HzAI6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS6HzAI6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS6HzAI6 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS6HzAI6 .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-uPlS6HzAI6 .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-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS6HzAI6 .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-uPlS6HzAI6 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS6HzAI6 .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-uPlS6HzAI6 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS6HzAI6 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS6HzAI6 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS6HzAI6 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS6HzAI6 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS6HzAI6 .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-uPlS6HzAI6 .mbr-text,
  .cid-uPlS6HzAI6 .nav-link,
  .cid-uPlS6HzAI6 .mbr-card-title,
  .cid-uPlS6HzAI6 .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS6HzAI6 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS6HzAI6 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS6HzAI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6HzAI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6HzAI6 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6HzAI6 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS6HzAI6 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS6Iqvr1 .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS6Iqvr1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS6Iqvr1 .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-uPlS6Iqvr1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS6Iqvr1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPF1R2y0Fm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1R2y0Fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1R2y0Fm .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-uPF1R2y0Fm .container-fluid {
    padding: 0;
  }
}
.cid-uPF1R2y0Fm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1R2y0Fm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1R2y0Fm .embla__button--next,
.cid-uPF1R2y0Fm .embla__button--prev {
  display: flex;
}
.cid-uPF1R2y0Fm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1R2y0Fm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1R2y0Fm .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-uPF1R2y0Fm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1R2y0Fm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1R2y0Fm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1R2y0Fm .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1R2y0Fm .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1R2y0Fm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1R2y0Fm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1R2y0Fm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1R2y0Fm .embla__slide a {
  cursor: grab;
}
.cid-uPF1R2y0Fm .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1R2y0Fm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1R2y0Fm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1R2y0Fm .mbr-section-title {
  color: #232323;
}
.cid-uPF1R2y0Fm .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1R2y0Fm .mbr-box {
  color: #ffffff;
}
.cid-uPF1R2y0Fm .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1R2y0Fm img,
.cid-uPF1R2y0Fm .item-img {
  width: 100%;
}
.cid-uPF1R2y0Fm .item-wrapper {
  position: relative;
}
.cid-uPF1R2y0Fm .content-head {
  max-width: 800px;
}
.cid-uPlS6INnAv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS6INnAv .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS6XMKFd {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .dropdown-menu {
  padding: 0;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS6XMKFd .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS6XMKFd .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS6XMKFd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS6XMKFd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS6XMKFd .nav-link {
  position: relative;
}
.cid-uPlS6XMKFd .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS6XMKFd .dropdown-menu,
.cid-uPlS6XMKFd .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS6XMKFd .nav-item:focus,
.cid-uPlS6XMKFd .nav-link:focus {
  outline: none;
}
.cid-uPlS6XMKFd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6XMKFd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS6XMKFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS6XMKFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS6XMKFd .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS6XMKFd .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS6XMKFd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS6XMKFd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS6XMKFd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS6XMKFd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS6XMKFd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS6XMKFd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS6XMKFd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS6XMKFd .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-uPlS6XMKFd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS6XMKFd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS6XMKFd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS6XMKFd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS6XMKFd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS6XMKFd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6XMKFd .navbar {
    min-height: 80px;
  }
}
.cid-uPlS6XMKFd .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS6XMKFd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS6XMKFd .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS6XMKFd .dropdown-item.active,
.cid-uPlS6XMKFd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS6XMKFd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS6XMKFd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS6XMKFd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS6XMKFd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS6XMKFd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS6XMKFd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS6XMKFd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS6XMKFd 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-uPlS6XMKFd button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6XMKFd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6XMKFd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6XMKFd nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS6XMKFd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .navbar {
    height: 70px;
  }
  .cid-uPlS6XMKFd .navbar.opened {
    height: auto;
  }
  .cid-uPlS6XMKFd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS6XMKFd .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS6XMKFd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6XMKFd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS6XMKFd .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS6XMKFd .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS6XMKFd .navbar-nav {
  display: flex !important;
}
.cid-uPlS6XMKFd .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS6XMKFd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS6XMKFd .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6XMKFd .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS6XMKFd .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS6XMKFd .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS6XMKFd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS6XMKFd .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS6XMKFd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS6XMKFd 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-uPlS6XMKFd button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS6XMKFd button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS6XMKFd .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS6XMKFd .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS6XMKFd .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS6XMKFd .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS6XMKFd .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS6XMKFd .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS6XMKFd .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS6XMKFd .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS6XMKFd .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS6XMKFd .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS6XMKFd .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS6XMKFd .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS6XMKFd .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS6XMKFd .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS6XMKFd ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS6XMKFd ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS6XMKFd ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS6XMKFd .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS6XMKFd .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS6XMKFd .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS6XMKFd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS6XMKFd .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-uPlS6XMKFd .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-uPlS6XMKFd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS6XMKFd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS6XMKFd .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS6XMKFd .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS6XMKFd .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS6XMKFd .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS6XWbPw {
  background-image: url("../../../assets/images/fort-juelson-1.webp");
}
.cid-uPlS6XWbPw img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS6XWbPw .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS6XWbPw .images {
    display: none;
  }
}
.cid-uPlS6XWbPw .image-wrapper-1,
.cid-uPlS6XWbPw .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS6XWbPw .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS6XWbPw .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS6XWbPw .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS6XWbPw .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS6XWbPw .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS6XWbPw .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS6XWbPw .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS6XWbPw .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS6XWbPw .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS6XWbPw .text-wrapper {
  width: 100%;
}
.cid-uPlS6XWbPw .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6XWbPw .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6XWbPw .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS6XWbPw .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS6XWbPw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS6XWbPw .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS6XWbPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6XWbPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6XWbPw .text {
  display: flex;
  align-items: center;
}
.cid-uPF1Jzi2IN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1Jzi2IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1Jzi2IN .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-uPF1Jzi2IN .container-fluid {
    padding: 0;
  }
}
.cid-uPF1Jzi2IN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1Jzi2IN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1Jzi2IN .embla__button--next,
.cid-uPF1Jzi2IN .embla__button--prev {
  display: flex;
}
.cid-uPF1Jzi2IN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1Jzi2IN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1Jzi2IN .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-uPF1Jzi2IN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1Jzi2IN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1Jzi2IN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1Jzi2IN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1Jzi2IN .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1Jzi2IN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1Jzi2IN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1Jzi2IN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1Jzi2IN .embla__slide a {
  cursor: grab;
}
.cid-uPF1Jzi2IN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1Jzi2IN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1Jzi2IN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1Jzi2IN .mbr-section-title {
  color: #232323;
}
.cid-uPF1Jzi2IN .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1Jzi2IN .mbr-box {
  color: #ffffff;
}
.cid-uPF1Jzi2IN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1Jzi2IN img,
.cid-uPF1Jzi2IN .item-img {
  width: 100%;
}
.cid-uPF1Jzi2IN .item-wrapper {
  position: relative;
}
.cid-uPF1Jzi2IN .content-head {
  max-width: 800px;
}
.cid-uPlS6Y4Huf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS6Y4Huf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6Y4Huf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6Y4Huf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6Y4Huf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6Y4Huf .container {
    padding: 0 16px;
  }
}
.cid-uPlS6Y4Huf .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS6Y4Huf .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .row {
    padding: 25px 9px;
  }
}
.cid-uPlS6Y4Huf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS6Y4Huf .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS6Y4Huf .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS6Y4Huf .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS6Y4Huf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS6Y4Huf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS6Y4Huf .items-wrapper {
    display: block;
  }
}
.cid-uPlS6Y4Huf .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS6Y4Huf .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS6Y4Huf .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS6Y4Huf .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS6Y4Huf .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS6Y4Huf .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS6Y4Huf .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS6Y4Huf .card {
  justify-content: center;
}
.cid-uPlS6Y4Huf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS6Y4Huf .mbr-text {
  color: #000000;
}
.cid-uPlS6Y4Huf .card-title {
  color: #000000;
}
.cid-uPlS6Y4Huf .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6Y4Huf .card-title,
.cid-uPlS6Y4Huf .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS6Yf8TZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS6Yf8TZ .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS6Yf8TZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS6Yf8TZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS6Yf8TZ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS6Yf8TZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS6Yf8TZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS6Yf8TZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS6Yf8TZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS6Yf8TZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS6Yf8TZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS6Yf8TZ .embla__button--next,
.cid-uPlS6Yf8TZ .embla__button--prev {
  display: flex;
}
.cid-uPlS6Yf8TZ .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-uPlS6Yf8TZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS6Yf8TZ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS6Yf8TZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS6Yf8TZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS6Yf8TZ .embla__button {
    top: -10%;
  }
}
.cid-uPlS6Yf8TZ .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS6Yf8TZ .embla {
    margin-top: 80px;
  }
}
.cid-uPlS6Yf8TZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS6Yf8TZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS6Yf8TZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS6Yf8TZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS6Yf8TZ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6Yf8TZ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6Yf8TZ .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS6Yf8TZ .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS6Yf8TZ .mbr-text ul {
    display: block;
  }
}
.cid-uPlS6Yf8TZ .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS6Yf8TZ .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS6Yf8TZ .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS6Yf8TZ .item-wrapper {
  height: 100%;
}
.cid-uPlS6Yf8TZ .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS6Yf8TZ .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS6Yf8TZ .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-l6 {
  /* Type valid CSS here */
}
#custom-html-l6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l6 p {
  font-size: 60px;
  color: #777;
}
.cid-uPF1HSQ34z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1HSQ34z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1HSQ34z .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-uPF1HSQ34z .container-fluid {
    padding: 0;
  }
}
.cid-uPF1HSQ34z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1HSQ34z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1HSQ34z .embla__button--next,
.cid-uPF1HSQ34z .embla__button--prev {
  display: flex;
}
.cid-uPF1HSQ34z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1HSQ34z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1HSQ34z .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-uPF1HSQ34z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1HSQ34z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1HSQ34z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1HSQ34z .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1HSQ34z .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1HSQ34z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1HSQ34z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1HSQ34z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1HSQ34z .embla__slide a {
  cursor: grab;
}
.cid-uPF1HSQ34z .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1HSQ34z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1HSQ34z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1HSQ34z .mbr-section-title {
  color: #232323;
}
.cid-uPF1HSQ34z .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1HSQ34z .mbr-box {
  color: #ffffff;
}
.cid-uPF1HSQ34z .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1HSQ34z img,
.cid-uPF1HSQ34z .item-img {
  width: 100%;
}
.cid-uPF1HSQ34z .item-wrapper {
  position: relative;
}
.cid-uPF1HSQ34z .content-head {
  max-width: 800px;
}
.cid-uPlS6YqUCR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS6YqUCR h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS6YqUCR .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS6YqUCR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS6YqUCR .nav-link.active {
  background: #232323;
}
.cid-uPlS6YqUCR .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-uPlS6YqUCR .nav-link:hover {
  background: #232323;
}
.cid-uPlS6YqUCR .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-uPlS6YqUCR .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS6YqUCR .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS6YqUCR .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS6YqUCR .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS6YqUCR .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS6YqUCR .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS6YqUCR .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS6YqUCR .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS6YqUCR .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-uPlS6YqUCR .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-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS6YqUCR .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-uPlS6YqUCR .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS6YqUCR .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-uPlS6YqUCR .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS6YqUCR .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS6YqUCR .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS6YqUCR .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS6YqUCR .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS6YqUCR .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS6YqUCR .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-uPlS6YqUCR .mbr-text,
  .cid-uPlS6YqUCR .nav-link,
  .cid-uPlS6YqUCR .mbr-card-title,
  .cid-uPlS6YqUCR .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS6YqUCR .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS6YqUCR .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS6YqUCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS6YqUCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS6YqUCR .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS6YqUCR .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS6YqUCR .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS6Zjjmj .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS6Zjjmj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS6Zjjmj .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-uPlS6Zjjmj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS6Zjjmj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPF1G6wCoq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF1G6wCoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1G6wCoq .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-uPF1G6wCoq .container-fluid {
    padding: 0;
  }
}
.cid-uPF1G6wCoq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF1G6wCoq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF1G6wCoq .embla__button--next,
.cid-uPF1G6wCoq .embla__button--prev {
  display: flex;
}
.cid-uPF1G6wCoq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF1G6wCoq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF1G6wCoq .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-uPF1G6wCoq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF1G6wCoq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF1G6wCoq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF1G6wCoq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF1G6wCoq .embla {
  position: relative;
  width: 100%;
}
.cid-uPF1G6wCoq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF1G6wCoq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF1G6wCoq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF1G6wCoq .embla__slide a {
  cursor: grab;
}
.cid-uPF1G6wCoq .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF1G6wCoq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF1G6wCoq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF1G6wCoq .mbr-section-title {
  color: #232323;
}
.cid-uPF1G6wCoq .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF1G6wCoq .mbr-box {
  color: #ffffff;
}
.cid-uPF1G6wCoq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF1G6wCoq img,
.cid-uPF1G6wCoq .item-img {
  width: 100%;
}
.cid-uPF1G6wCoq .item-wrapper {
  position: relative;
}
.cid-uPF1G6wCoq .content-head {
  max-width: 800px;
}
.cid-uPlS6ZJBaL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS6ZJBaL .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS7dyYiO {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .dropdown-menu {
  padding: 0;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS7dyYiO .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS7dyYiO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS7dyYiO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS7dyYiO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS7dyYiO .nav-link {
  position: relative;
}
.cid-uPlS7dyYiO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS7dyYiO .dropdown-menu,
.cid-uPlS7dyYiO .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS7dyYiO .nav-item:focus,
.cid-uPlS7dyYiO .nav-link:focus {
  outline: none;
}
.cid-uPlS7dyYiO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7dyYiO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS7dyYiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS7dyYiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7dyYiO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS7dyYiO .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS7dyYiO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS7dyYiO .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS7dyYiO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS7dyYiO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS7dyYiO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS7dyYiO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS7dyYiO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS7dyYiO .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-uPlS7dyYiO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS7dyYiO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS7dyYiO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS7dyYiO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS7dyYiO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS7dyYiO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7dyYiO .navbar {
    min-height: 80px;
  }
}
.cid-uPlS7dyYiO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS7dyYiO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS7dyYiO .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS7dyYiO .dropdown-item.active,
.cid-uPlS7dyYiO .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS7dyYiO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS7dyYiO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS7dyYiO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS7dyYiO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS7dyYiO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS7dyYiO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS7dyYiO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS7dyYiO 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-uPlS7dyYiO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7dyYiO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7dyYiO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7dyYiO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS7dyYiO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .navbar {
    height: 70px;
  }
  .cid-uPlS7dyYiO .navbar.opened {
    height: auto;
  }
  .cid-uPlS7dyYiO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS7dyYiO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS7dyYiO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7dyYiO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7dyYiO .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS7dyYiO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS7dyYiO .navbar-nav {
  display: flex !important;
}
.cid-uPlS7dyYiO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS7dyYiO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS7dyYiO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7dyYiO .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS7dyYiO .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS7dyYiO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7dyYiO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS7dyYiO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS7dyYiO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS7dyYiO 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-uPlS7dyYiO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7dyYiO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7dyYiO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS7dyYiO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS7dyYiO .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS7dyYiO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS7dyYiO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS7dyYiO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS7dyYiO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS7dyYiO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS7dyYiO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS7dyYiO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS7dyYiO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS7dyYiO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS7dyYiO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS7dyYiO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS7dyYiO ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS7dyYiO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS7dyYiO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS7dyYiO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS7dyYiO .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS7dyYiO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS7dyYiO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS7dyYiO .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-uPlS7dyYiO .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-uPlS7dyYiO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS7dyYiO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS7dyYiO .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS7dyYiO .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS7dyYiO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS7dyYiO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS7dJVQB {
  background-image: url("../../../assets/images/nicollet-county-bank.webp");
}
.cid-uPlS7dJVQB img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS7dJVQB .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS7dJVQB .images {
    display: none;
  }
}
.cid-uPlS7dJVQB .image-wrapper-1,
.cid-uPlS7dJVQB .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS7dJVQB .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS7dJVQB .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS7dJVQB .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS7dJVQB .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS7dJVQB .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS7dJVQB .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS7dJVQB .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS7dJVQB .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS7dJVQB .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS7dJVQB .text-wrapper {
  width: 100%;
}
.cid-uPlS7dJVQB .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7dJVQB .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7dJVQB .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS7dJVQB .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS7dJVQB .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS7dJVQB .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS7dJVQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7dJVQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7dJVQB .text {
  display: flex;
  align-items: center;
}
.cid-uPEWxPE761 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEWxPE761 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEWxPE761 .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-uPEWxPE761 .container-fluid {
    padding: 0;
  }
}
.cid-uPEWxPE761 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEWxPE761 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEWxPE761 .embla__button--next,
.cid-uPEWxPE761 .embla__button--prev {
  display: flex;
}
.cid-uPEWxPE761 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEWxPE761 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEWxPE761 .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-uPEWxPE761 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEWxPE761 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEWxPE761 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEWxPE761 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEWxPE761 .embla {
  position: relative;
  width: 100%;
}
.cid-uPEWxPE761 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEWxPE761 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEWxPE761 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEWxPE761 .embla__slide a {
  cursor: grab;
}
.cid-uPEWxPE761 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEWxPE761 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEWxPE761 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEWxPE761 .mbr-section-title {
  color: #232323;
}
.cid-uPEWxPE761 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEWxPE761 .mbr-box {
  color: #ffffff;
}
.cid-uPEWxPE761 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEWxPE761 img,
.cid-uPEWxPE761 .item-img {
  width: 100%;
}
.cid-uPEWxPE761 .item-wrapper {
  position: relative;
}
.cid-uPEWxPE761 .content-head {
  max-width: 800px;
}
.cid-uPlS7dRpqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS7dRpqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7dRpqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7dRpqX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7dRpqX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7dRpqX .container {
    padding: 0 16px;
  }
}
.cid-uPlS7dRpqX .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS7dRpqX .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .row {
    padding: 25px 9px;
  }
}
.cid-uPlS7dRpqX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS7dRpqX .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS7dRpqX .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS7dRpqX .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS7dRpqX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS7dRpqX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7dRpqX .items-wrapper {
    display: block;
  }
}
.cid-uPlS7dRpqX .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS7dRpqX .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS7dRpqX .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS7dRpqX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS7dRpqX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS7dRpqX .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS7dRpqX .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS7dRpqX .card {
  justify-content: center;
}
.cid-uPlS7dRpqX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS7dRpqX .mbr-text {
  color: #000000;
}
.cid-uPlS7dRpqX .card-title {
  color: #000000;
}
.cid-uPlS7dRpqX .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7dRpqX .card-title,
.cid-uPlS7dRpqX .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS7e5qxa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS7e5qxa .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS7e5qxa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS7e5qxa .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS7e5qxa .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS7e5qxa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS7e5qxa .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS7e5qxa .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7e5qxa .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS7e5qxa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS7e5qxa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS7e5qxa .embla__button--next,
.cid-uPlS7e5qxa .embla__button--prev {
  display: flex;
}
.cid-uPlS7e5qxa .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-uPlS7e5qxa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS7e5qxa .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS7e5qxa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS7e5qxa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS7e5qxa .embla__button {
    top: -10%;
  }
}
.cid-uPlS7e5qxa .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS7e5qxa .embla {
    margin-top: 80px;
  }
}
.cid-uPlS7e5qxa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS7e5qxa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS7e5qxa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS7e5qxa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS7e5qxa .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7e5qxa .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7e5qxa .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS7e5qxa .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS7e5qxa .mbr-text ul {
    display: block;
  }
}
.cid-uPlS7e5qxa .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS7e5qxa .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS7e5qxa .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS7e5qxa .item-wrapper {
  height: 100%;
}
.cid-uPlS7e5qxa .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS7e5qxa .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS7e5qxa .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-lf {
  /* Type valid CSS here */
}
#custom-html-lf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lf p {
  font-size: 60px;
  color: #777;
}
.cid-uPEWw4VJvS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEWw4VJvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEWw4VJvS .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-uPEWw4VJvS .container-fluid {
    padding: 0;
  }
}
.cid-uPEWw4VJvS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEWw4VJvS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEWw4VJvS .embla__button--next,
.cid-uPEWw4VJvS .embla__button--prev {
  display: flex;
}
.cid-uPEWw4VJvS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEWw4VJvS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEWw4VJvS .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-uPEWw4VJvS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEWw4VJvS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEWw4VJvS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEWw4VJvS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEWw4VJvS .embla {
  position: relative;
  width: 100%;
}
.cid-uPEWw4VJvS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEWw4VJvS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEWw4VJvS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEWw4VJvS .embla__slide a {
  cursor: grab;
}
.cid-uPEWw4VJvS .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEWw4VJvS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEWw4VJvS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEWw4VJvS .mbr-section-title {
  color: #232323;
}
.cid-uPEWw4VJvS .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEWw4VJvS .mbr-box {
  color: #ffffff;
}
.cid-uPEWw4VJvS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEWw4VJvS img,
.cid-uPEWw4VJvS .item-img {
  width: 100%;
}
.cid-uPEWw4VJvS .item-wrapper {
  position: relative;
}
.cid-uPEWw4VJvS .content-head {
  max-width: 800px;
}
.cid-uPlS7ei9CE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS7ei9CE h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS7ei9CE .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS7ei9CE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS7ei9CE .nav-link.active {
  background: #232323;
}
.cid-uPlS7ei9CE .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-uPlS7ei9CE .nav-link:hover {
  background: #232323;
}
.cid-uPlS7ei9CE .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-uPlS7ei9CE .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS7ei9CE .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS7ei9CE .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS7ei9CE .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS7ei9CE .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS7ei9CE .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS7ei9CE .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS7ei9CE .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS7ei9CE .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-uPlS7ei9CE .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-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS7ei9CE .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-uPlS7ei9CE .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS7ei9CE .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-uPlS7ei9CE .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS7ei9CE .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS7ei9CE .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS7ei9CE .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7ei9CE .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS7ei9CE .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS7ei9CE .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-uPlS7ei9CE .mbr-text,
  .cid-uPlS7ei9CE .nav-link,
  .cid-uPlS7ei9CE .mbr-card-title,
  .cid-uPlS7ei9CE .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS7ei9CE .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS7ei9CE .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS7ei9CE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7ei9CE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7ei9CE .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7ei9CE .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS7ei9CE .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS7ffqD6 .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS7ffqD6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS7ffqD6 .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-uPlS7ffqD6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS7ffqD6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEWuBkS3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEWuBkS3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEWuBkS3g .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-uPEWuBkS3g .container-fluid {
    padding: 0;
  }
}
.cid-uPEWuBkS3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEWuBkS3g .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEWuBkS3g .embla__button--next,
.cid-uPEWuBkS3g .embla__button--prev {
  display: flex;
}
.cid-uPEWuBkS3g .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEWuBkS3g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEWuBkS3g .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-uPEWuBkS3g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEWuBkS3g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEWuBkS3g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEWuBkS3g .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEWuBkS3g .embla {
  position: relative;
  width: 100%;
}
.cid-uPEWuBkS3g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEWuBkS3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEWuBkS3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEWuBkS3g .embla__slide a {
  cursor: grab;
}
.cid-uPEWuBkS3g .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEWuBkS3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEWuBkS3g .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEWuBkS3g .mbr-section-title {
  color: #232323;
}
.cid-uPEWuBkS3g .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEWuBkS3g .mbr-box {
  color: #ffffff;
}
.cid-uPEWuBkS3g .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEWuBkS3g img,
.cid-uPEWuBkS3g .item-img {
  width: 100%;
}
.cid-uPEWuBkS3g .item-wrapper {
  position: relative;
}
.cid-uPEWuBkS3g .content-head {
  max-width: 800px;
}
.cid-uPlS7fE3kD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS7fE3kD .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS7tMnuN {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .dropdown-menu {
  padding: 0;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS7tMnuN .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS7tMnuN .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS7tMnuN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS7tMnuN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS7tMnuN .nav-link {
  position: relative;
}
.cid-uPlS7tMnuN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS7tMnuN .dropdown-menu,
.cid-uPlS7tMnuN .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS7tMnuN .nav-item:focus,
.cid-uPlS7tMnuN .nav-link:focus {
  outline: none;
}
.cid-uPlS7tMnuN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7tMnuN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS7tMnuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS7tMnuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7tMnuN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS7tMnuN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS7tMnuN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS7tMnuN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS7tMnuN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS7tMnuN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS7tMnuN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS7tMnuN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS7tMnuN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS7tMnuN .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-uPlS7tMnuN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS7tMnuN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS7tMnuN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS7tMnuN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS7tMnuN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS7tMnuN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7tMnuN .navbar {
    min-height: 80px;
  }
}
.cid-uPlS7tMnuN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS7tMnuN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS7tMnuN .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS7tMnuN .dropdown-item.active,
.cid-uPlS7tMnuN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS7tMnuN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS7tMnuN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS7tMnuN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS7tMnuN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS7tMnuN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS7tMnuN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS7tMnuN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS7tMnuN 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-uPlS7tMnuN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7tMnuN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7tMnuN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7tMnuN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS7tMnuN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .navbar {
    height: 70px;
  }
  .cid-uPlS7tMnuN .navbar.opened {
    height: auto;
  }
  .cid-uPlS7tMnuN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS7tMnuN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS7tMnuN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7tMnuN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7tMnuN .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS7tMnuN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS7tMnuN .navbar-nav {
  display: flex !important;
}
.cid-uPlS7tMnuN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS7tMnuN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS7tMnuN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7tMnuN .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS7tMnuN .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS7tMnuN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7tMnuN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS7tMnuN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS7tMnuN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS7tMnuN 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-uPlS7tMnuN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7tMnuN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7tMnuN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS7tMnuN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS7tMnuN .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS7tMnuN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS7tMnuN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS7tMnuN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS7tMnuN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS7tMnuN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS7tMnuN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS7tMnuN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS7tMnuN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS7tMnuN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS7tMnuN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS7tMnuN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS7tMnuN ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS7tMnuN ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS7tMnuN ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS7tMnuN .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS7tMnuN .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS7tMnuN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS7tMnuN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS7tMnuN .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-uPlS7tMnuN .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-uPlS7tMnuN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS7tMnuN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS7tMnuN .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS7tMnuN .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS7tMnuN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS7tMnuN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS7tWL79 {
  background-image: url("../../../assets/images/2009-0805-mn-stpeter-broadwaybridge.webp");
}
.cid-uPlS7tWL79 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS7tWL79 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS7tWL79 .images {
    display: none;
  }
}
.cid-uPlS7tWL79 .image-wrapper-1,
.cid-uPlS7tWL79 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS7tWL79 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS7tWL79 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS7tWL79 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS7tWL79 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS7tWL79 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS7tWL79 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS7tWL79 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS7tWL79 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS7tWL79 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS7tWL79 .text-wrapper {
  width: 100%;
}
.cid-uPlS7tWL79 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7tWL79 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7tWL79 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS7tWL79 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS7tWL79 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS7tWL79 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS7tWL79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7tWL79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7tWL79 .text {
  display: flex;
  align-items: center;
}
.cid-uPEVTldGaR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEVTldGaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEVTldGaR .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-uPEVTldGaR .container-fluid {
    padding: 0;
  }
}
.cid-uPEVTldGaR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEVTldGaR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEVTldGaR .embla__button--next,
.cid-uPEVTldGaR .embla__button--prev {
  display: flex;
}
.cid-uPEVTldGaR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEVTldGaR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEVTldGaR .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-uPEVTldGaR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEVTldGaR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEVTldGaR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEVTldGaR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEVTldGaR .embla {
  position: relative;
  width: 100%;
}
.cid-uPEVTldGaR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEVTldGaR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEVTldGaR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEVTldGaR .embla__slide a {
  cursor: grab;
}
.cid-uPEVTldGaR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEVTldGaR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEVTldGaR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEVTldGaR .mbr-section-title {
  color: #232323;
}
.cid-uPEVTldGaR .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEVTldGaR .mbr-box {
  color: #ffffff;
}
.cid-uPEVTldGaR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEVTldGaR img,
.cid-uPEVTldGaR .item-img {
  width: 100%;
}
.cid-uPEVTldGaR .item-wrapper {
  position: relative;
}
.cid-uPEVTldGaR .content-head {
  max-width: 800px;
}
.cid-uPlS7u4Rg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS7u4Rg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7u4Rg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7u4Rg5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7u4Rg5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7u4Rg5 .container {
    padding: 0 16px;
  }
}
.cid-uPlS7u4Rg5 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS7u4Rg5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .row {
    padding: 25px 9px;
  }
}
.cid-uPlS7u4Rg5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS7u4Rg5 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS7u4Rg5 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS7u4Rg5 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS7u4Rg5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS7u4Rg5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7u4Rg5 .items-wrapper {
    display: block;
  }
}
.cid-uPlS7u4Rg5 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS7u4Rg5 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS7u4Rg5 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS7u4Rg5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS7u4Rg5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS7u4Rg5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS7u4Rg5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS7u4Rg5 .card {
  justify-content: center;
}
.cid-uPlS7u4Rg5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS7u4Rg5 .mbr-text {
  color: #000000;
}
.cid-uPlS7u4Rg5 .card-title {
  color: #000000;
}
.cid-uPlS7u4Rg5 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7u4Rg5 .card-title,
.cid-uPlS7u4Rg5 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS7ugQZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS7ugQZs .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS7ugQZs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS7ugQZs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS7ugQZs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS7ugQZs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS7ugQZs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS7ugQZs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7ugQZs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS7ugQZs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS7ugQZs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS7ugQZs .embla__button--next,
.cid-uPlS7ugQZs .embla__button--prev {
  display: flex;
}
.cid-uPlS7ugQZs .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-uPlS7ugQZs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS7ugQZs .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS7ugQZs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS7ugQZs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS7ugQZs .embla__button {
    top: -10%;
  }
}
.cid-uPlS7ugQZs .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS7ugQZs .embla {
    margin-top: 80px;
  }
}
.cid-uPlS7ugQZs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS7ugQZs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS7ugQZs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS7ugQZs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS7ugQZs .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7ugQZs .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7ugQZs .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS7ugQZs .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS7ugQZs .mbr-text ul {
    display: block;
  }
}
.cid-uPlS7ugQZs .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS7ugQZs .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS7ugQZs .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS7ugQZs .item-wrapper {
  height: 100%;
}
.cid-uPlS7ugQZs .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS7ugQZs .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS7ugQZs .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-lo {
  /* Type valid CSS here */
}
#custom-html-lo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lo p {
  font-size: 60px;
  color: #777;
}
.cid-uPEVRCFXYF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEVRCFXYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEVRCFXYF .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-uPEVRCFXYF .container-fluid {
    padding: 0;
  }
}
.cid-uPEVRCFXYF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEVRCFXYF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEVRCFXYF .embla__button--next,
.cid-uPEVRCFXYF .embla__button--prev {
  display: flex;
}
.cid-uPEVRCFXYF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEVRCFXYF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEVRCFXYF .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-uPEVRCFXYF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEVRCFXYF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEVRCFXYF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEVRCFXYF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEVRCFXYF .embla {
  position: relative;
  width: 100%;
}
.cid-uPEVRCFXYF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEVRCFXYF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEVRCFXYF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEVRCFXYF .embla__slide a {
  cursor: grab;
}
.cid-uPEVRCFXYF .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEVRCFXYF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEVRCFXYF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEVRCFXYF .mbr-section-title {
  color: #232323;
}
.cid-uPEVRCFXYF .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEVRCFXYF .mbr-box {
  color: #ffffff;
}
.cid-uPEVRCFXYF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEVRCFXYF img,
.cid-uPEVRCFXYF .item-img {
  width: 100%;
}
.cid-uPEVRCFXYF .item-wrapper {
  position: relative;
}
.cid-uPEVRCFXYF .content-head {
  max-width: 800px;
}
.cid-uPlS7ur54i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS7ur54i h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS7ur54i .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS7ur54i .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS7ur54i .nav-link.active {
  background: #232323;
}
.cid-uPlS7ur54i .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-uPlS7ur54i .nav-link:hover {
  background: #232323;
}
.cid-uPlS7ur54i .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-uPlS7ur54i .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS7ur54i .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS7ur54i .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS7ur54i .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS7ur54i .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS7ur54i .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS7ur54i .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS7ur54i .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS7ur54i .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-uPlS7ur54i .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-uPlS7ur54i .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS7ur54i .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-uPlS7ur54i .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS7ur54i .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-uPlS7ur54i .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS7ur54i .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS7ur54i .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS7ur54i .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7ur54i .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS7ur54i .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS7ur54i .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS7ur54i .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS7ur54i .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS7ur54i .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS7ur54i .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS7ur54i .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-uPlS7ur54i .mbr-text,
  .cid-uPlS7ur54i .nav-link,
  .cid-uPlS7ur54i .mbr-card-title,
  .cid-uPlS7ur54i .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS7ur54i .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS7ur54i .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS7ur54i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7ur54i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7ur54i .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7ur54i .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS7ur54i .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS7vlIfr .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS7vlIfr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS7vlIfr .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-uPlS7vlIfr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS7vlIfr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS7vvcbO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS7vvcbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7vvcbO .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-uPlS7vvcbO .container-fluid {
    padding: 0;
  }
}
.cid-uPlS7vvcbO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS7vvcbO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS7vvcbO .embla__button--next,
.cid-uPlS7vvcbO .embla__button--prev {
  display: flex;
}
.cid-uPlS7vvcbO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS7vvcbO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS7vvcbO .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-uPlS7vvcbO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS7vvcbO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS7vvcbO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS7vvcbO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS7vvcbO .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS7vvcbO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS7vvcbO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS7vvcbO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS7vvcbO .embla__slide a {
  cursor: grab;
}
.cid-uPlS7vvcbO .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS7vvcbO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS7vvcbO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS7vvcbO .mbr-section-title {
  color: #232323;
}
.cid-uPlS7vvcbO .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS7vvcbO .mbr-box {
  color: #ffffff;
}
.cid-uPlS7vvcbO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS7vvcbO img,
.cid-uPlS7vvcbO .item-img {
  width: 100%;
}
.cid-uPlS7vvcbO .item-wrapper {
  position: relative;
}
.cid-uPlS7vvcbO .content-head {
  max-width: 800px;
}
.cid-uPlS7vLAur {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS7vLAur .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS7KauUB {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .dropdown-menu {
  padding: 0;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS7KauUB .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS7KauUB .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS7KauUB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS7KauUB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS7KauUB .nav-link {
  position: relative;
}
.cid-uPlS7KauUB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS7KauUB .dropdown-menu,
.cid-uPlS7KauUB .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS7KauUB .nav-item:focus,
.cid-uPlS7KauUB .nav-link:focus {
  outline: none;
}
.cid-uPlS7KauUB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7KauUB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS7KauUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS7KauUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS7KauUB .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS7KauUB .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS7KauUB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS7KauUB .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS7KauUB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS7KauUB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS7KauUB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS7KauUB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS7KauUB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS7KauUB .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-uPlS7KauUB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS7KauUB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS7KauUB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS7KauUB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS7KauUB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS7KauUB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7KauUB .navbar {
    min-height: 80px;
  }
}
.cid-uPlS7KauUB .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS7KauUB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS7KauUB .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS7KauUB .dropdown-item.active,
.cid-uPlS7KauUB .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS7KauUB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS7KauUB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS7KauUB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS7KauUB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS7KauUB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS7KauUB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS7KauUB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS7KauUB 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-uPlS7KauUB button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7KauUB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7KauUB nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7KauUB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7KauUB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7KauUB nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS7KauUB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS7KauUB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .navbar {
    height: 70px;
  }
  .cid-uPlS7KauUB .navbar.opened {
    height: auto;
  }
  .cid-uPlS7KauUB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS7KauUB .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-uPlS7KauUB .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS7KauUB .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS7KauUB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7KauUB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS7KauUB .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS7KauUB .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS7KauUB .navbar-nav {
  display: flex !important;
}
.cid-uPlS7KauUB .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS7KauUB .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS7KauUB .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7KauUB .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS7KauUB .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS7KauUB .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS7KauUB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS7KauUB .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS7KauUB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS7KauUB 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-uPlS7KauUB button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS7KauUB button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS7KauUB .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS7KauUB .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS7KauUB .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS7KauUB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS7KauUB .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS7KauUB .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS7KauUB .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS7KauUB .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS7KauUB .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS7KauUB .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS7KauUB .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS7KauUB .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS7KauUB .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS7KauUB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS7KauUB ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS7KauUB ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS7KauUB ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS7KauUB .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS7KauUB .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS7KauUB .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS7KauUB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS7KauUB .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-uPlS7KauUB .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-uPlS7KauUB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS7KauUB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS7KauUB .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS7KauUB .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS7KauUB .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS7KauUB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS7KmEL6 {
  background-image: url("../../../assets/images/hill-annex-mine-state-park.webp");
}
.cid-uPlS7KmEL6 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS7KmEL6 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS7KmEL6 .images {
    display: none;
  }
}
.cid-uPlS7KmEL6 .image-wrapper-1,
.cid-uPlS7KmEL6 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS7KmEL6 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS7KmEL6 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS7KmEL6 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS7KmEL6 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS7KmEL6 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS7KmEL6 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS7KmEL6 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS7KmEL6 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS7KmEL6 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS7KmEL6 .text-wrapper {
  width: 100%;
}
.cid-uPlS7KmEL6 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7KmEL6 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7KmEL6 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS7KmEL6 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS7KmEL6 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS7KmEL6 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS7KmEL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7KmEL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7KmEL6 .text {
  display: flex;
  align-items: center;
}
.cid-uPF9XS0kXy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF9XS0kXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF9XS0kXy .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-uPF9XS0kXy .container-fluid {
    padding: 0;
  }
}
.cid-uPF9XS0kXy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF9XS0kXy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF9XS0kXy .embla__button--next,
.cid-uPF9XS0kXy .embla__button--prev {
  display: flex;
}
.cid-uPF9XS0kXy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF9XS0kXy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF9XS0kXy .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-uPF9XS0kXy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF9XS0kXy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF9XS0kXy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF9XS0kXy .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF9XS0kXy .embla {
  position: relative;
  width: 100%;
}
.cid-uPF9XS0kXy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF9XS0kXy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF9XS0kXy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF9XS0kXy .embla__slide a {
  cursor: grab;
}
.cid-uPF9XS0kXy .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF9XS0kXy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF9XS0kXy .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF9XS0kXy .mbr-section-title {
  color: #232323;
}
.cid-uPF9XS0kXy .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF9XS0kXy .mbr-box {
  color: #ffffff;
}
.cid-uPF9XS0kXy .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF9XS0kXy img,
.cid-uPF9XS0kXy .item-img {
  width: 100%;
}
.cid-uPF9XS0kXy .item-wrapper {
  position: relative;
}
.cid-uPF9XS0kXy .content-head {
  max-width: 800px;
}
.cid-uPlS7KuM0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS7KuM0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7KuM0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7KuM0X .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7KuM0X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7KuM0X .container {
    padding: 0 16px;
  }
}
.cid-uPlS7KuM0X .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS7KuM0X .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .row {
    padding: 25px 9px;
  }
}
.cid-uPlS7KuM0X .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS7KuM0X .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS7KuM0X .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS7KuM0X .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS7KuM0X .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS7KuM0X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS7KuM0X .items-wrapper {
    display: block;
  }
}
.cid-uPlS7KuM0X .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS7KuM0X .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS7KuM0X .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS7KuM0X .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS7KuM0X .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS7KuM0X .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS7KuM0X .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS7KuM0X .card {
  justify-content: center;
}
.cid-uPlS7KuM0X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS7KuM0X .mbr-text {
  color: #000000;
}
.cid-uPlS7KuM0X .card-title {
  color: #000000;
}
.cid-uPlS7KuM0X .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7KuM0X .card-title,
.cid-uPlS7KuM0X .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS7KF8bW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS7KF8bW .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS7KF8bW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS7KF8bW .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS7KF8bW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS7KF8bW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS7KF8bW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS7KF8bW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS7KF8bW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS7KF8bW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS7KF8bW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS7KF8bW .embla__button--next,
.cid-uPlS7KF8bW .embla__button--prev {
  display: flex;
}
.cid-uPlS7KF8bW .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-uPlS7KF8bW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS7KF8bW .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS7KF8bW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS7KF8bW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS7KF8bW .embla__button {
    top: -10%;
  }
}
.cid-uPlS7KF8bW .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS7KF8bW .embla {
    margin-top: 80px;
  }
}
.cid-uPlS7KF8bW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS7KF8bW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS7KF8bW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS7KF8bW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS7KF8bW .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7KF8bW .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7KF8bW .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS7KF8bW .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS7KF8bW .mbr-text ul {
    display: block;
  }
}
.cid-uPlS7KF8bW .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS7KF8bW .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS7KF8bW .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS7KF8bW .item-wrapper {
  height: 100%;
}
.cid-uPlS7KF8bW .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS7KF8bW .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS7KF8bW .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-lx {
  /* Type valid CSS here */
}
#custom-html-lx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lx p {
  font-size: 60px;
  color: #777;
}
.cid-uPF9WqblY7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPF9WqblY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF9WqblY7 .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-uPF9WqblY7 .container-fluid {
    padding: 0;
  }
}
.cid-uPF9WqblY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPF9WqblY7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPF9WqblY7 .embla__button--next,
.cid-uPF9WqblY7 .embla__button--prev {
  display: flex;
}
.cid-uPF9WqblY7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPF9WqblY7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPF9WqblY7 .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-uPF9WqblY7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPF9WqblY7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPF9WqblY7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPF9WqblY7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPF9WqblY7 .embla {
  position: relative;
  width: 100%;
}
.cid-uPF9WqblY7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPF9WqblY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPF9WqblY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPF9WqblY7 .embla__slide a {
  cursor: grab;
}
.cid-uPF9WqblY7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPF9WqblY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPF9WqblY7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPF9WqblY7 .mbr-section-title {
  color: #232323;
}
.cid-uPF9WqblY7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPF9WqblY7 .mbr-box {
  color: #ffffff;
}
.cid-uPF9WqblY7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPF9WqblY7 img,
.cid-uPF9WqblY7 .item-img {
  width: 100%;
}
.cid-uPF9WqblY7 .item-wrapper {
  position: relative;
}
.cid-uPF9WqblY7 .content-head {
  max-width: 800px;
}
.cid-uPlS7KQNui {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS7KQNui h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS7KQNui .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS7KQNui .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS7KQNui .nav-link.active {
  background: #232323;
}
.cid-uPlS7KQNui .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-uPlS7KQNui .nav-link:hover {
  background: #232323;
}
.cid-uPlS7KQNui .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-uPlS7KQNui .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS7KQNui .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS7KQNui .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS7KQNui .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS7KQNui .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS7KQNui .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS7KQNui .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS7KQNui .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS7KQNui .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-uPlS7KQNui .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-uPlS7KQNui .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS7KQNui .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-uPlS7KQNui .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS7KQNui .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-uPlS7KQNui .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS7KQNui .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS7KQNui .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS7KQNui .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS7KQNui .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS7KQNui .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS7KQNui .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS7KQNui .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS7KQNui .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS7KQNui .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS7KQNui .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS7KQNui .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-uPlS7KQNui .mbr-text,
  .cid-uPlS7KQNui .nav-link,
  .cid-uPlS7KQNui .mbr-card-title,
  .cid-uPlS7KQNui .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS7KQNui .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS7KQNui .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS7KQNui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS7KQNui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS7KQNui .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS7KQNui .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS7KQNui .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS7LEXy7 .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS7LEXy7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS7LEXy7 .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-uPlS7LEXy7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS7LEXy7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEVtKE2Pd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEVtKE2Pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEVtKE2Pd .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-uPEVtKE2Pd .container-fluid {
    padding: 0;
  }
}
.cid-uPEVtKE2Pd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEVtKE2Pd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEVtKE2Pd .embla__button--next,
.cid-uPEVtKE2Pd .embla__button--prev {
  display: flex;
}
.cid-uPEVtKE2Pd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEVtKE2Pd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEVtKE2Pd .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-uPEVtKE2Pd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEVtKE2Pd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEVtKE2Pd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEVtKE2Pd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEVtKE2Pd .embla {
  position: relative;
  width: 100%;
}
.cid-uPEVtKE2Pd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEVtKE2Pd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEVtKE2Pd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEVtKE2Pd .embla__slide a {
  cursor: grab;
}
.cid-uPEVtKE2Pd .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEVtKE2Pd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEVtKE2Pd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEVtKE2Pd .mbr-section-title {
  color: #232323;
}
.cid-uPEVtKE2Pd .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEVtKE2Pd .mbr-box {
  color: #ffffff;
}
.cid-uPEVtKE2Pd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEVtKE2Pd img,
.cid-uPEVtKE2Pd .item-img {
  width: 100%;
}
.cid-uPEVtKE2Pd .item-wrapper {
  position: relative;
}
.cid-uPEVtKE2Pd .content-head {
  max-width: 800px;
}
.cid-uPlS7M2zFd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS7M2zFd .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS80kuDW {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .dropdown-menu {
  padding: 0;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS80kuDW .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS80kuDW .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS80kuDW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS80kuDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS80kuDW .nav-link {
  position: relative;
}
.cid-uPlS80kuDW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS80kuDW .dropdown-menu,
.cid-uPlS80kuDW .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS80kuDW .nav-item:focus,
.cid-uPlS80kuDW .nav-link:focus {
  outline: none;
}
.cid-uPlS80kuDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS80kuDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS80kuDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS80kuDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS80kuDW .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS80kuDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS80kuDW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS80kuDW .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS80kuDW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS80kuDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS80kuDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS80kuDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS80kuDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS80kuDW .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-uPlS80kuDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS80kuDW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS80kuDW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS80kuDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS80kuDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS80kuDW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS80kuDW .navbar {
    min-height: 80px;
  }
}
.cid-uPlS80kuDW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS80kuDW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS80kuDW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS80kuDW .dropdown-item.active,
.cid-uPlS80kuDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS80kuDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS80kuDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS80kuDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS80kuDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS80kuDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS80kuDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS80kuDW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS80kuDW 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-uPlS80kuDW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS80kuDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS80kuDW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS80kuDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS80kuDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS80kuDW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS80kuDW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS80kuDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .navbar {
    height: 70px;
  }
  .cid-uPlS80kuDW .navbar.opened {
    height: auto;
  }
  .cid-uPlS80kuDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS80kuDW .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-uPlS80kuDW .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS80kuDW .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS80kuDW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS80kuDW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS80kuDW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS80kuDW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS80kuDW .navbar-nav {
  display: flex !important;
}
.cid-uPlS80kuDW .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS80kuDW .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS80kuDW .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS80kuDW .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS80kuDW .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS80kuDW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS80kuDW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS80kuDW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS80kuDW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS80kuDW 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-uPlS80kuDW button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS80kuDW button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS80kuDW .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS80kuDW .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS80kuDW .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS80kuDW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS80kuDW .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS80kuDW .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS80kuDW .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS80kuDW .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS80kuDW .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS80kuDW .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS80kuDW .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS80kuDW .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS80kuDW .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS80kuDW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS80kuDW ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS80kuDW ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS80kuDW ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS80kuDW .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS80kuDW .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS80kuDW .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS80kuDW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS80kuDW .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-uPlS80kuDW .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-uPlS80kuDW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS80kuDW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS80kuDW .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS80kuDW .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS80kuDW .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS80kuDW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS80uh9C {
  background-image: url("../../../assets/images/bardwell-ferrant-house.webp");
}
.cid-uPlS80uh9C img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS80uh9C .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS80uh9C .images {
    display: none;
  }
}
.cid-uPlS80uh9C .image-wrapper-1,
.cid-uPlS80uh9C .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS80uh9C .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS80uh9C .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS80uh9C .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS80uh9C .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS80uh9C .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS80uh9C .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS80uh9C .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS80uh9C .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS80uh9C .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS80uh9C .text-wrapper {
  width: 100%;
}
.cid-uPlS80uh9C .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS80uh9C .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS80uh9C .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS80uh9C .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS80uh9C .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS80uh9C .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS80uh9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS80uh9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS80uh9C .text {
  display: flex;
  align-items: center;
}
.cid-uPEVkiNJl8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEVkiNJl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEVkiNJl8 .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-uPEVkiNJl8 .container-fluid {
    padding: 0;
  }
}
.cid-uPEVkiNJl8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEVkiNJl8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEVkiNJl8 .embla__button--next,
.cid-uPEVkiNJl8 .embla__button--prev {
  display: flex;
}
.cid-uPEVkiNJl8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEVkiNJl8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEVkiNJl8 .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-uPEVkiNJl8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEVkiNJl8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEVkiNJl8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEVkiNJl8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEVkiNJl8 .embla {
  position: relative;
  width: 100%;
}
.cid-uPEVkiNJl8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEVkiNJl8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEVkiNJl8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEVkiNJl8 .embla__slide a {
  cursor: grab;
}
.cid-uPEVkiNJl8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEVkiNJl8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEVkiNJl8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEVkiNJl8 .mbr-section-title {
  color: #232323;
}
.cid-uPEVkiNJl8 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEVkiNJl8 .mbr-box {
  color: #ffffff;
}
.cid-uPEVkiNJl8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEVkiNJl8 img,
.cid-uPEVkiNJl8 .item-img {
  width: 100%;
}
.cid-uPEVkiNJl8 .item-wrapper {
  position: relative;
}
.cid-uPEVkiNJl8 .content-head {
  max-width: 800px;
}
.cid-uPlS80CXXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS80CXXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS80CXXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS80CXXR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS80CXXR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS80CXXR .container {
    padding: 0 16px;
  }
}
.cid-uPlS80CXXR .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS80CXXR .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .row {
    padding: 25px 9px;
  }
}
.cid-uPlS80CXXR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS80CXXR .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS80CXXR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS80CXXR .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS80CXXR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS80CXXR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS80CXXR .items-wrapper {
    display: block;
  }
}
.cid-uPlS80CXXR .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS80CXXR .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS80CXXR .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS80CXXR .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS80CXXR .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS80CXXR .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS80CXXR .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS80CXXR .card {
  justify-content: center;
}
.cid-uPlS80CXXR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS80CXXR .mbr-text {
  color: #000000;
}
.cid-uPlS80CXXR .card-title {
  color: #000000;
}
.cid-uPlS80CXXR .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS80CXXR .card-title,
.cid-uPlS80CXXR .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS80N7i6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS80N7i6 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS80N7i6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS80N7i6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS80N7i6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS80N7i6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS80N7i6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS80N7i6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS80N7i6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS80N7i6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS80N7i6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS80N7i6 .embla__button--next,
.cid-uPlS80N7i6 .embla__button--prev {
  display: flex;
}
.cid-uPlS80N7i6 .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-uPlS80N7i6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS80N7i6 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS80N7i6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS80N7i6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS80N7i6 .embla__button {
    top: -10%;
  }
}
.cid-uPlS80N7i6 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS80N7i6 .embla {
    margin-top: 80px;
  }
}
.cid-uPlS80N7i6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS80N7i6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS80N7i6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS80N7i6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS80N7i6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS80N7i6 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS80N7i6 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS80N7i6 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS80N7i6 .mbr-text ul {
    display: block;
  }
}
.cid-uPlS80N7i6 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS80N7i6 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS80N7i6 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS80N7i6 .item-wrapper {
  height: 100%;
}
.cid-uPlS80N7i6 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS80N7i6 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS80N7i6 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-m6 {
  /* Type valid CSS here */
}
#custom-html-m6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m6 p {
  font-size: 60px;
  color: #777;
}
.cid-uPEVizaRZh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEVizaRZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEVizaRZh .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-uPEVizaRZh .container-fluid {
    padding: 0;
  }
}
.cid-uPEVizaRZh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEVizaRZh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEVizaRZh .embla__button--next,
.cid-uPEVizaRZh .embla__button--prev {
  display: flex;
}
.cid-uPEVizaRZh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEVizaRZh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEVizaRZh .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-uPEVizaRZh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEVizaRZh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEVizaRZh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEVizaRZh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEVizaRZh .embla {
  position: relative;
  width: 100%;
}
.cid-uPEVizaRZh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEVizaRZh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEVizaRZh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEVizaRZh .embla__slide a {
  cursor: grab;
}
.cid-uPEVizaRZh .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEVizaRZh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEVizaRZh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEVizaRZh .mbr-section-title {
  color: #232323;
}
.cid-uPEVizaRZh .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEVizaRZh .mbr-box {
  color: #ffffff;
}
.cid-uPEVizaRZh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEVizaRZh img,
.cid-uPEVizaRZh .item-img {
  width: 100%;
}
.cid-uPEVizaRZh .item-wrapper {
  position: relative;
}
.cid-uPEVizaRZh .content-head {
  max-width: 800px;
}
.cid-uPlS80YeSP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS80YeSP h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS80YeSP .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS80YeSP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS80YeSP .nav-link.active {
  background: #232323;
}
.cid-uPlS80YeSP .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-uPlS80YeSP .nav-link:hover {
  background: #232323;
}
.cid-uPlS80YeSP .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-uPlS80YeSP .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS80YeSP .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS80YeSP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS80YeSP .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS80YeSP .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS80YeSP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS80YeSP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS80YeSP .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS80YeSP .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-uPlS80YeSP .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-uPlS80YeSP .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS80YeSP .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-uPlS80YeSP .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS80YeSP .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-uPlS80YeSP .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS80YeSP .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS80YeSP .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS80YeSP .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS80YeSP .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS80YeSP .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS80YeSP .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS80YeSP .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS80YeSP .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS80YeSP .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS80YeSP .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS80YeSP .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-uPlS80YeSP .mbr-text,
  .cid-uPlS80YeSP .nav-link,
  .cid-uPlS80YeSP .mbr-card-title,
  .cid-uPlS80YeSP .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS80YeSP .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS80YeSP .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS80YeSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS80YeSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS80YeSP .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS80YeSP .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS80YeSP .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS81PQGG .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS81PQGG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS81PQGG .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-uPlS81PQGG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS81PQGG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS81ZTV1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS81ZTV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS81ZTV1 .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-uPlS81ZTV1 .container-fluid {
    padding: 0;
  }
}
.cid-uPlS81ZTV1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS81ZTV1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS81ZTV1 .embla__button--next,
.cid-uPlS81ZTV1 .embla__button--prev {
  display: flex;
}
.cid-uPlS81ZTV1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS81ZTV1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS81ZTV1 .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-uPlS81ZTV1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS81ZTV1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS81ZTV1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS81ZTV1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS81ZTV1 .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS81ZTV1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS81ZTV1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS81ZTV1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS81ZTV1 .embla__slide a {
  cursor: grab;
}
.cid-uPlS81ZTV1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS81ZTV1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS81ZTV1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS81ZTV1 .mbr-section-title {
  color: #232323;
}
.cid-uPlS81ZTV1 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS81ZTV1 .mbr-box {
  color: #ffffff;
}
.cid-uPlS81ZTV1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS81ZTV1 img,
.cid-uPlS81ZTV1 .item-img {
  width: 100%;
}
.cid-uPlS81ZTV1 .item-wrapper {
  position: relative;
}
.cid-uPlS81ZTV1 .content-head {
  max-width: 800px;
}
.cid-uPlS82dQLg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS82dQLg .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS8h4oIZ {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .dropdown-menu {
  padding: 0;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS8h4oIZ .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS8h4oIZ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS8h4oIZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS8h4oIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS8h4oIZ .nav-link {
  position: relative;
}
.cid-uPlS8h4oIZ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS8h4oIZ .dropdown-menu,
.cid-uPlS8h4oIZ .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS8h4oIZ .nav-item:focus,
.cid-uPlS8h4oIZ .nav-link:focus {
  outline: none;
}
.cid-uPlS8h4oIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8h4oIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS8h4oIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS8h4oIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8h4oIZ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS8h4oIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS8h4oIZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS8h4oIZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS8h4oIZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS8h4oIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS8h4oIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS8h4oIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS8h4oIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS8h4oIZ .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-uPlS8h4oIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS8h4oIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS8h4oIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS8h4oIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS8h4oIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS8h4oIZ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8h4oIZ .navbar {
    min-height: 80px;
  }
}
.cid-uPlS8h4oIZ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS8h4oIZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS8h4oIZ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS8h4oIZ .dropdown-item.active,
.cid-uPlS8h4oIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS8h4oIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS8h4oIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS8h4oIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS8h4oIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS8h4oIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS8h4oIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS8h4oIZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS8h4oIZ 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-uPlS8h4oIZ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8h4oIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8h4oIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8h4oIZ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS8h4oIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .navbar {
    height: 70px;
  }
  .cid-uPlS8h4oIZ .navbar.opened {
    height: auto;
  }
  .cid-uPlS8h4oIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS8h4oIZ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS8h4oIZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8h4oIZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8h4oIZ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS8h4oIZ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS8h4oIZ .navbar-nav {
  display: flex !important;
}
.cid-uPlS8h4oIZ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS8h4oIZ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS8h4oIZ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8h4oIZ .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS8h4oIZ .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS8h4oIZ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8h4oIZ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS8h4oIZ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS8h4oIZ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS8h4oIZ 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-uPlS8h4oIZ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8h4oIZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8h4oIZ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS8h4oIZ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS8h4oIZ .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS8h4oIZ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS8h4oIZ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS8h4oIZ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS8h4oIZ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS8h4oIZ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS8h4oIZ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS8h4oIZ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS8h4oIZ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS8h4oIZ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS8h4oIZ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS8h4oIZ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS8h4oIZ ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS8h4oIZ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS8h4oIZ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS8h4oIZ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS8h4oIZ .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS8h4oIZ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS8h4oIZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS8h4oIZ .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-uPlS8h4oIZ .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-uPlS8h4oIZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS8h4oIZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS8h4oIZ .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS8h4oIZ .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS8h4oIZ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS8h4oIZ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS8he5Z2 {
  background-image: url("../../../assets/images/85001755.webp");
}
.cid-uPlS8he5Z2 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS8he5Z2 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS8he5Z2 .images {
    display: none;
  }
}
.cid-uPlS8he5Z2 .image-wrapper-1,
.cid-uPlS8he5Z2 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS8he5Z2 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS8he5Z2 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS8he5Z2 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS8he5Z2 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS8he5Z2 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS8he5Z2 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS8he5Z2 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS8he5Z2 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS8he5Z2 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS8he5Z2 .text-wrapper {
  width: 100%;
}
.cid-uPlS8he5Z2 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8he5Z2 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8he5Z2 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS8he5Z2 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS8he5Z2 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS8he5Z2 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS8he5Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8he5Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8he5Z2 .text {
  display: flex;
  align-items: center;
}
.cid-uPlS8hm2G7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS8hm2G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8hm2G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8hm2G7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8hm2G7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8hm2G7 .container {
    padding: 0 16px;
  }
}
.cid-uPlS8hm2G7 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS8hm2G7 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .row {
    padding: 25px 9px;
  }
}
.cid-uPlS8hm2G7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS8hm2G7 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS8hm2G7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS8hm2G7 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS8hm2G7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS8hm2G7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8hm2G7 .items-wrapper {
    display: block;
  }
}
.cid-uPlS8hm2G7 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS8hm2G7 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS8hm2G7 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS8hm2G7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS8hm2G7 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS8hm2G7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS8hm2G7 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS8hm2G7 .card {
  justify-content: center;
}
.cid-uPlS8hm2G7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS8hm2G7 .mbr-text {
  color: #000000;
}
.cid-uPlS8hm2G7 .card-title {
  color: #000000;
}
.cid-uPlS8hm2G7 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8hm2G7 .card-title,
.cid-uPlS8hm2G7 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS8hxXTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS8hxXTx .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS8hxXTx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS8hxXTx .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS8hxXTx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS8hxXTx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS8hxXTx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS8hxXTx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8hxXTx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS8hxXTx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS8hxXTx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS8hxXTx .embla__button--next,
.cid-uPlS8hxXTx .embla__button--prev {
  display: flex;
}
.cid-uPlS8hxXTx .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-uPlS8hxXTx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS8hxXTx .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS8hxXTx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS8hxXTx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS8hxXTx .embla__button {
    top: -10%;
  }
}
.cid-uPlS8hxXTx .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS8hxXTx .embla {
    margin-top: 80px;
  }
}
.cid-uPlS8hxXTx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS8hxXTx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS8hxXTx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS8hxXTx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS8hxXTx .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8hxXTx .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8hxXTx .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS8hxXTx .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS8hxXTx .mbr-text ul {
    display: block;
  }
}
.cid-uPlS8hxXTx .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS8hxXTx .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS8hxXTx .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS8hxXTx .item-wrapper {
  height: 100%;
}
.cid-uPlS8hxXTx .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS8hxXTx .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS8hxXTx .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-mf {
  /* Type valid CSS here */
}
#custom-html-mf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mf p {
  font-size: 60px;
  color: #777;
}
.cid-uPlS8hIok4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS8hIok4 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS8hIok4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS8hIok4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS8hIok4 .nav-link.active {
  background: #232323;
}
.cid-uPlS8hIok4 .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-uPlS8hIok4 .nav-link:hover {
  background: #232323;
}
.cid-uPlS8hIok4 .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-uPlS8hIok4 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS8hIok4 .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS8hIok4 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS8hIok4 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS8hIok4 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS8hIok4 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS8hIok4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS8hIok4 .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS8hIok4 .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-uPlS8hIok4 .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-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS8hIok4 .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-uPlS8hIok4 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS8hIok4 .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-uPlS8hIok4 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS8hIok4 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS8hIok4 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS8hIok4 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8hIok4 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS8hIok4 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS8hIok4 .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-uPlS8hIok4 .mbr-text,
  .cid-uPlS8hIok4 .nav-link,
  .cid-uPlS8hIok4 .mbr-card-title,
  .cid-uPlS8hIok4 .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS8hIok4 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS8hIok4 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS8hIok4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8hIok4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8hIok4 .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8hIok4 .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS8hIok4 .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS8iBJPg .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS8iBJPg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS8iBJPg .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-uPlS8iBJPg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS8iBJPg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS8iLd5E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS8iLd5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8iLd5E .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-uPlS8iLd5E .container-fluid {
    padding: 0;
  }
}
.cid-uPlS8iLd5E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS8iLd5E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS8iLd5E .embla__button--next,
.cid-uPlS8iLd5E .embla__button--prev {
  display: flex;
}
.cid-uPlS8iLd5E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS8iLd5E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS8iLd5E .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-uPlS8iLd5E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS8iLd5E .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS8iLd5E .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS8iLd5E .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS8iLd5E .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS8iLd5E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS8iLd5E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS8iLd5E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS8iLd5E .embla__slide a {
  cursor: grab;
}
.cid-uPlS8iLd5E .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS8iLd5E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS8iLd5E .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS8iLd5E .mbr-section-title {
  color: #232323;
}
.cid-uPlS8iLd5E .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS8iLd5E .mbr-box {
  color: #ffffff;
}
.cid-uPlS8iLd5E .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS8iLd5E img,
.cid-uPlS8iLd5E .item-img {
  width: 100%;
}
.cid-uPlS8iLd5E .item-wrapper {
  position: relative;
}
.cid-uPlS8iLd5E .content-head {
  max-width: 800px;
}
.cid-uPlS8iYTPZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS8iYTPZ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS8xGPlx {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .dropdown-menu {
  padding: 0;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS8xGPlx .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS8xGPlx .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS8xGPlx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS8xGPlx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS8xGPlx .nav-link {
  position: relative;
}
.cid-uPlS8xGPlx .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS8xGPlx .dropdown-menu,
.cid-uPlS8xGPlx .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS8xGPlx .nav-item:focus,
.cid-uPlS8xGPlx .nav-link:focus {
  outline: none;
}
.cid-uPlS8xGPlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8xGPlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS8xGPlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS8xGPlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8xGPlx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS8xGPlx .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS8xGPlx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS8xGPlx .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS8xGPlx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS8xGPlx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS8xGPlx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS8xGPlx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS8xGPlx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS8xGPlx .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-uPlS8xGPlx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS8xGPlx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS8xGPlx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS8xGPlx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS8xGPlx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS8xGPlx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8xGPlx .navbar {
    min-height: 80px;
  }
}
.cid-uPlS8xGPlx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS8xGPlx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS8xGPlx .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS8xGPlx .dropdown-item.active,
.cid-uPlS8xGPlx .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS8xGPlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS8xGPlx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS8xGPlx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS8xGPlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS8xGPlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS8xGPlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS8xGPlx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS8xGPlx 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-uPlS8xGPlx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8xGPlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8xGPlx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8xGPlx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS8xGPlx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .navbar {
    height: 70px;
  }
  .cid-uPlS8xGPlx .navbar.opened {
    height: auto;
  }
  .cid-uPlS8xGPlx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS8xGPlx .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS8xGPlx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8xGPlx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8xGPlx .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS8xGPlx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS8xGPlx .navbar-nav {
  display: flex !important;
}
.cid-uPlS8xGPlx .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS8xGPlx .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS8xGPlx .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8xGPlx .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS8xGPlx .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS8xGPlx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8xGPlx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS8xGPlx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS8xGPlx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS8xGPlx 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-uPlS8xGPlx button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8xGPlx button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8xGPlx .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS8xGPlx .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS8xGPlx .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS8xGPlx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS8xGPlx .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS8xGPlx .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS8xGPlx .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS8xGPlx .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS8xGPlx .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS8xGPlx .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS8xGPlx .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS8xGPlx .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS8xGPlx .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS8xGPlx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS8xGPlx ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS8xGPlx ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS8xGPlx ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS8xGPlx .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS8xGPlx .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS8xGPlx .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS8xGPlx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS8xGPlx .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-uPlS8xGPlx .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-uPlS8xGPlx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS8xGPlx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS8xGPlx .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS8xGPlx .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS8xGPlx .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS8xGPlx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS8xPd3s {
  background-image: url("../../../assets/images/lakecarlosstateparkbathhouse.webp");
}
.cid-uPlS8xPd3s img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS8xPd3s .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS8xPd3s .images {
    display: none;
  }
}
.cid-uPlS8xPd3s .image-wrapper-1,
.cid-uPlS8xPd3s .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS8xPd3s .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS8xPd3s .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS8xPd3s .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS8xPd3s .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS8xPd3s .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS8xPd3s .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS8xPd3s .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS8xPd3s .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS8xPd3s .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS8xPd3s .text-wrapper {
  width: 100%;
}
.cid-uPlS8xPd3s .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8xPd3s .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8xPd3s .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS8xPd3s .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS8xPd3s .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS8xPd3s .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS8xPd3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8xPd3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8xPd3s .text {
  display: flex;
  align-items: center;
}
.cid-uPEUyZFjPi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEUyZFjPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEUyZFjPi .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-uPEUyZFjPi .container-fluid {
    padding: 0;
  }
}
.cid-uPEUyZFjPi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEUyZFjPi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEUyZFjPi .embla__button--next,
.cid-uPEUyZFjPi .embla__button--prev {
  display: flex;
}
.cid-uPEUyZFjPi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEUyZFjPi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEUyZFjPi .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-uPEUyZFjPi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEUyZFjPi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEUyZFjPi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEUyZFjPi .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEUyZFjPi .embla {
  position: relative;
  width: 100%;
}
.cid-uPEUyZFjPi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEUyZFjPi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEUyZFjPi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEUyZFjPi .embla__slide a {
  cursor: grab;
}
.cid-uPEUyZFjPi .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEUyZFjPi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEUyZFjPi .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEUyZFjPi .mbr-section-title {
  color: #232323;
}
.cid-uPEUyZFjPi .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEUyZFjPi .mbr-box {
  color: #ffffff;
}
.cid-uPEUyZFjPi .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEUyZFjPi img,
.cid-uPEUyZFjPi .item-img {
  width: 100%;
}
.cid-uPEUyZFjPi .item-wrapper {
  position: relative;
}
.cid-uPEUyZFjPi .content-head {
  max-width: 800px;
}
.cid-uPlS8xXpfW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS8xXpfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8xXpfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8xXpfW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8xXpfW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8xXpfW .container {
    padding: 0 16px;
  }
}
.cid-uPlS8xXpfW .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS8xXpfW .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .row {
    padding: 25px 9px;
  }
}
.cid-uPlS8xXpfW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS8xXpfW .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS8xXpfW .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS8xXpfW .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS8xXpfW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS8xXpfW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8xXpfW .items-wrapper {
    display: block;
  }
}
.cid-uPlS8xXpfW .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS8xXpfW .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS8xXpfW .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS8xXpfW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS8xXpfW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS8xXpfW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS8xXpfW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS8xXpfW .card {
  justify-content: center;
}
.cid-uPlS8xXpfW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS8xXpfW .mbr-text {
  color: #000000;
}
.cid-uPlS8xXpfW .card-title {
  color: #000000;
}
.cid-uPlS8xXpfW .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8xXpfW .card-title,
.cid-uPlS8xXpfW .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS8y8uVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS8y8uVm .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS8y8uVm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS8y8uVm .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS8y8uVm .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS8y8uVm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS8y8uVm .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS8y8uVm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8y8uVm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS8y8uVm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS8y8uVm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS8y8uVm .embla__button--next,
.cid-uPlS8y8uVm .embla__button--prev {
  display: flex;
}
.cid-uPlS8y8uVm .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-uPlS8y8uVm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS8y8uVm .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS8y8uVm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS8y8uVm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS8y8uVm .embla__button {
    top: -10%;
  }
}
.cid-uPlS8y8uVm .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS8y8uVm .embla {
    margin-top: 80px;
  }
}
.cid-uPlS8y8uVm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS8y8uVm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS8y8uVm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS8y8uVm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS8y8uVm .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8y8uVm .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8y8uVm .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS8y8uVm .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS8y8uVm .mbr-text ul {
    display: block;
  }
}
.cid-uPlS8y8uVm .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS8y8uVm .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS8y8uVm .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS8y8uVm .item-wrapper {
  height: 100%;
}
.cid-uPlS8y8uVm .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS8y8uVm .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS8y8uVm .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-mo {
  /* Type valid CSS here */
}
#custom-html-mo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mo p {
  font-size: 60px;
  color: #777;
}
.cid-uPEUxjFjiY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEUxjFjiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEUxjFjiY .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-uPEUxjFjiY .container-fluid {
    padding: 0;
  }
}
.cid-uPEUxjFjiY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEUxjFjiY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEUxjFjiY .embla__button--next,
.cid-uPEUxjFjiY .embla__button--prev {
  display: flex;
}
.cid-uPEUxjFjiY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEUxjFjiY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEUxjFjiY .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-uPEUxjFjiY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEUxjFjiY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEUxjFjiY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEUxjFjiY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEUxjFjiY .embla {
  position: relative;
  width: 100%;
}
.cid-uPEUxjFjiY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEUxjFjiY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEUxjFjiY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEUxjFjiY .embla__slide a {
  cursor: grab;
}
.cid-uPEUxjFjiY .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEUxjFjiY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEUxjFjiY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEUxjFjiY .mbr-section-title {
  color: #232323;
}
.cid-uPEUxjFjiY .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEUxjFjiY .mbr-box {
  color: #ffffff;
}
.cid-uPEUxjFjiY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEUxjFjiY img,
.cid-uPEUxjFjiY .item-img {
  width: 100%;
}
.cid-uPEUxjFjiY .item-wrapper {
  position: relative;
}
.cid-uPEUxjFjiY .content-head {
  max-width: 800px;
}
.cid-uPlS8yj1FW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS8yj1FW h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS8yj1FW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS8yj1FW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS8yj1FW .nav-link.active {
  background: #232323;
}
.cid-uPlS8yj1FW .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-uPlS8yj1FW .nav-link:hover {
  background: #232323;
}
.cid-uPlS8yj1FW .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-uPlS8yj1FW .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS8yj1FW .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS8yj1FW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS8yj1FW .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS8yj1FW .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS8yj1FW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS8yj1FW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS8yj1FW .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS8yj1FW .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-uPlS8yj1FW .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-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS8yj1FW .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-uPlS8yj1FW .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS8yj1FW .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-uPlS8yj1FW .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS8yj1FW .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS8yj1FW .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS8yj1FW .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8yj1FW .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS8yj1FW .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS8yj1FW .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-uPlS8yj1FW .mbr-text,
  .cid-uPlS8yj1FW .nav-link,
  .cid-uPlS8yj1FW .mbr-card-title,
  .cid-uPlS8yj1FW .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS8yj1FW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS8yj1FW .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS8yj1FW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8yj1FW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8yj1FW .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8yj1FW .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS8yj1FW .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS8z78ND .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS8z78ND .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS8z78ND .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-uPlS8z78ND .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS8z78ND .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEUvIjC1c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPEUvIjC1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEUvIjC1c .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-uPEUvIjC1c .container-fluid {
    padding: 0;
  }
}
.cid-uPEUvIjC1c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPEUvIjC1c .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPEUvIjC1c .embla__button--next,
.cid-uPEUvIjC1c .embla__button--prev {
  display: flex;
}
.cid-uPEUvIjC1c .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPEUvIjC1c .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPEUvIjC1c .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-uPEUvIjC1c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPEUvIjC1c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPEUvIjC1c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPEUvIjC1c .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPEUvIjC1c .embla {
  position: relative;
  width: 100%;
}
.cid-uPEUvIjC1c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPEUvIjC1c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPEUvIjC1c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPEUvIjC1c .embla__slide a {
  cursor: grab;
}
.cid-uPEUvIjC1c .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPEUvIjC1c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPEUvIjC1c .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPEUvIjC1c .mbr-section-title {
  color: #232323;
}
.cid-uPEUvIjC1c .mbr-section-subtitle {
  color: #232323;
}
.cid-uPEUvIjC1c .mbr-box {
  color: #ffffff;
}
.cid-uPEUvIjC1c .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPEUvIjC1c img,
.cid-uPEUvIjC1c .item-img {
  width: 100%;
}
.cid-uPEUvIjC1c .item-wrapper {
  position: relative;
}
.cid-uPEUvIjC1c .content-head {
  max-width: 800px;
}
.cid-uPlS8zvLBB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS8zvLBB .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS8OY6d7 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .dropdown-menu {
  padding: 0;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS8OY6d7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS8OY6d7 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS8OY6d7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS8OY6d7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS8OY6d7 .nav-link {
  position: relative;
}
.cid-uPlS8OY6d7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS8OY6d7 .dropdown-menu,
.cid-uPlS8OY6d7 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS8OY6d7 .nav-item:focus,
.cid-uPlS8OY6d7 .nav-link:focus {
  outline: none;
}
.cid-uPlS8OY6d7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8OY6d7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS8OY6d7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS8OY6d7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS8OY6d7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS8OY6d7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS8OY6d7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS8OY6d7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS8OY6d7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS8OY6d7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS8OY6d7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS8OY6d7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS8OY6d7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS8OY6d7 .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-uPlS8OY6d7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS8OY6d7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS8OY6d7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS8OY6d7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS8OY6d7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS8OY6d7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8OY6d7 .navbar {
    min-height: 80px;
  }
}
.cid-uPlS8OY6d7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS8OY6d7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS8OY6d7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS8OY6d7 .dropdown-item.active,
.cid-uPlS8OY6d7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS8OY6d7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS8OY6d7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS8OY6d7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS8OY6d7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS8OY6d7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS8OY6d7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS8OY6d7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS8OY6d7 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-uPlS8OY6d7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8OY6d7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8OY6d7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8OY6d7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS8OY6d7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .navbar {
    height: 70px;
  }
  .cid-uPlS8OY6d7 .navbar.opened {
    height: auto;
  }
  .cid-uPlS8OY6d7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS8OY6d7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS8OY6d7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8OY6d7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS8OY6d7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS8OY6d7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS8OY6d7 .navbar-nav {
  display: flex !important;
}
.cid-uPlS8OY6d7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS8OY6d7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS8OY6d7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8OY6d7 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS8OY6d7 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS8OY6d7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS8OY6d7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS8OY6d7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS8OY6d7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS8OY6d7 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-uPlS8OY6d7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS8OY6d7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS8OY6d7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS8OY6d7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS8OY6d7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS8OY6d7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS8OY6d7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS8OY6d7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS8OY6d7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS8OY6d7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS8OY6d7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS8OY6d7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS8OY6d7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS8OY6d7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS8OY6d7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS8OY6d7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS8OY6d7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS8OY6d7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS8OY6d7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS8OY6d7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS8OY6d7 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS8OY6d7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS8OY6d7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS8OY6d7 .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-uPlS8OY6d7 .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-uPlS8OY6d7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS8OY6d7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS8OY6d7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS8OY6d7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS8OY6d7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS8OY6d7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS8P8Jgr {
  background-image: url("../../../assets/images/itasca-bison-site-1024x740.jpg");
}
.cid-uPlS8P8Jgr img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS8P8Jgr .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS8P8Jgr .images {
    display: none;
  }
}
.cid-uPlS8P8Jgr .image-wrapper-1,
.cid-uPlS8P8Jgr .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS8P8Jgr .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS8P8Jgr .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS8P8Jgr .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS8P8Jgr .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS8P8Jgr .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS8P8Jgr .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS8P8Jgr .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS8P8Jgr .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS8P8Jgr .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS8P8Jgr .text-wrapper {
  width: 100%;
}
.cid-uPlS8P8Jgr .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8P8Jgr .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8P8Jgr .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS8P8Jgr .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS8P8Jgr .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS8P8Jgr .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS8P8Jgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8P8Jgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8P8Jgr .text {
  display: flex;
  align-items: center;
}
.cid-uPlS8Pgz0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS8Pgz0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8Pgz0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8Pgz0O .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8Pgz0O .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8Pgz0O .container {
    padding: 0 16px;
  }
}
.cid-uPlS8Pgz0O .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS8Pgz0O .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .row {
    padding: 25px 9px;
  }
}
.cid-uPlS8Pgz0O .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS8Pgz0O .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS8Pgz0O .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS8Pgz0O .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS8Pgz0O .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS8Pgz0O .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS8Pgz0O .items-wrapper {
    display: block;
  }
}
.cid-uPlS8Pgz0O .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS8Pgz0O .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS8Pgz0O .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS8Pgz0O .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS8Pgz0O .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS8Pgz0O .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS8Pgz0O .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS8Pgz0O .card {
  justify-content: center;
}
.cid-uPlS8Pgz0O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS8Pgz0O .mbr-text {
  color: #000000;
}
.cid-uPlS8Pgz0O .card-title {
  color: #000000;
}
.cid-uPlS8Pgz0O .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8Pgz0O .card-title,
.cid-uPlS8Pgz0O .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS8Prg8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS8Prg8z .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS8Prg8z .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS8Prg8z .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS8Prg8z .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS8Prg8z .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS8Prg8z .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS8Prg8z .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS8Prg8z .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS8Prg8z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS8Prg8z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS8Prg8z .embla__button--next,
.cid-uPlS8Prg8z .embla__button--prev {
  display: flex;
}
.cid-uPlS8Prg8z .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-uPlS8Prg8z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS8Prg8z .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS8Prg8z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS8Prg8z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS8Prg8z .embla__button {
    top: -10%;
  }
}
.cid-uPlS8Prg8z .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS8Prg8z .embla {
    margin-top: 80px;
  }
}
.cid-uPlS8Prg8z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS8Prg8z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS8Prg8z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS8Prg8z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS8Prg8z .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8Prg8z .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8Prg8z .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS8Prg8z .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS8Prg8z .mbr-text ul {
    display: block;
  }
}
.cid-uPlS8Prg8z .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS8Prg8z .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS8Prg8z .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS8Prg8z .item-wrapper {
  height: 100%;
}
.cid-uPlS8Prg8z .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS8Prg8z .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS8Prg8z .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-mx {
  /* Type valid CSS here */
}
#custom-html-mx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mx p {
  font-size: 60px;
  color: #777;
}
.cid-uPlS8PDQDg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS8PDQDg h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS8PDQDg .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS8PDQDg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS8PDQDg .nav-link.active {
  background: #232323;
}
.cid-uPlS8PDQDg .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-uPlS8PDQDg .nav-link:hover {
  background: #232323;
}
.cid-uPlS8PDQDg .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-uPlS8PDQDg .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS8PDQDg .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS8PDQDg .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS8PDQDg .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS8PDQDg .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS8PDQDg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS8PDQDg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS8PDQDg .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS8PDQDg .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-uPlS8PDQDg .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-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS8PDQDg .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-uPlS8PDQDg .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS8PDQDg .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-uPlS8PDQDg .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS8PDQDg .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS8PDQDg .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS8PDQDg .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS8PDQDg .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS8PDQDg .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS8PDQDg .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-uPlS8PDQDg .mbr-text,
  .cid-uPlS8PDQDg .nav-link,
  .cid-uPlS8PDQDg .mbr-card-title,
  .cid-uPlS8PDQDg .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS8PDQDg .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS8PDQDg .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS8PDQDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8PDQDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS8PDQDg .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS8PDQDg .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS8PDQDg .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS8Quk3r .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS8Quk3r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS8Quk3r .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-uPlS8Quk3r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS8Quk3r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS8QEgWr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS8QEgWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS8QEgWr .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-uPlS8QEgWr .container-fluid {
    padding: 0;
  }
}
.cid-uPlS8QEgWr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS8QEgWr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS8QEgWr .embla__button--next,
.cid-uPlS8QEgWr .embla__button--prev {
  display: flex;
}
.cid-uPlS8QEgWr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS8QEgWr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS8QEgWr .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-uPlS8QEgWr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS8QEgWr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS8QEgWr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS8QEgWr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS8QEgWr .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS8QEgWr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS8QEgWr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS8QEgWr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS8QEgWr .embla__slide a {
  cursor: grab;
}
.cid-uPlS8QEgWr .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS8QEgWr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS8QEgWr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS8QEgWr .mbr-section-title {
  color: #232323;
}
.cid-uPlS8QEgWr .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS8QEgWr .mbr-box {
  color: #ffffff;
}
.cid-uPlS8QEgWr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS8QEgWr img,
.cid-uPlS8QEgWr .item-img {
  width: 100%;
}
.cid-uPlS8QEgWr .item-wrapper {
  position: relative;
}
.cid-uPlS8QEgWr .content-head {
  max-width: 800px;
}
.cid-uPlS8QTFMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS8QTFMz .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS97yAtq {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .dropdown-menu {
  padding: 0;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS97yAtq .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS97yAtq .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS97yAtq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS97yAtq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS97yAtq .nav-link {
  position: relative;
}
.cid-uPlS97yAtq .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS97yAtq .dropdown-menu,
.cid-uPlS97yAtq .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS97yAtq .nav-item:focus,
.cid-uPlS97yAtq .nav-link:focus {
  outline: none;
}
.cid-uPlS97yAtq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS97yAtq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS97yAtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS97yAtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS97yAtq .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS97yAtq .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS97yAtq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS97yAtq .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS97yAtq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS97yAtq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS97yAtq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS97yAtq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS97yAtq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS97yAtq .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-uPlS97yAtq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS97yAtq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS97yAtq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS97yAtq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS97yAtq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS97yAtq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS97yAtq .navbar {
    min-height: 80px;
  }
}
.cid-uPlS97yAtq .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS97yAtq .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS97yAtq .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS97yAtq .dropdown-item.active,
.cid-uPlS97yAtq .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS97yAtq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS97yAtq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS97yAtq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS97yAtq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS97yAtq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS97yAtq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS97yAtq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS97yAtq 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-uPlS97yAtq button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS97yAtq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS97yAtq nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS97yAtq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS97yAtq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS97yAtq nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS97yAtq .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS97yAtq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .navbar {
    height: 70px;
  }
  .cid-uPlS97yAtq .navbar.opened {
    height: auto;
  }
  .cid-uPlS97yAtq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS97yAtq .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-uPlS97yAtq .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS97yAtq .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS97yAtq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS97yAtq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS97yAtq .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS97yAtq .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS97yAtq .navbar-nav {
  display: flex !important;
}
.cid-uPlS97yAtq .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS97yAtq .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS97yAtq .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS97yAtq .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS97yAtq .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS97yAtq .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS97yAtq .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS97yAtq .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS97yAtq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS97yAtq 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-uPlS97yAtq button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS97yAtq button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS97yAtq .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS97yAtq .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS97yAtq .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS97yAtq .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS97yAtq .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS97yAtq .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS97yAtq .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS97yAtq .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS97yAtq .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS97yAtq .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS97yAtq .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS97yAtq .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS97yAtq .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS97yAtq .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS97yAtq ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS97yAtq ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS97yAtq ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS97yAtq .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS97yAtq .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS97yAtq .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS97yAtq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS97yAtq .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-uPlS97yAtq .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-uPlS97yAtq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS97yAtq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS97yAtq .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS97yAtq .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS97yAtq .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS97yAtq .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS97IAVe {
  background-image: url("../../../assets/images/83000901.webp");
}
.cid-uPlS97IAVe img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS97IAVe .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS97IAVe .images {
    display: none;
  }
}
.cid-uPlS97IAVe .image-wrapper-1,
.cid-uPlS97IAVe .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS97IAVe .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS97IAVe .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS97IAVe .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS97IAVe .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS97IAVe .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS97IAVe .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS97IAVe .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS97IAVe .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS97IAVe .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS97IAVe .text-wrapper {
  width: 100%;
}
.cid-uPlS97IAVe .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS97IAVe .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS97IAVe .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS97IAVe .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS97IAVe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS97IAVe .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS97IAVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS97IAVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS97IAVe .text {
  display: flex;
  align-items: center;
}
.cid-uPETqJizCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPETqJizCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPETqJizCa .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-uPETqJizCa .container-fluid {
    padding: 0;
  }
}
.cid-uPETqJizCa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPETqJizCa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPETqJizCa .embla__button--next,
.cid-uPETqJizCa .embla__button--prev {
  display: flex;
}
.cid-uPETqJizCa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPETqJizCa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPETqJizCa .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-uPETqJizCa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPETqJizCa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPETqJizCa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPETqJizCa .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPETqJizCa .embla {
  position: relative;
  width: 100%;
}
.cid-uPETqJizCa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPETqJizCa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPETqJizCa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPETqJizCa .embla__slide a {
  cursor: grab;
}
.cid-uPETqJizCa .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPETqJizCa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPETqJizCa .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPETqJizCa .mbr-section-title {
  color: #232323;
}
.cid-uPETqJizCa .mbr-section-subtitle {
  color: #232323;
}
.cid-uPETqJizCa .mbr-box {
  color: #ffffff;
}
.cid-uPETqJizCa .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPETqJizCa img,
.cid-uPETqJizCa .item-img {
  width: 100%;
}
.cid-uPETqJizCa .item-wrapper {
  position: relative;
}
.cid-uPETqJizCa .content-head {
  max-width: 800px;
}
.cid-uPlS97QX6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS97QX6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS97QX6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS97QX6X .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS97QX6X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS97QX6X .container {
    padding: 0 16px;
  }
}
.cid-uPlS97QX6X .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS97QX6X .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .row {
    padding: 25px 9px;
  }
}
.cid-uPlS97QX6X .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS97QX6X .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS97QX6X .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS97QX6X .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS97QX6X .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS97QX6X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS97QX6X .items-wrapper {
    display: block;
  }
}
.cid-uPlS97QX6X .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS97QX6X .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS97QX6X .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS97QX6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS97QX6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS97QX6X .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS97QX6X .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS97QX6X .card {
  justify-content: center;
}
.cid-uPlS97QX6X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS97QX6X .mbr-text {
  color: #000000;
}
.cid-uPlS97QX6X .card-title {
  color: #000000;
}
.cid-uPlS97QX6X .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS97QX6X .card-title,
.cid-uPlS97QX6X .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS981vwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS981vwE .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS981vwE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS981vwE .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS981vwE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS981vwE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS981vwE .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS981vwE .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS981vwE .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS981vwE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS981vwE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS981vwE .embla__button--next,
.cid-uPlS981vwE .embla__button--prev {
  display: flex;
}
.cid-uPlS981vwE .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-uPlS981vwE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS981vwE .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS981vwE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS981vwE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS981vwE .embla__button {
    top: -10%;
  }
}
.cid-uPlS981vwE .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS981vwE .embla {
    margin-top: 80px;
  }
}
.cid-uPlS981vwE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS981vwE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS981vwE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS981vwE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS981vwE .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS981vwE .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS981vwE .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS981vwE .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS981vwE .mbr-text ul {
    display: block;
  }
}
.cid-uPlS981vwE .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS981vwE .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS981vwE .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS981vwE .item-wrapper {
  height: 100%;
}
.cid-uPlS981vwE .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS981vwE .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS981vwE .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-n6 {
  /* Type valid CSS here */
}
#custom-html-n6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n6 p {
  font-size: 60px;
  color: #777;
}
.cid-uPETpnCroR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPETpnCroR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPETpnCroR .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-uPETpnCroR .container-fluid {
    padding: 0;
  }
}
.cid-uPETpnCroR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPETpnCroR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPETpnCroR .embla__button--next,
.cid-uPETpnCroR .embla__button--prev {
  display: flex;
}
.cid-uPETpnCroR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPETpnCroR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPETpnCroR .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-uPETpnCroR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPETpnCroR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPETpnCroR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPETpnCroR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPETpnCroR .embla {
  position: relative;
  width: 100%;
}
.cid-uPETpnCroR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPETpnCroR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPETpnCroR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPETpnCroR .embla__slide a {
  cursor: grab;
}
.cid-uPETpnCroR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPETpnCroR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPETpnCroR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPETpnCroR .mbr-section-title {
  color: #232323;
}
.cid-uPETpnCroR .mbr-section-subtitle {
  color: #232323;
}
.cid-uPETpnCroR .mbr-box {
  color: #ffffff;
}
.cid-uPETpnCroR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPETpnCroR img,
.cid-uPETpnCroR .item-img {
  width: 100%;
}
.cid-uPETpnCroR .item-wrapper {
  position: relative;
}
.cid-uPETpnCroR .content-head {
  max-width: 800px;
}
.cid-uPlS98eU3w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS98eU3w h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS98eU3w .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS98eU3w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS98eU3w .nav-link.active {
  background: #232323;
}
.cid-uPlS98eU3w .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-uPlS98eU3w .nav-link:hover {
  background: #232323;
}
.cid-uPlS98eU3w .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-uPlS98eU3w .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS98eU3w .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS98eU3w .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS98eU3w .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS98eU3w .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS98eU3w .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS98eU3w .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS98eU3w .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS98eU3w .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-uPlS98eU3w .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-uPlS98eU3w .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS98eU3w .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-uPlS98eU3w .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS98eU3w .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-uPlS98eU3w .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS98eU3w .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS98eU3w .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS98eU3w .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS98eU3w .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS98eU3w .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS98eU3w .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS98eU3w .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS98eU3w .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS98eU3w .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS98eU3w .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS98eU3w .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-uPlS98eU3w .mbr-text,
  .cid-uPlS98eU3w .nav-link,
  .cid-uPlS98eU3w .mbr-card-title,
  .cid-uPlS98eU3w .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS98eU3w .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS98eU3w .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS98eU3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS98eU3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS98eU3w .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS98eU3w .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS98eU3w .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS993xnx .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS993xnx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS993xnx .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-uPlS993xnx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS993xnx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS99fdAU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS99fdAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS99fdAU .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-uPlS99fdAU .container-fluid {
    padding: 0;
  }
}
.cid-uPlS99fdAU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS99fdAU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS99fdAU .embla__button--next,
.cid-uPlS99fdAU .embla__button--prev {
  display: flex;
}
.cid-uPlS99fdAU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS99fdAU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS99fdAU .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-uPlS99fdAU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS99fdAU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS99fdAU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS99fdAU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS99fdAU .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS99fdAU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS99fdAU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS99fdAU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS99fdAU .embla__slide a {
  cursor: grab;
}
.cid-uPlS99fdAU .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS99fdAU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS99fdAU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS99fdAU .mbr-section-title {
  color: #232323;
}
.cid-uPlS99fdAU .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS99fdAU .mbr-box {
  color: #ffffff;
}
.cid-uPlS99fdAU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS99fdAU img,
.cid-uPlS99fdAU .item-img {
  width: 100%;
}
.cid-uPlS99fdAU .item-wrapper {
  position: relative;
}
.cid-uPlS99fdAU .content-head {
  max-width: 800px;
}
.cid-uPlS99uxG9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS99uxG9 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS9qGIcp {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .dropdown-menu {
  padding: 0;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS9qGIcp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS9qGIcp .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS9qGIcp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS9qGIcp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS9qGIcp .nav-link {
  position: relative;
}
.cid-uPlS9qGIcp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS9qGIcp .dropdown-menu,
.cid-uPlS9qGIcp .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS9qGIcp .nav-item:focus,
.cid-uPlS9qGIcp .nav-link:focus {
  outline: none;
}
.cid-uPlS9qGIcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS9qGIcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS9qGIcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS9qGIcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS9qGIcp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS9qGIcp .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS9qGIcp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS9qGIcp .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS9qGIcp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS9qGIcp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS9qGIcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS9qGIcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS9qGIcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS9qGIcp .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-uPlS9qGIcp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS9qGIcp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS9qGIcp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS9qGIcp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS9qGIcp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS9qGIcp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS9qGIcp .navbar {
    min-height: 80px;
  }
}
.cid-uPlS9qGIcp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS9qGIcp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS9qGIcp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS9qGIcp .dropdown-item.active,
.cid-uPlS9qGIcp .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS9qGIcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS9qGIcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS9qGIcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS9qGIcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS9qGIcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS9qGIcp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS9qGIcp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS9qGIcp 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-uPlS9qGIcp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9qGIcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS9qGIcp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS9qGIcp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS9qGIcp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .navbar {
    height: 70px;
  }
  .cid-uPlS9qGIcp .navbar.opened {
    height: auto;
  }
  .cid-uPlS9qGIcp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS9qGIcp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS9qGIcp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS9qGIcp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS9qGIcp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS9qGIcp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS9qGIcp .navbar-nav {
  display: flex !important;
}
.cid-uPlS9qGIcp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS9qGIcp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS9qGIcp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS9qGIcp .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS9qGIcp .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS9qGIcp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS9qGIcp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS9qGIcp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS9qGIcp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS9qGIcp 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-uPlS9qGIcp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9qGIcp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS9qGIcp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS9qGIcp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS9qGIcp .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS9qGIcp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS9qGIcp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS9qGIcp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS9qGIcp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS9qGIcp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS9qGIcp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS9qGIcp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS9qGIcp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS9qGIcp .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS9qGIcp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS9qGIcp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS9qGIcp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS9qGIcp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS9qGIcp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS9qGIcp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS9qGIcp .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS9qGIcp .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS9qGIcp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS9qGIcp .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-uPlS9qGIcp .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-uPlS9qGIcp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS9qGIcp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS9qGIcp .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS9qGIcp .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS9qGIcp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS9qGIcp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS9qRPR4 {
  background-image: url("../../../assets/images/80001994.webp");
}
.cid-uPlS9qRPR4 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS9qRPR4 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS9qRPR4 .images {
    display: none;
  }
}
.cid-uPlS9qRPR4 .image-wrapper-1,
.cid-uPlS9qRPR4 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS9qRPR4 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS9qRPR4 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS9qRPR4 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS9qRPR4 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS9qRPR4 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS9qRPR4 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS9qRPR4 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS9qRPR4 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS9qRPR4 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS9qRPR4 .text-wrapper {
  width: 100%;
}
.cid-uPlS9qRPR4 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9qRPR4 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9qRPR4 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS9qRPR4 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS9qRPR4 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS9qRPR4 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS9qRPR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9qRPR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9qRPR4 .text {
  display: flex;
  align-items: center;
}
.cid-uPESWygcYH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPESWygcYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPESWygcYH .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-uPESWygcYH .container-fluid {
    padding: 0;
  }
}
.cid-uPESWygcYH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPESWygcYH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPESWygcYH .embla__button--next,
.cid-uPESWygcYH .embla__button--prev {
  display: flex;
}
.cid-uPESWygcYH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPESWygcYH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPESWygcYH .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-uPESWygcYH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPESWygcYH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPESWygcYH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPESWygcYH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPESWygcYH .embla {
  position: relative;
  width: 100%;
}
.cid-uPESWygcYH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPESWygcYH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPESWygcYH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPESWygcYH .embla__slide a {
  cursor: grab;
}
.cid-uPESWygcYH .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPESWygcYH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPESWygcYH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPESWygcYH .mbr-section-title {
  color: #232323;
}
.cid-uPESWygcYH .mbr-section-subtitle {
  color: #232323;
}
.cid-uPESWygcYH .mbr-box {
  color: #ffffff;
}
.cid-uPESWygcYH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPESWygcYH img,
.cid-uPESWygcYH .item-img {
  width: 100%;
}
.cid-uPESWygcYH .item-wrapper {
  position: relative;
}
.cid-uPESWygcYH .content-head {
  max-width: 800px;
}
.cid-uPlS9qZpP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS9qZpP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9qZpP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9qZpP2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9qZpP2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9qZpP2 .container {
    padding: 0 16px;
  }
}
.cid-uPlS9qZpP2 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS9qZpP2 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .row {
    padding: 25px 9px;
  }
}
.cid-uPlS9qZpP2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS9qZpP2 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS9qZpP2 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS9qZpP2 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS9qZpP2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS9qZpP2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9qZpP2 .items-wrapper {
    display: block;
  }
}
.cid-uPlS9qZpP2 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS9qZpP2 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS9qZpP2 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS9qZpP2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS9qZpP2 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS9qZpP2 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS9qZpP2 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS9qZpP2 .card {
  justify-content: center;
}
.cid-uPlS9qZpP2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS9qZpP2 .mbr-text {
  color: #000000;
}
.cid-uPlS9qZpP2 .card-title {
  color: #000000;
}
.cid-uPlS9qZpP2 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9qZpP2 .card-title,
.cid-uPlS9qZpP2 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS9rbQe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS9rbQe4 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS9rbQe4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS9rbQe4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS9rbQe4 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS9rbQe4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS9rbQe4 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS9rbQe4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS9rbQe4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS9rbQe4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS9rbQe4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS9rbQe4 .embla__button--next,
.cid-uPlS9rbQe4 .embla__button--prev {
  display: flex;
}
.cid-uPlS9rbQe4 .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-uPlS9rbQe4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS9rbQe4 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS9rbQe4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS9rbQe4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS9rbQe4 .embla__button {
    top: -10%;
  }
}
.cid-uPlS9rbQe4 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS9rbQe4 .embla {
    margin-top: 80px;
  }
}
.cid-uPlS9rbQe4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS9rbQe4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS9rbQe4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS9rbQe4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS9rbQe4 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9rbQe4 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9rbQe4 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS9rbQe4 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS9rbQe4 .mbr-text ul {
    display: block;
  }
}
.cid-uPlS9rbQe4 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS9rbQe4 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS9rbQe4 .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS9rbQe4 .item-wrapper {
  height: 100%;
}
.cid-uPlS9rbQe4 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS9rbQe4 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS9rbQe4 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-nf {
  /* Type valid CSS here */
}
#custom-html-nf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nf p {
  font-size: 60px;
  color: #777;
}
.cid-uPESV43DCk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPESV43DCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPESV43DCk .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-uPESV43DCk .container-fluid {
    padding: 0;
  }
}
.cid-uPESV43DCk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPESV43DCk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPESV43DCk .embla__button--next,
.cid-uPESV43DCk .embla__button--prev {
  display: flex;
}
.cid-uPESV43DCk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPESV43DCk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPESV43DCk .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-uPESV43DCk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPESV43DCk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPESV43DCk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPESV43DCk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPESV43DCk .embla {
  position: relative;
  width: 100%;
}
.cid-uPESV43DCk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPESV43DCk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPESV43DCk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPESV43DCk .embla__slide a {
  cursor: grab;
}
.cid-uPESV43DCk .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPESV43DCk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPESV43DCk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPESV43DCk .mbr-section-title {
  color: #232323;
}
.cid-uPESV43DCk .mbr-section-subtitle {
  color: #232323;
}
.cid-uPESV43DCk .mbr-box {
  color: #ffffff;
}
.cid-uPESV43DCk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPESV43DCk img,
.cid-uPESV43DCk .item-img {
  width: 100%;
}
.cid-uPESV43DCk .item-wrapper {
  position: relative;
}
.cid-uPESV43DCk .content-head {
  max-width: 800px;
}
.cid-uPlS9rmXua {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS9rmXua h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS9rmXua .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS9rmXua .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS9rmXua .nav-link.active {
  background: #232323;
}
.cid-uPlS9rmXua .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-uPlS9rmXua .nav-link:hover {
  background: #232323;
}
.cid-uPlS9rmXua .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-uPlS9rmXua .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS9rmXua .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS9rmXua .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS9rmXua .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS9rmXua .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS9rmXua .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS9rmXua .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS9rmXua .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS9rmXua .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-uPlS9rmXua .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-uPlS9rmXua .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS9rmXua .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-uPlS9rmXua .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS9rmXua .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-uPlS9rmXua .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS9rmXua .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS9rmXua .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS9rmXua .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS9rmXua .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS9rmXua .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS9rmXua .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS9rmXua .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS9rmXua .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS9rmXua .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS9rmXua .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS9rmXua .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-uPlS9rmXua .mbr-text,
  .cid-uPlS9rmXua .nav-link,
  .cid-uPlS9rmXua .mbr-card-title,
  .cid-uPlS9rmXua .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS9rmXua .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS9rmXua .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS9rmXua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9rmXua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9rmXua .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9rmXua .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS9rmXua .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS9sbjn9 .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS9sbjn9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS9sbjn9 .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-uPlS9sbjn9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS9sbjn9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS9sl6Sv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS9sl6Sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9sl6Sv .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-uPlS9sl6Sv .container-fluid {
    padding: 0;
  }
}
.cid-uPlS9sl6Sv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS9sl6Sv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS9sl6Sv .embla__button--next,
.cid-uPlS9sl6Sv .embla__button--prev {
  display: flex;
}
.cid-uPlS9sl6Sv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS9sl6Sv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS9sl6Sv .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-uPlS9sl6Sv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS9sl6Sv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS9sl6Sv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS9sl6Sv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS9sl6Sv .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS9sl6Sv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS9sl6Sv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS9sl6Sv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS9sl6Sv .embla__slide a {
  cursor: grab;
}
.cid-uPlS9sl6Sv .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS9sl6Sv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS9sl6Sv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS9sl6Sv .mbr-section-title {
  color: #232323;
}
.cid-uPlS9sl6Sv .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS9sl6Sv .mbr-box {
  color: #ffffff;
}
.cid-uPlS9sl6Sv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS9sl6Sv img,
.cid-uPlS9sl6Sv .item-img {
  width: 100%;
}
.cid-uPlS9sl6Sv .item-wrapper {
  position: relative;
}
.cid-uPlS9sl6Sv .content-head {
  max-width: 800px;
}
.cid-uPlS9syXHn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS9syXHn .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlS9LzAH8 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .dropdown-menu {
  padding: 0;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlS9LzAH8 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlS9LzAH8 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlS9LzAH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlS9LzAH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlS9LzAH8 .nav-link {
  position: relative;
}
.cid-uPlS9LzAH8 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlS9LzAH8 .dropdown-menu,
.cid-uPlS9LzAH8 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlS9LzAH8 .nav-item:focus,
.cid-uPlS9LzAH8 .nav-link:focus {
  outline: none;
}
.cid-uPlS9LzAH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlS9LzAH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlS9LzAH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlS9LzAH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlS9LzAH8 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlS9LzAH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlS9LzAH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlS9LzAH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlS9LzAH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlS9LzAH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlS9LzAH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlS9LzAH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlS9LzAH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlS9LzAH8 .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-uPlS9LzAH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlS9LzAH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlS9LzAH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlS9LzAH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlS9LzAH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlS9LzAH8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlS9LzAH8 .navbar {
    min-height: 80px;
  }
}
.cid-uPlS9LzAH8 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlS9LzAH8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlS9LzAH8 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlS9LzAH8 .dropdown-item.active,
.cid-uPlS9LzAH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlS9LzAH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlS9LzAH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlS9LzAH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlS9LzAH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlS9LzAH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlS9LzAH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlS9LzAH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlS9LzAH8 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-uPlS9LzAH8 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9LzAH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS9LzAH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS9LzAH8 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlS9LzAH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .navbar {
    height: 70px;
  }
  .cid-uPlS9LzAH8 .navbar.opened {
    height: auto;
  }
  .cid-uPlS9LzAH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlS9LzAH8 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlS9LzAH8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlS9LzAH8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlS9LzAH8 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlS9LzAH8 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlS9LzAH8 .navbar-nav {
  display: flex !important;
}
.cid-uPlS9LzAH8 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlS9LzAH8 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlS9LzAH8 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS9LzAH8 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlS9LzAH8 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlS9LzAH8 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlS9LzAH8 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlS9LzAH8 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlS9LzAH8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlS9LzAH8 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-uPlS9LzAH8 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlS9LzAH8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlS9LzAH8 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlS9LzAH8 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlS9LzAH8 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlS9LzAH8 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlS9LzAH8 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlS9LzAH8 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlS9LzAH8 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlS9LzAH8 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlS9LzAH8 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlS9LzAH8 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlS9LzAH8 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlS9LzAH8 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlS9LzAH8 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlS9LzAH8 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlS9LzAH8 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlS9LzAH8 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlS9LzAH8 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlS9LzAH8 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlS9LzAH8 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlS9LzAH8 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlS9LzAH8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlS9LzAH8 .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-uPlS9LzAH8 .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-uPlS9LzAH8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlS9LzAH8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlS9LzAH8 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlS9LzAH8 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlS9LzAH8 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlS9LzAH8 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlS9LJFR8 {
  background-image: url("../../../assets/images/coney-island-of-the-west.webp");
}
.cid-uPlS9LJFR8 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlS9LJFR8 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlS9LJFR8 .images {
    display: none;
  }
}
.cid-uPlS9LJFR8 .image-wrapper-1,
.cid-uPlS9LJFR8 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlS9LJFR8 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlS9LJFR8 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlS9LJFR8 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlS9LJFR8 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlS9LJFR8 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlS9LJFR8 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlS9LJFR8 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlS9LJFR8 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlS9LJFR8 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlS9LJFR8 .text-wrapper {
  width: 100%;
}
.cid-uPlS9LJFR8 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9LJFR8 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9LJFR8 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlS9LJFR8 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlS9LJFR8 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlS9LJFR8 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlS9LJFR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9LJFR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9LJFR8 .text {
  display: flex;
  align-items: center;
}
.cid-uPz7MmpyUz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz7MmpyUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz7MmpyUz .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-uPz7MmpyUz .container-fluid {
    padding: 0;
  }
}
.cid-uPz7MmpyUz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz7MmpyUz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz7MmpyUz .embla__button--next,
.cid-uPz7MmpyUz .embla__button--prev {
  display: flex;
}
.cid-uPz7MmpyUz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz7MmpyUz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz7MmpyUz .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-uPz7MmpyUz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz7MmpyUz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz7MmpyUz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz7MmpyUz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz7MmpyUz .embla {
  position: relative;
  width: 100%;
}
.cid-uPz7MmpyUz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz7MmpyUz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz7MmpyUz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz7MmpyUz .embla__slide a {
  cursor: grab;
}
.cid-uPz7MmpyUz .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz7MmpyUz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz7MmpyUz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz7MmpyUz .mbr-section-title {
  color: #232323;
}
.cid-uPz7MmpyUz .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz7MmpyUz .mbr-box {
  color: #ffffff;
}
.cid-uPz7MmpyUz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz7MmpyUz img,
.cid-uPz7MmpyUz .item-img {
  width: 100%;
}
.cid-uPz7MmpyUz .item-wrapper {
  position: relative;
}
.cid-uPz7MmpyUz .content-head {
  max-width: 800px;
}
.cid-uPlS9LQps5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlS9LQps5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9LQps5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9LQps5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9LQps5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9LQps5 .container {
    padding: 0 16px;
  }
}
.cid-uPlS9LQps5 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlS9LQps5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .row {
    padding: 25px 9px;
  }
}
.cid-uPlS9LQps5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlS9LQps5 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlS9LQps5 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlS9LQps5 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlS9LQps5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlS9LQps5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlS9LQps5 .items-wrapper {
    display: block;
  }
}
.cid-uPlS9LQps5 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlS9LQps5 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlS9LQps5 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlS9LQps5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlS9LQps5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlS9LQps5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlS9LQps5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlS9LQps5 .card {
  justify-content: center;
}
.cid-uPlS9LQps5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlS9LQps5 .mbr-text {
  color: #000000;
}
.cid-uPlS9LQps5 .card-title {
  color: #000000;
}
.cid-uPlS9LQps5 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9LQps5 .card-title,
.cid-uPlS9LQps5 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlS9M23KD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlS9M23KD .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlS9M23KD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlS9M23KD .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlS9M23KD .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlS9M23KD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlS9M23KD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlS9M23KD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlS9M23KD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlS9M23KD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlS9M23KD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlS9M23KD .embla__button--next,
.cid-uPlS9M23KD .embla__button--prev {
  display: flex;
}
.cid-uPlS9M23KD .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-uPlS9M23KD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS9M23KD .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlS9M23KD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS9M23KD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlS9M23KD .embla__button {
    top: -10%;
  }
}
.cid-uPlS9M23KD .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlS9M23KD .embla {
    margin-top: 80px;
  }
}
.cid-uPlS9M23KD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS9M23KD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS9M23KD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS9M23KD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS9M23KD .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9M23KD .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9M23KD .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlS9M23KD .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlS9M23KD .mbr-text ul {
    display: block;
  }
}
.cid-uPlS9M23KD .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlS9M23KD .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlS9M23KD .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlS9M23KD .item-wrapper {
  height: 100%;
}
.cid-uPlS9M23KD .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlS9M23KD .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlS9M23KD .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-no {
  /* Type valid CSS here */
}
#custom-html-no div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-no p {
  font-size: 60px;
  color: #777;
}
.cid-uPz7KXIaBb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz7KXIaBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz7KXIaBb .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-uPz7KXIaBb .container-fluid {
    padding: 0;
  }
}
.cid-uPz7KXIaBb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz7KXIaBb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz7KXIaBb .embla__button--next,
.cid-uPz7KXIaBb .embla__button--prev {
  display: flex;
}
.cid-uPz7KXIaBb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz7KXIaBb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz7KXIaBb .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-uPz7KXIaBb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz7KXIaBb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz7KXIaBb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz7KXIaBb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz7KXIaBb .embla {
  position: relative;
  width: 100%;
}
.cid-uPz7KXIaBb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz7KXIaBb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz7KXIaBb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz7KXIaBb .embla__slide a {
  cursor: grab;
}
.cid-uPz7KXIaBb .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz7KXIaBb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz7KXIaBb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz7KXIaBb .mbr-section-title {
  color: #232323;
}
.cid-uPz7KXIaBb .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz7KXIaBb .mbr-box {
  color: #ffffff;
}
.cid-uPz7KXIaBb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz7KXIaBb img,
.cid-uPz7KXIaBb .item-img {
  width: 100%;
}
.cid-uPz7KXIaBb .item-wrapper {
  position: relative;
}
.cid-uPz7KXIaBb .content-head {
  max-width: 800px;
}
.cid-uPlS9MdnCK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlS9MdnCK h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlS9MdnCK .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlS9MdnCK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlS9MdnCK .nav-link.active {
  background: #232323;
}
.cid-uPlS9MdnCK .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-uPlS9MdnCK .nav-link:hover {
  background: #232323;
}
.cid-uPlS9MdnCK .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-uPlS9MdnCK .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlS9MdnCK .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlS9MdnCK .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlS9MdnCK .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlS9MdnCK .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlS9MdnCK .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlS9MdnCK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlS9MdnCK .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlS9MdnCK .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-uPlS9MdnCK .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-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlS9MdnCK .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-uPlS9MdnCK .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlS9MdnCK .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-uPlS9MdnCK .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlS9MdnCK .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlS9MdnCK .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlS9MdnCK .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlS9MdnCK .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlS9MdnCK .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlS9MdnCK .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-uPlS9MdnCK .mbr-text,
  .cid-uPlS9MdnCK .nav-link,
  .cid-uPlS9MdnCK .mbr-card-title,
  .cid-uPlS9MdnCK .mbr-section-title {
    text-align: left;
  }
  .cid-uPlS9MdnCK .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlS9MdnCK .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlS9MdnCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9MdnCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlS9MdnCK .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlS9MdnCK .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlS9MdnCK .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlS9N25GQ .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlS9N25GQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlS9N25GQ .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-uPlS9N25GQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlS9N25GQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlS9NclJl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlS9NclJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlS9NclJl .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-uPlS9NclJl .container-fluid {
    padding: 0;
  }
}
.cid-uPlS9NclJl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlS9NclJl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlS9NclJl .embla__button--next,
.cid-uPlS9NclJl .embla__button--prev {
  display: flex;
}
.cid-uPlS9NclJl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlS9NclJl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlS9NclJl .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-uPlS9NclJl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlS9NclJl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlS9NclJl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlS9NclJl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlS9NclJl .embla {
  position: relative;
  width: 100%;
}
.cid-uPlS9NclJl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlS9NclJl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlS9NclJl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlS9NclJl .embla__slide a {
  cursor: grab;
}
.cid-uPlS9NclJl .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlS9NclJl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlS9NclJl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlS9NclJl .mbr-section-title {
  color: #232323;
}
.cid-uPlS9NclJl .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlS9NclJl .mbr-box {
  color: #ffffff;
}
.cid-uPlS9NclJl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlS9NclJl img,
.cid-uPlS9NclJl .item-img {
  width: 100%;
}
.cid-uPlS9NclJl .item-wrapper {
  position: relative;
}
.cid-uPlS9NclJl .content-head {
  max-width: 800px;
}
.cid-uPlS9NpY2f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlS9NpY2f .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSa7lVg0 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .dropdown-menu {
  padding: 0;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSa7lVg0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSa7lVg0 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSa7lVg0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSa7lVg0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSa7lVg0 .nav-link {
  position: relative;
}
.cid-uPlSa7lVg0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSa7lVg0 .dropdown-menu,
.cid-uPlSa7lVg0 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSa7lVg0 .nav-item:focus,
.cid-uPlSa7lVg0 .nav-link:focus {
  outline: none;
}
.cid-uPlSa7lVg0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSa7lVg0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSa7lVg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSa7lVg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSa7lVg0 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSa7lVg0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSa7lVg0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSa7lVg0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSa7lVg0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSa7lVg0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSa7lVg0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSa7lVg0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSa7lVg0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSa7lVg0 .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-uPlSa7lVg0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSa7lVg0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSa7lVg0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSa7lVg0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSa7lVg0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSa7lVg0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSa7lVg0 .navbar {
    min-height: 80px;
  }
}
.cid-uPlSa7lVg0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSa7lVg0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSa7lVg0 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSa7lVg0 .dropdown-item.active,
.cid-uPlSa7lVg0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSa7lVg0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSa7lVg0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSa7lVg0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSa7lVg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSa7lVg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSa7lVg0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSa7lVg0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSa7lVg0 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-uPlSa7lVg0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSa7lVg0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSa7lVg0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSa7lVg0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSa7lVg0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .navbar {
    height: 70px;
  }
  .cid-uPlSa7lVg0 .navbar.opened {
    height: auto;
  }
  .cid-uPlSa7lVg0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSa7lVg0 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSa7lVg0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSa7lVg0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSa7lVg0 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSa7lVg0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSa7lVg0 .navbar-nav {
  display: flex !important;
}
.cid-uPlSa7lVg0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSa7lVg0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSa7lVg0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSa7lVg0 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSa7lVg0 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSa7lVg0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSa7lVg0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSa7lVg0 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSa7lVg0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSa7lVg0 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-uPlSa7lVg0 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSa7lVg0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSa7lVg0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSa7lVg0 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSa7lVg0 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSa7lVg0 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSa7lVg0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSa7lVg0 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSa7lVg0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSa7lVg0 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSa7lVg0 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSa7lVg0 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSa7lVg0 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSa7lVg0 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSa7lVg0 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSa7lVg0 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSa7lVg0 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSa7lVg0 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSa7lVg0 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSa7lVg0 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSa7lVg0 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSa7lVg0 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSa7lVg0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSa7lVg0 .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-uPlSa7lVg0 .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-uPlSa7lVg0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSa7lVg0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSa7lVg0 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSa7lVg0 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSa7lVg0 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSa7lVg0 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSa7vQ0C {
  background-image: url("../../../assets/images/poi-2.webp");
}
.cid-uPlSa7vQ0C img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlSa7vQ0C .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlSa7vQ0C .images {
    display: none;
  }
}
.cid-uPlSa7vQ0C .image-wrapper-1,
.cid-uPlSa7vQ0C .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlSa7vQ0C .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlSa7vQ0C .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlSa7vQ0C .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlSa7vQ0C .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlSa7vQ0C .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlSa7vQ0C .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlSa7vQ0C .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlSa7vQ0C .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlSa7vQ0C .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlSa7vQ0C .text-wrapper {
  width: 100%;
}
.cid-uPlSa7vQ0C .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSa7vQ0C .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSa7vQ0C .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlSa7vQ0C .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlSa7vQ0C .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlSa7vQ0C .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlSa7vQ0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSa7vQ0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSa7vQ0C .text {
  display: flex;
  align-items: center;
}
.cid-uPESzeDEHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPESzeDEHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPESzeDEHz .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-uPESzeDEHz .container-fluid {
    padding: 0;
  }
}
.cid-uPESzeDEHz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPESzeDEHz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPESzeDEHz .embla__button--next,
.cid-uPESzeDEHz .embla__button--prev {
  display: flex;
}
.cid-uPESzeDEHz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPESzeDEHz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPESzeDEHz .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-uPESzeDEHz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPESzeDEHz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPESzeDEHz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPESzeDEHz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPESzeDEHz .embla {
  position: relative;
  width: 100%;
}
.cid-uPESzeDEHz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPESzeDEHz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPESzeDEHz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPESzeDEHz .embla__slide a {
  cursor: grab;
}
.cid-uPESzeDEHz .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPESzeDEHz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPESzeDEHz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPESzeDEHz .mbr-section-title {
  color: #232323;
}
.cid-uPESzeDEHz .mbr-section-subtitle {
  color: #232323;
}
.cid-uPESzeDEHz .mbr-box {
  color: #ffffff;
}
.cid-uPESzeDEHz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPESzeDEHz img,
.cid-uPESzeDEHz .item-img {
  width: 100%;
}
.cid-uPESzeDEHz .item-wrapper {
  position: relative;
}
.cid-uPESzeDEHz .content-head {
  max-width: 800px;
}
.cid-uPlSa7DtWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlSa7DtWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSa7DtWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSa7DtWT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSa7DtWT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSa7DtWT .container {
    padding: 0 16px;
  }
}
.cid-uPlSa7DtWT .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlSa7DtWT .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .row {
    padding: 25px 9px;
  }
}
.cid-uPlSa7DtWT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlSa7DtWT .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlSa7DtWT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlSa7DtWT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlSa7DtWT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlSa7DtWT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlSa7DtWT .items-wrapper {
    display: block;
  }
}
.cid-uPlSa7DtWT .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlSa7DtWT .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlSa7DtWT .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlSa7DtWT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlSa7DtWT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlSa7DtWT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlSa7DtWT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlSa7DtWT .card {
  justify-content: center;
}
.cid-uPlSa7DtWT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlSa7DtWT .mbr-text {
  color: #000000;
}
.cid-uPlSa7DtWT .card-title {
  color: #000000;
}
.cid-uPlSa7DtWT .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSa7DtWT .card-title,
.cid-uPlSa7DtWT .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlSa7NesJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlSa7NesJ .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlSa7NesJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlSa7NesJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlSa7NesJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlSa7NesJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlSa7NesJ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlSa7NesJ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSa7NesJ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlSa7NesJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlSa7NesJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlSa7NesJ .embla__button--next,
.cid-uPlSa7NesJ .embla__button--prev {
  display: flex;
}
.cid-uPlSa7NesJ .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-uPlSa7NesJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSa7NesJ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlSa7NesJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSa7NesJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlSa7NesJ .embla__button {
    top: -10%;
  }
}
.cid-uPlSa7NesJ .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlSa7NesJ .embla {
    margin-top: 80px;
  }
}
.cid-uPlSa7NesJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSa7NesJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSa7NesJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSa7NesJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSa7NesJ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSa7NesJ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSa7NesJ .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlSa7NesJ .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlSa7NesJ .mbr-text ul {
    display: block;
  }
}
.cid-uPlSa7NesJ .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlSa7NesJ .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlSa7NesJ .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlSa7NesJ .item-wrapper {
  height: 100%;
}
.cid-uPlSa7NesJ .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlSa7NesJ .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlSa7NesJ .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-nx {
  /* Type valid CSS here */
}
#custom-html-nx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nx p {
  font-size: 60px;
  color: #777;
}
.cid-uPESxCUkg5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPESxCUkg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPESxCUkg5 .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-uPESxCUkg5 .container-fluid {
    padding: 0;
  }
}
.cid-uPESxCUkg5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPESxCUkg5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPESxCUkg5 .embla__button--next,
.cid-uPESxCUkg5 .embla__button--prev {
  display: flex;
}
.cid-uPESxCUkg5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPESxCUkg5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPESxCUkg5 .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-uPESxCUkg5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPESxCUkg5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPESxCUkg5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPESxCUkg5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPESxCUkg5 .embla {
  position: relative;
  width: 100%;
}
.cid-uPESxCUkg5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPESxCUkg5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPESxCUkg5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPESxCUkg5 .embla__slide a {
  cursor: grab;
}
.cid-uPESxCUkg5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPESxCUkg5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPESxCUkg5 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPESxCUkg5 .mbr-section-title {
  color: #232323;
}
.cid-uPESxCUkg5 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPESxCUkg5 .mbr-box {
  color: #ffffff;
}
.cid-uPESxCUkg5 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPESxCUkg5 img,
.cid-uPESxCUkg5 .item-img {
  width: 100%;
}
.cid-uPESxCUkg5 .item-wrapper {
  position: relative;
}
.cid-uPESxCUkg5 .content-head {
  max-width: 800px;
}
.cid-uPlSa7ZOGr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlSa7ZOGr h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlSa7ZOGr .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlSa7ZOGr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlSa7ZOGr .nav-link.active {
  background: #232323;
}
.cid-uPlSa7ZOGr .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-uPlSa7ZOGr .nav-link:hover {
  background: #232323;
}
.cid-uPlSa7ZOGr .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-uPlSa7ZOGr .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlSa7ZOGr .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlSa7ZOGr .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlSa7ZOGr .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlSa7ZOGr .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlSa7ZOGr .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlSa7ZOGr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlSa7ZOGr .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlSa7ZOGr .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-uPlSa7ZOGr .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-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlSa7ZOGr .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-uPlSa7ZOGr .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlSa7ZOGr .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-uPlSa7ZOGr .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlSa7ZOGr .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlSa7ZOGr .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlSa7ZOGr .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlSa7ZOGr .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlSa7ZOGr .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-uPlSa7ZOGr .mbr-text,
  .cid-uPlSa7ZOGr .nav-link,
  .cid-uPlSa7ZOGr .mbr-card-title,
  .cid-uPlSa7ZOGr .mbr-section-title {
    text-align: left;
  }
  .cid-uPlSa7ZOGr .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlSa7ZOGr .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlSa7ZOGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSa7ZOGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSa7ZOGr .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlSa7ZOGr .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlSa7ZOGr .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlSa8Oxya .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlSa8Oxya .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlSa8Oxya .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-uPlSa8Oxya .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSa8Oxya .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSa8YRXl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlSa8YRXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSa8YRXl .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-uPlSa8YRXl .container-fluid {
    padding: 0;
  }
}
.cid-uPlSa8YRXl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlSa8YRXl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlSa8YRXl .embla__button--next,
.cid-uPlSa8YRXl .embla__button--prev {
  display: flex;
}
.cid-uPlSa8YRXl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlSa8YRXl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlSa8YRXl .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-uPlSa8YRXl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSa8YRXl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSa8YRXl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlSa8YRXl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlSa8YRXl .embla {
  position: relative;
  width: 100%;
}
.cid-uPlSa8YRXl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSa8YRXl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSa8YRXl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSa8YRXl .embla__slide a {
  cursor: grab;
}
.cid-uPlSa8YRXl .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlSa8YRXl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSa8YRXl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlSa8YRXl .mbr-section-title {
  color: #232323;
}
.cid-uPlSa8YRXl .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlSa8YRXl .mbr-box {
  color: #ffffff;
}
.cid-uPlSa8YRXl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlSa8YRXl img,
.cid-uPlSa8YRXl .item-img {
  width: 100%;
}
.cid-uPlSa8YRXl .item-wrapper {
  position: relative;
}
.cid-uPlSa8YRXl .content-head {
  max-width: 800px;
}
.cid-uPlSa9bGik {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSa9bGik .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSatNZD8 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .dropdown-menu {
  padding: 0;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSatNZD8 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSatNZD8 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSatNZD8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSatNZD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSatNZD8 .nav-link {
  position: relative;
}
.cid-uPlSatNZD8 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSatNZD8 .dropdown-menu,
.cid-uPlSatNZD8 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSatNZD8 .nav-item:focus,
.cid-uPlSatNZD8 .nav-link:focus {
  outline: none;
}
.cid-uPlSatNZD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSatNZD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSatNZD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSatNZD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSatNZD8 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSatNZD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSatNZD8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSatNZD8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSatNZD8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSatNZD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSatNZD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSatNZD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSatNZD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSatNZD8 .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-uPlSatNZD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSatNZD8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSatNZD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSatNZD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSatNZD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSatNZD8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSatNZD8 .navbar {
    min-height: 80px;
  }
}
.cid-uPlSatNZD8 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSatNZD8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSatNZD8 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSatNZD8 .dropdown-item.active,
.cid-uPlSatNZD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSatNZD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSatNZD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSatNZD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSatNZD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSatNZD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSatNZD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSatNZD8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSatNZD8 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-uPlSatNZD8 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSatNZD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSatNZD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSatNZD8 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSatNZD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .navbar {
    height: 70px;
  }
  .cid-uPlSatNZD8 .navbar.opened {
    height: auto;
  }
  .cid-uPlSatNZD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSatNZD8 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSatNZD8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSatNZD8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSatNZD8 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSatNZD8 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSatNZD8 .navbar-nav {
  display: flex !important;
}
.cid-uPlSatNZD8 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSatNZD8 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSatNZD8 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSatNZD8 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSatNZD8 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSatNZD8 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSatNZD8 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSatNZD8 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSatNZD8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSatNZD8 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-uPlSatNZD8 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSatNZD8 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSatNZD8 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSatNZD8 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSatNZD8 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSatNZD8 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSatNZD8 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSatNZD8 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSatNZD8 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSatNZD8 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSatNZD8 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSatNZD8 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSatNZD8 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSatNZD8 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSatNZD8 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSatNZD8 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSatNZD8 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSatNZD8 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSatNZD8 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSatNZD8 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSatNZD8 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSatNZD8 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSatNZD8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSatNZD8 .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-uPlSatNZD8 .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-uPlSatNZD8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSatNZD8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSatNZD8 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSatNZD8 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSatNZD8 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSatNZD8 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSatXCj0 {
  background-image: url("../../../assets/images/dodd-ford-bridge-haer-mn-73.webp");
}
.cid-uPlSatXCj0 img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlSatXCj0 .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlSatXCj0 .images {
    display: none;
  }
}
.cid-uPlSatXCj0 .image-wrapper-1,
.cid-uPlSatXCj0 .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlSatXCj0 .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlSatXCj0 .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlSatXCj0 .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlSatXCj0 .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlSatXCj0 .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlSatXCj0 .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlSatXCj0 .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlSatXCj0 .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlSatXCj0 .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlSatXCj0 .text-wrapper {
  width: 100%;
}
.cid-uPlSatXCj0 .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSatXCj0 .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSatXCj0 .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlSatXCj0 .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlSatXCj0 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlSatXCj0 .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlSatXCj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSatXCj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSatXCj0 .text {
  display: flex;
  align-items: center;
}
.cid-uPz7rebgkl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz7rebgkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz7rebgkl .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-uPz7rebgkl .container-fluid {
    padding: 0;
  }
}
.cid-uPz7rebgkl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz7rebgkl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz7rebgkl .embla__button--next,
.cid-uPz7rebgkl .embla__button--prev {
  display: flex;
}
.cid-uPz7rebgkl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz7rebgkl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz7rebgkl .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-uPz7rebgkl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz7rebgkl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz7rebgkl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz7rebgkl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz7rebgkl .embla {
  position: relative;
  width: 100%;
}
.cid-uPz7rebgkl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz7rebgkl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz7rebgkl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz7rebgkl .embla__slide a {
  cursor: grab;
}
.cid-uPz7rebgkl .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz7rebgkl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz7rebgkl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz7rebgkl .mbr-section-title {
  color: #232323;
}
.cid-uPz7rebgkl .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz7rebgkl .mbr-box {
  color: #ffffff;
}
.cid-uPz7rebgkl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz7rebgkl img,
.cid-uPz7rebgkl .item-img {
  width: 100%;
}
.cid-uPz7rebgkl .item-wrapper {
  position: relative;
}
.cid-uPz7rebgkl .content-head {
  max-width: 800px;
}
.cid-uPlSau5ii1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlSau5ii1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSau5ii1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSau5ii1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSau5ii1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSau5ii1 .container {
    padding: 0 16px;
  }
}
.cid-uPlSau5ii1 .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlSau5ii1 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .row {
    padding: 25px 9px;
  }
}
.cid-uPlSau5ii1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlSau5ii1 .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlSau5ii1 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlSau5ii1 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlSau5ii1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlSau5ii1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlSau5ii1 .items-wrapper {
    display: block;
  }
}
.cid-uPlSau5ii1 .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlSau5ii1 .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlSau5ii1 .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlSau5ii1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlSau5ii1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlSau5ii1 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlSau5ii1 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlSau5ii1 .card {
  justify-content: center;
}
.cid-uPlSau5ii1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlSau5ii1 .mbr-text {
  color: #000000;
}
.cid-uPlSau5ii1 .card-title {
  color: #000000;
}
.cid-uPlSau5ii1 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSau5ii1 .card-title,
.cid-uPlSau5ii1 .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlSaugbra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlSaugbra .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlSaugbra .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlSaugbra .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlSaugbra .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlSaugbra .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlSaugbra .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlSaugbra .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSaugbra .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlSaugbra .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlSaugbra .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlSaugbra .embla__button--next,
.cid-uPlSaugbra .embla__button--prev {
  display: flex;
}
.cid-uPlSaugbra .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-uPlSaugbra .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSaugbra .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlSaugbra .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSaugbra .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlSaugbra .embla__button {
    top: -10%;
  }
}
.cid-uPlSaugbra .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlSaugbra .embla {
    margin-top: 80px;
  }
}
.cid-uPlSaugbra .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSaugbra .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSaugbra .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSaugbra .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSaugbra .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSaugbra .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSaugbra .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlSaugbra .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlSaugbra .mbr-text ul {
    display: block;
  }
}
.cid-uPlSaugbra .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlSaugbra .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlSaugbra .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlSaugbra .item-wrapper {
  height: 100%;
}
.cid-uPlSaugbra .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlSaugbra .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlSaugbra .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-o6 {
  /* Type valid CSS here */
}
#custom-html-o6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-o6 p {
  font-size: 60px;
  color: #777;
}
.cid-uPz7pGrKeu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz7pGrKeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz7pGrKeu .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-uPz7pGrKeu .container-fluid {
    padding: 0;
  }
}
.cid-uPz7pGrKeu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz7pGrKeu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz7pGrKeu .embla__button--next,
.cid-uPz7pGrKeu .embla__button--prev {
  display: flex;
}
.cid-uPz7pGrKeu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz7pGrKeu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz7pGrKeu .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-uPz7pGrKeu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz7pGrKeu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz7pGrKeu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz7pGrKeu .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz7pGrKeu .embla {
  position: relative;
  width: 100%;
}
.cid-uPz7pGrKeu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz7pGrKeu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz7pGrKeu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz7pGrKeu .embla__slide a {
  cursor: grab;
}
.cid-uPz7pGrKeu .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz7pGrKeu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz7pGrKeu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz7pGrKeu .mbr-section-title {
  color: #232323;
}
.cid-uPz7pGrKeu .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz7pGrKeu .mbr-box {
  color: #ffffff;
}
.cid-uPz7pGrKeu .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz7pGrKeu img,
.cid-uPz7pGrKeu .item-img {
  width: 100%;
}
.cid-uPz7pGrKeu .item-wrapper {
  position: relative;
}
.cid-uPz7pGrKeu .content-head {
  max-width: 800px;
}
.cid-uPlSausWNm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlSausWNm h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlSausWNm .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlSausWNm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlSausWNm .nav-link.active {
  background: #232323;
}
.cid-uPlSausWNm .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-uPlSausWNm .nav-link:hover {
  background: #232323;
}
.cid-uPlSausWNm .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-uPlSausWNm .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlSausWNm .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlSausWNm .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlSausWNm .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlSausWNm .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlSausWNm .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlSausWNm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlSausWNm .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlSausWNm .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-uPlSausWNm .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-uPlSausWNm .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlSausWNm .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-uPlSausWNm .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlSausWNm .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-uPlSausWNm .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlSausWNm .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlSausWNm .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlSausWNm .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSausWNm .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlSausWNm .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlSausWNm .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlSausWNm .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlSausWNm .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlSausWNm .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlSausWNm .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlSausWNm .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-uPlSausWNm .mbr-text,
  .cid-uPlSausWNm .nav-link,
  .cid-uPlSausWNm .mbr-card-title,
  .cid-uPlSausWNm .mbr-section-title {
    text-align: left;
  }
  .cid-uPlSausWNm .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlSausWNm .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlSausWNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSausWNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSausWNm .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlSausWNm .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlSausWNm .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlSavjo8Z .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlSavjo8Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlSavjo8Z .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-uPlSavjo8Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSavjo8Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSavttma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlSavttma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSavttma .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-uPlSavttma .container-fluid {
    padding: 0;
  }
}
.cid-uPlSavttma .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlSavttma .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlSavttma .embla__button--next,
.cid-uPlSavttma .embla__button--prev {
  display: flex;
}
.cid-uPlSavttma .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlSavttma .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlSavttma .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-uPlSavttma .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSavttma .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSavttma .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlSavttma .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlSavttma .embla {
  position: relative;
  width: 100%;
}
.cid-uPlSavttma .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSavttma .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSavttma .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSavttma .embla__slide a {
  cursor: grab;
}
.cid-uPlSavttma .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlSavttma .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSavttma .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlSavttma .mbr-section-title {
  color: #232323;
}
.cid-uPlSavttma .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlSavttma .mbr-box {
  color: #ffffff;
}
.cid-uPlSavttma .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlSavttma img,
.cid-uPlSavttma .item-img {
  width: 100%;
}
.cid-uPlSavttma .item-wrapper {
  position: relative;
}
.cid-uPlSavttma .content-head {
  max-width: 800px;
}
.cid-uPlSavH3Sq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSavH3Sq .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSaT3X6x {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .dropdown-menu {
  padding: 0;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSaT3X6x .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSaT3X6x .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSaT3X6x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSaT3X6x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSaT3X6x .nav-link {
  position: relative;
}
.cid-uPlSaT3X6x .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSaT3X6x .dropdown-menu,
.cid-uPlSaT3X6x .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSaT3X6x .nav-item:focus,
.cid-uPlSaT3X6x .nav-link:focus {
  outline: none;
}
.cid-uPlSaT3X6x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSaT3X6x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSaT3X6x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSaT3X6x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSaT3X6x .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSaT3X6x .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSaT3X6x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSaT3X6x .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSaT3X6x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSaT3X6x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSaT3X6x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSaT3X6x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSaT3X6x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSaT3X6x .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-uPlSaT3X6x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSaT3X6x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSaT3X6x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSaT3X6x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSaT3X6x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSaT3X6x .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSaT3X6x .navbar {
    min-height: 80px;
  }
}
.cid-uPlSaT3X6x .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSaT3X6x .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSaT3X6x .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSaT3X6x .dropdown-item.active,
.cid-uPlSaT3X6x .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSaT3X6x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSaT3X6x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSaT3X6x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSaT3X6x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSaT3X6x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSaT3X6x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSaT3X6x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSaT3X6x 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-uPlSaT3X6x button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSaT3X6x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSaT3X6x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSaT3X6x nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSaT3X6x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .navbar {
    height: 70px;
  }
  .cid-uPlSaT3X6x .navbar.opened {
    height: auto;
  }
  .cid-uPlSaT3X6x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSaT3X6x .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSaT3X6x .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSaT3X6x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSaT3X6x .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSaT3X6x .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSaT3X6x .navbar-nav {
  display: flex !important;
}
.cid-uPlSaT3X6x .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSaT3X6x .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSaT3X6x .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSaT3X6x .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSaT3X6x .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSaT3X6x .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSaT3X6x .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSaT3X6x .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSaT3X6x .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSaT3X6x 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-uPlSaT3X6x button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSaT3X6x button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSaT3X6x .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSaT3X6x .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSaT3X6x .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSaT3X6x .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSaT3X6x .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSaT3X6x .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSaT3X6x .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSaT3X6x .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSaT3X6x .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSaT3X6x .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSaT3X6x .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSaT3X6x .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSaT3X6x .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSaT3X6x .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSaT3X6x ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSaT3X6x ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSaT3X6x ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSaT3X6x .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSaT3X6x .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSaT3X6x .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSaT3X6x .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSaT3X6x .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-uPlSaT3X6x .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-uPlSaT3X6x .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSaT3X6x .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSaT3X6x .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSaT3X6x .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSaT3X6x .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSaT3X6x .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSaTduNy {
  background-image: url("../../../assets/images/edgewater-beach-cottages.webp");
}
.cid-uPlSaTduNy img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uPlSaTduNy .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uPlSaTduNy .images {
    display: none;
  }
}
.cid-uPlSaTduNy .image-wrapper-1,
.cid-uPlSaTduNy .image-wrapper-2 {
  position: relative;
  height: 60px;
}
.cid-uPlSaTduNy .image-wrapper-1 {
  margin-top: 80px;
}
.cid-uPlSaTduNy .image-wrapper-1 img {
  position: absolute;
  top: 0;
  right: -4rem;
}
.cid-uPlSaTduNy .image-wrapper-1 .image-absolute-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3rem;
  right: -10.5rem;
}
@media (max-width: 1100px) {
  .cid-uPlSaTduNy .image-wrapper-1 .image-absolute-1 {
    display: none;
  }
}
.cid-uPlSaTduNy .image-wrapper-2 {
  margin-top: 85px;
}
.cid-uPlSaTduNy .image-wrapper-2 img {
  width: 90%;
}
.cid-uPlSaTduNy .image-wrapper-2 .image-absolute-2 {
  position: absolute;
  width: 119px;
  height: 221px;
  left: -12rem;
  top: -2rem;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uPlSaTduNy .image-wrapper-2 .image-absolute-2 {
    left: -10rem;
    top: 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-uPlSaTduNy .image-wrapper-2 .image-absolute-2 {
    display: none;
  }
}
.cid-uPlSaTduNy .text-wrapper {
  width: 100%;
}
.cid-uPlSaTduNy .mbr-text {
  margin: 0 0 36px 0;
  letter-spacing: .13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSaTduNy .mbr-section-title {
  margin: 0 0 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSaTduNy .mbr-section-btn {
  margin: 0 25%;
}
@media (max-width: 992px) {
  .cid-uPlSaTduNy .mbr-section-btn {
    margin: 0;
  }
}
.cid-uPlSaTduNy .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  background: transparent !important;
  color: #ffffff !important;
}
.cid-uPlSaTduNy .btn:hover {
  box-shadow: none;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uPlSaTduNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSaTduNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSaTduNy .text {
  display: flex;
  align-items: center;
}
.cid-uPz7bnnOdl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz7bnnOdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz7bnnOdl .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-uPz7bnnOdl .container-fluid {
    padding: 0;
  }
}
.cid-uPz7bnnOdl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz7bnnOdl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz7bnnOdl .embla__button--next,
.cid-uPz7bnnOdl .embla__button--prev {
  display: flex;
}
.cid-uPz7bnnOdl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz7bnnOdl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz7bnnOdl .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-uPz7bnnOdl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz7bnnOdl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz7bnnOdl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz7bnnOdl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz7bnnOdl .embla {
  position: relative;
  width: 100%;
}
.cid-uPz7bnnOdl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz7bnnOdl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz7bnnOdl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz7bnnOdl .embla__slide a {
  cursor: grab;
}
.cid-uPz7bnnOdl .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz7bnnOdl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz7bnnOdl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz7bnnOdl .mbr-section-title {
  color: #232323;
}
.cid-uPz7bnnOdl .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz7bnnOdl .mbr-box {
  color: #ffffff;
}
.cid-uPz7bnnOdl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz7bnnOdl img,
.cid-uPz7bnnOdl .item-img {
  width: 100%;
}
.cid-uPz7bnnOdl .item-wrapper {
  position: relative;
}
.cid-uPz7bnnOdl .content-head {
  max-width: 800px;
}
.cid-uPlSaTlviS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPlSaTlviS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSaTlviS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSaTlviS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSaTlviS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPlSaTlviS .container {
    padding: 0 16px;
  }
}
.cid-uPlSaTlviS .row {
  padding: 60px 64px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPlSaTlviS .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .row {
    padding: 25px 9px;
  }
}
.cid-uPlSaTlviS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPlSaTlviS .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uPlSaTlviS .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .image-wrapper img {
    height: 350px;
  }
}
.cid-uPlSaTlviS .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPlSaTlviS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uPlSaTlviS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uPlSaTlviS .items-wrapper {
    display: block;
  }
}
.cid-uPlSaTlviS .items-wrapper .item {
  padding: 50px;
  background-color: #232323;
  border-radius: .5rem !important;
}
.cid-uPlSaTlviS .items-wrapper .item:nth-child(2n) {
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uPlSaTlviS .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uPlSaTlviS .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPlSaTlviS .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPlSaTlviS .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uPlSaTlviS .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPlSaTlviS .card {
  justify-content: center;
}
.cid-uPlSaTlviS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPlSaTlviS .mbr-text {
  color: #000000;
}
.cid-uPlSaTlviS .card-title {
  color: #000000;
}
.cid-uPlSaTlviS .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSaTlviS .card-title,
.cid-uPlSaTlviS .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uPlSaTvo4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunrise-mountains-2000x1125.jpg");
}
.cid-uPlSaTvo4v .mbr-section-head {
  padding: 0 1rem;
}
.cid-uPlSaTvo4v .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPlSaTvo4v .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPlSaTvo4v .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uPlSaTvo4v .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPlSaTvo4v .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uPlSaTvo4v .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSaTvo4v .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPlSaTvo4v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uPlSaTvo4v .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uPlSaTvo4v .embla__button--next,
.cid-uPlSaTvo4v .embla__button--prev {
  display: flex;
}
.cid-uPlSaTvo4v .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-uPlSaTvo4v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSaTvo4v .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uPlSaTvo4v .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSaTvo4v .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uPlSaTvo4v .embla__button {
    top: -10%;
  }
}
.cid-uPlSaTvo4v .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPlSaTvo4v .embla {
    margin-top: 80px;
  }
}
.cid-uPlSaTvo4v .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSaTvo4v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSaTvo4v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSaTvo4v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSaTvo4v .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa600;
  text-align: center;
}
.cid-uPlSaTvo4v .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uPlSaTvo4v .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uPlSaTvo4v .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPlSaTvo4v .mbr-text ul {
    display: block;
  }
}
.cid-uPlSaTvo4v .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uPlSaTvo4v .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uPlSaTvo4v .mbr-text ul li::marker {
  color: #9fe870;
  font-size: 18px;
}
.cid-uPlSaTvo4v .item-wrapper {
  height: 100%;
}
.cid-uPlSaTvo4v .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uPlSaTvo4v .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPlSaTvo4v .item-wrapper .image-wrap img {
    height: 320px;
  }
}
#custom-html-of {
  /* Type valid CSS here */
}
#custom-html-of div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-of p {
  font-size: 60px;
  color: #777;
}
.cid-uPz79QRYcs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPz79QRYcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz79QRYcs .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-uPz79QRYcs .container-fluid {
    padding: 0;
  }
}
.cid-uPz79QRYcs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPz79QRYcs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPz79QRYcs .embla__button--next,
.cid-uPz79QRYcs .embla__button--prev {
  display: flex;
}
.cid-uPz79QRYcs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPz79QRYcs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPz79QRYcs .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-uPz79QRYcs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPz79QRYcs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPz79QRYcs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPz79QRYcs .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPz79QRYcs .embla {
  position: relative;
  width: 100%;
}
.cid-uPz79QRYcs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPz79QRYcs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPz79QRYcs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPz79QRYcs .embla__slide a {
  cursor: grab;
}
.cid-uPz79QRYcs .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPz79QRYcs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPz79QRYcs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPz79QRYcs .mbr-section-title {
  color: #232323;
}
.cid-uPz79QRYcs .mbr-section-subtitle {
  color: #232323;
}
.cid-uPz79QRYcs .mbr-box {
  color: #ffffff;
}
.cid-uPz79QRYcs .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPz79QRYcs img,
.cid-uPz79QRYcs .item-img {
  width: 100%;
}
.cid-uPz79QRYcs .item-wrapper {
  position: relative;
}
.cid-uPz79QRYcs .content-head {
  max-width: 800px;
}
#custom-html-sg {
  /* Type valid CSS here */
}
#custom-html-sg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-sg p {
  font-size: 60px;
  color: #777;
}
.cid-uPlSaTH4nk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPlSaTH4nk h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uPlSaTH4nk .nav-tabs .nav-item.open .nav-link:focus,
.cid-uPlSaTH4nk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uPlSaTH4nk .nav-link.active {
  background: #232323;
}
.cid-uPlSaTH4nk .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-uPlSaTH4nk .nav-link:hover {
  background: #232323;
}
.cid-uPlSaTH4nk .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-uPlSaTH4nk .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-uPlSaTH4nk .nav-link.display-4 {
  font-size: 15px;
}
.cid-uPlSaTH4nk .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-uPlSaTH4nk .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-uPlSaTH4nk .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-uPlSaTH4nk .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uPlSaTH4nk .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uPlSaTH4nk .widget {
  margin-top: 30px;
  background-color: #ffa600;
  border-radius: 4px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-uPlSaTH4nk .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-uPlSaTH4nk .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-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-uPlSaTH4nk .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-uPlSaTH4nk .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-uPlSaTH4nk .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-uPlSaTH4nk .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uPlSaTH4nk .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uPlSaTH4nk .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uPlSaTH4nk .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uPlSaTH4nk .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uPlSaTH4nk .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uPlSaTH4nk .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-uPlSaTH4nk .mbr-text,
  .cid-uPlSaTH4nk .nav-link,
  .cid-uPlSaTH4nk .mbr-card-title,
  .cid-uPlSaTH4nk .mbr-section-title {
    text-align: left;
  }
  .cid-uPlSaTH4nk .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uPlSaTH4nk .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-uPlSaTH4nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSaTH4nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSaTH4nk .tab-content .tab-pane .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPlSaTH4nk .tab-content .tab-pane .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact .single-service-contact-inner p {
  color: #000000;
}
.cid-uPlSaTH4nk .widget .textwidget .single-service-contact .single-service-contact-inner h2 {
  color: #000000;
}
.cid-uPlSaUw69S .google-map {
  height: 700px;
  position: relative;
}
.cid-uPlSaUw69S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPlSaUw69S .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-uPlSaUw69S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSaUw69S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSaUG5wJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uPlSaUG5wJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSaUG5wJ .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-uPlSaUG5wJ .container-fluid {
    padding: 0;
  }
}
.cid-uPlSaUG5wJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uPlSaUG5wJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPlSaUG5wJ .embla__button--next,
.cid-uPlSaUG5wJ .embla__button--prev {
  display: flex;
}
.cid-uPlSaUG5wJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPlSaUG5wJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPlSaUG5wJ .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-uPlSaUG5wJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPlSaUG5wJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPlSaUG5wJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPlSaUG5wJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPlSaUG5wJ .embla {
  position: relative;
  width: 100%;
}
.cid-uPlSaUG5wJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPlSaUG5wJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPlSaUG5wJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPlSaUG5wJ .embla__slide a {
  cursor: grab;
}
.cid-uPlSaUG5wJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uPlSaUG5wJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPlSaUG5wJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uPlSaUG5wJ .mbr-section-title {
  color: #232323;
}
.cid-uPlSaUG5wJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uPlSaUG5wJ .mbr-box {
  color: #ffffff;
}
.cid-uPlSaUG5wJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uPlSaUG5wJ img,
.cid-uPlSaUG5wJ .item-img {
  width: 100%;
}
.cid-uPlSaUG5wJ .item-wrapper {
  position: relative;
}
.cid-uPlSaUG5wJ .content-head {
  max-width: 800px;
}
.cid-uPlSaUTpkB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSaUTpkB .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlScY1TZY {
  z-index: 1000;
  width: 100%;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .dropdown-menu {
  padding: 0;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlScY1TZY .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlScY1TZY .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlScY1TZY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlScY1TZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlScY1TZY .nav-link {
  position: relative;
}
.cid-uPlScY1TZY .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlScY1TZY .dropdown-menu,
.cid-uPlScY1TZY .navbar.opened {
  background: #212428 !important;
}
.cid-uPlScY1TZY .nav-item:focus,
.cid-uPlScY1TZY .nav-link:focus {
  outline: none;
}
.cid-uPlScY1TZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlScY1TZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlScY1TZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlScY1TZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlScY1TZY .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlScY1TZY .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlScY1TZY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlScY1TZY .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlScY1TZY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlScY1TZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlScY1TZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlScY1TZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlScY1TZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlScY1TZY .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-uPlScY1TZY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlScY1TZY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlScY1TZY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlScY1TZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlScY1TZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlScY1TZY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlScY1TZY .navbar {
    min-height: 80px;
  }
}
.cid-uPlScY1TZY .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlScY1TZY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlScY1TZY .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlScY1TZY .dropdown-item.active,
.cid-uPlScY1TZY .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlScY1TZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlScY1TZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlScY1TZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlScY1TZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlScY1TZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlScY1TZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlScY1TZY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlScY1TZY 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-uPlScY1TZY button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlScY1TZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlScY1TZY nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlScY1TZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlScY1TZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlScY1TZY nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlScY1TZY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlScY1TZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .navbar {
    height: 70px;
  }
  .cid-uPlScY1TZY .navbar.opened {
    height: auto;
  }
  .cid-uPlScY1TZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlScY1TZY .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-uPlScY1TZY .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlScY1TZY .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlScY1TZY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlScY1TZY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlScY1TZY .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlScY1TZY .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlScY1TZY .navbar-nav {
  display: flex !important;
}
.cid-uPlScY1TZY .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlScY1TZY .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlScY1TZY .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlScY1TZY .navbar-nav .nav-item .nav-link:hover,
.cid-uPlScY1TZY .navbar-nav .nav-item .nav-link:focus,
.cid-uPlScY1TZY .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlScY1TZY .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlScY1TZY .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlScY1TZY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlScY1TZY 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-uPlScY1TZY button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlScY1TZY button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlScY1TZY .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlScY1TZY .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlScY1TZY .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlScY1TZY .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlScY1TZY .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlScY1TZY .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlScY1TZY .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlScY1TZY .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlScY1TZY .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlScY1TZY .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlScY1TZY .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlScY1TZY .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlScY1TZY .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlScY1TZY .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlScY1TZY ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlScY1TZY ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlScY1TZY ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlScY1TZY .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlScY1TZY .social-container {
    padding-top: 40px;
  }
}
.cid-uPlScY1TZY .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlScY1TZY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlScY1TZY .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-uPlScY1TZY .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-uPlScY1TZY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlScY1TZY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlScY1TZY .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlScY1TZY .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlScY1TZY .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlScY1TZY .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlScYdrqh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlScYdrqh .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlScYiROD {
  display: flex;
  background-image: url("../../../assets/images/bg-2000x1125.png");
}
.cid-uPlScYiROD .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlScYiROD {
    align-items: flex-end;
  }
  .cid-uPlScYiROD .row {
    justify-content: center;
  }
  .cid-uPlScYiROD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlScYiROD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlScYiROD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlScYiROD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlScYiROD .content-wrap {
    width: 100%;
  }
}
.cid-uPlScYiROD .mbr-section-title,
.cid-uPlScYiROD .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlScYiROD .mbr-text,
.cid-uPlScYiROD .mbr-section-btn {
  text-align: center;
}
.cid-uPEPEwoii4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEPEwoii4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEPEwoii4 .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-uPEPEwoii4 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEPEwoii4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEPEwoii4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEPEwoii4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEPEwoii4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEPEwoii4 .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-uPEPEwoii4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEPEwoii4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEPEwoii4 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEPEwoii4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEPEwoii4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEPEwoii4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEPEwoii4 .content-head {
  max-width: 800px;
}
.cid-uPlScYpGXF {
  background-color: #102f62;
}
.cid-uPlScYpGXF .mbr-section-title {
  margin: 0;
}
.cid-uPlScYpGXF .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlScYpGXF .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlScYpGXF .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlScYpGXF .team-item {
  transition: all 0.2s;
}
.cid-uPlScYpGXF .team-item .item-image {
  position: relative !important;
}
.cid-uPlScYpGXF .team-item .item-image img {
  width: 100%;
}
.cid-uPlScYpGXF .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-uPlScYpGXF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlScYpGXF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlScYpGXF .team-item .item-caption {
  background: #878787;
}
.cid-uPlScYpGXF .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlScYpGXF .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlScYpGXF .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlScYpGXF .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlScYpGXF .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlScYpGXF .team-item:hover {
    transform: none;
  }
  .cid-uPlScYpGXF .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlScYpGXF {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlScYpGXF {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlScYpGXF .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlScYpGXF .container-fluid {
  max-width: 1300px;
}
.cid-uPlScYxLSY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlScYxLSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlScYxLSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlScYxLSY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlScYxLSY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlScYxLSY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlScYxLSY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlScYxLSY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlScYxLSY .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-uPlScYxLSY .mbr-section-title {
  color: #ffffff;
}
.cid-uPlScYxLSY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlScYxLSY .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlScYxLSY .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlScYxLSY .content-head {
  max-width: 800px;
}
.cid-uPlScYxLSY .card-title,
.cid-uPlScYxLSY .iconfont-wrapper {
  text-align: center;
}
.cid-uPlScYxLSY .card-text,
.cid-uPlScYxLSY .item .mbr-section-btn {
  text-align: center;
}
.cid-uPEPDvrn8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEPDvrn8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEPDvrn8W .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-uPEPDvrn8W .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEPDvrn8W .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEPDvrn8W .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEPDvrn8W .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEPDvrn8W .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEPDvrn8W .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-uPEPDvrn8W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEPDvrn8W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEPDvrn8W .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEPDvrn8W .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEPDvrn8W .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEPDvrn8W ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEPDvrn8W .content-head {
  max-width: 800px;
}
.cid-uPlScYJ2JE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlScYJ2JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlScYJ2JE .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-uPlScYJ2JE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlScYJ2JE .row {
  flex-direction: row-reverse;
}
.cid-uPlScYJ2JE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlScYJ2JE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlScYJ2JE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlScYJ2JE .mbr-section-title {
  color: #000000;
}
.cid-uPlScYJ2JE .mbr-text,
.cid-uPlScYJ2JE .mbr-section-btn {
  color: #000000;
}
.cid-uPlScYQmr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlScYQmr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlScYQmr7 .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-uPlScYQmr7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlScYQmr7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlScYQmr7 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlScYQmr7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlScYQmr7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlScYQmr7 .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-uPlScYQmr7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlScYQmr7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlScYQmr7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlScYQmr7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlScYQmr7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlScYQmr7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlScYQmr7 .content-head {
  max-width: 800px;
}
.cid-uPlScZ0IZR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlScZ0IZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlScZ0IZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlScZ0IZR .mbr-section-title {
  text-align: center;
}
.cid-uPlScZ0IZR .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSdqAGAT {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .dropdown-menu {
  padding: 0;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSdqAGAT .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSdqAGAT .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSdqAGAT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSdqAGAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSdqAGAT .nav-link {
  position: relative;
}
.cid-uPlSdqAGAT .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSdqAGAT .dropdown-menu,
.cid-uPlSdqAGAT .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSdqAGAT .nav-item:focus,
.cid-uPlSdqAGAT .nav-link:focus {
  outline: none;
}
.cid-uPlSdqAGAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSdqAGAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSdqAGAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSdqAGAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSdqAGAT .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSdqAGAT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSdqAGAT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSdqAGAT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSdqAGAT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSdqAGAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSdqAGAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSdqAGAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSdqAGAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSdqAGAT .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-uPlSdqAGAT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSdqAGAT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSdqAGAT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSdqAGAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSdqAGAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSdqAGAT .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSdqAGAT .navbar {
    min-height: 80px;
  }
}
.cid-uPlSdqAGAT .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSdqAGAT .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSdqAGAT .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSdqAGAT .dropdown-item.active,
.cid-uPlSdqAGAT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSdqAGAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSdqAGAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSdqAGAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSdqAGAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSdqAGAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSdqAGAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSdqAGAT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSdqAGAT 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-uPlSdqAGAT button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdqAGAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSdqAGAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSdqAGAT nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSdqAGAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .navbar {
    height: 70px;
  }
  .cid-uPlSdqAGAT .navbar.opened {
    height: auto;
  }
  .cid-uPlSdqAGAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSdqAGAT .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSdqAGAT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdqAGAT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSdqAGAT .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSdqAGAT .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSdqAGAT .navbar-nav {
  display: flex !important;
}
.cid-uPlSdqAGAT .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSdqAGAT .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSdqAGAT .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSdqAGAT .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSdqAGAT .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSdqAGAT .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSdqAGAT .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSdqAGAT .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSdqAGAT .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSdqAGAT 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-uPlSdqAGAT button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdqAGAT button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSdqAGAT .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSdqAGAT .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSdqAGAT .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSdqAGAT .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSdqAGAT .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSdqAGAT .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSdqAGAT .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSdqAGAT .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSdqAGAT .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSdqAGAT .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSdqAGAT .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSdqAGAT .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSdqAGAT .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSdqAGAT .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSdqAGAT ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSdqAGAT ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSdqAGAT ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSdqAGAT .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSdqAGAT .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSdqAGAT .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSdqAGAT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSdqAGAT .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-uPlSdqAGAT .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-uPlSdqAGAT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSdqAGAT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSdqAGAT .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSdqAGAT .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSdqAGAT .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSdqAGAT .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSdqXZk9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSdqXZk9 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSdr4Znv {
  display: flex;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uPlSdr4Znv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPlSdr4Znv {
    align-items: flex-end;
  }
  .cid-uPlSdr4Znv .row {
    justify-content: center;
  }
  .cid-uPlSdr4Znv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSdr4Znv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdr4Znv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSdr4Znv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSdr4Znv .content-wrap {
    width: 100%;
  }
}
.cid-uPlSdr4Znv .mbr-section-title,
.cid-uPlSdr4Znv .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSdr4Znv .mbr-text,
.cid-uPlSdr4Znv .mbr-section-btn {
  text-align: center;
}
.cid-uPlSdrfur5 {
  background-color: #102f62;
}
.cid-uPlSdrfur5 .mbr-section-title {
  margin: 0;
}
.cid-uPlSdrfur5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSdrfur5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSdrfur5 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSdrfur5 .team-item {
  transition: all 0.2s;
}
.cid-uPlSdrfur5 .team-item .item-image {
  position: relative !important;
}
.cid-uPlSdrfur5 .team-item .item-image img {
  width: 100%;
}
.cid-uPlSdrfur5 .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-uPlSdrfur5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSdrfur5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSdrfur5 .team-item .item-caption {
  background: #878787;
}
.cid-uPlSdrfur5 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSdrfur5 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSdrfur5 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSdrfur5 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSdrfur5 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSdrfur5 .team-item:hover {
    transform: none;
  }
  .cid-uPlSdrfur5 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdrfur5 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSdrfur5 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSdrfur5 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSdrfur5 .container-fluid {
  max-width: 1300px;
}
.cid-uPlSdrqoOc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSdrqoOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdrqoOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSdrqoOc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSdrqoOc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSdrqoOc .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSdrqoOc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdrqoOc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSdrqoOc .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-uPlSdrqoOc .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSdrqoOc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSdrqoOc .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSdrqoOc .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSdrqoOc .content-head {
  max-width: 800px;
}
.cid-uPlSdrHQ6z {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSdrHQ6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdrHQ6z .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-uPlSdrHQ6z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSdrHQ6z .row {
  flex-direction: row-reverse;
}
.cid-uPlSdrHQ6z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSdrHQ6z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSdrHQ6z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSdrHQ6z .mbr-section-title {
  color: #000000;
}
.cid-uPlSdrHQ6z .mbr-text,
.cid-uPlSdrHQ6z .mbr-section-btn {
  color: #000000;
}
.cid-uPlSdrS4m0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSdrS4m0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdrS4m0 .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-uPlSdrS4m0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdrS4m0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSdrS4m0 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSdrS4m0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSdrS4m0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSdrS4m0 .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-uPlSdrS4m0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSdrS4m0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSdrS4m0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSdrS4m0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdrS4m0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSdrS4m0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSdrS4m0 .content-head {
  max-width: 800px;
}
.cid-uPlSds4L3h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSds4L3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSds4L3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSds4L3h .mbr-section-title {
  text-align: center;
}
.cid-uPlSds4L3h .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSdQsJZH {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .dropdown-menu {
  padding: 0;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSdQsJZH .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSdQsJZH .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSdQsJZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSdQsJZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSdQsJZH .nav-link {
  position: relative;
}
.cid-uPlSdQsJZH .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSdQsJZH .dropdown-menu,
.cid-uPlSdQsJZH .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSdQsJZH .nav-item:focus,
.cid-uPlSdQsJZH .nav-link:focus {
  outline: none;
}
.cid-uPlSdQsJZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSdQsJZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSdQsJZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSdQsJZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSdQsJZH .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSdQsJZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSdQsJZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSdQsJZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSdQsJZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSdQsJZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSdQsJZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSdQsJZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSdQsJZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSdQsJZH .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-uPlSdQsJZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSdQsJZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSdQsJZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSdQsJZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSdQsJZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSdQsJZH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSdQsJZH .navbar {
    min-height: 80px;
  }
}
.cid-uPlSdQsJZH .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSdQsJZH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSdQsJZH .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSdQsJZH .dropdown-item.active,
.cid-uPlSdQsJZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSdQsJZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSdQsJZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSdQsJZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSdQsJZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSdQsJZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSdQsJZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSdQsJZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSdQsJZH 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-uPlSdQsJZH button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdQsJZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSdQsJZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSdQsJZH nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSdQsJZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .navbar {
    height: 70px;
  }
  .cid-uPlSdQsJZH .navbar.opened {
    height: auto;
  }
  .cid-uPlSdQsJZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSdQsJZH .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSdQsJZH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdQsJZH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSdQsJZH .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSdQsJZH .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSdQsJZH .navbar-nav {
  display: flex !important;
}
.cid-uPlSdQsJZH .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSdQsJZH .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSdQsJZH .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSdQsJZH .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSdQsJZH .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSdQsJZH .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSdQsJZH .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSdQsJZH .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSdQsJZH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSdQsJZH 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-uPlSdQsJZH button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSdQsJZH button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSdQsJZH .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSdQsJZH .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSdQsJZH .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSdQsJZH .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSdQsJZH .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSdQsJZH .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSdQsJZH .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSdQsJZH .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSdQsJZH .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSdQsJZH .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSdQsJZH .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSdQsJZH .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSdQsJZH .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSdQsJZH .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSdQsJZH ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSdQsJZH ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSdQsJZH ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSdQsJZH .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSdQsJZH .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSdQsJZH .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSdQsJZH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSdQsJZH .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-uPlSdQsJZH .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-uPlSdQsJZH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSdQsJZH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSdQsJZH .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSdQsJZH .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSdQsJZH .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSdQsJZH .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSdQCPhi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSdQCPhi .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSdQHFvh {
  display: flex;
  background-image: url("../../../assets/images/rv-2000x1005.jpg");
}
.cid-uPlSdQHFvh .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSdQHFvh {
    align-items: flex-end;
  }
  .cid-uPlSdQHFvh .row {
    justify-content: center;
  }
  .cid-uPlSdQHFvh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSdQHFvh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdQHFvh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSdQHFvh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSdQHFvh .content-wrap {
    width: 100%;
  }
}
.cid-uPlSdQHFvh .mbr-section-title,
.cid-uPlSdQHFvh .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSdQHFvh .mbr-text,
.cid-uPlSdQHFvh .mbr-section-btn {
  text-align: center;
}
.cid-uPEO97zmPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEO97zmPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEO97zmPg .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-uPEO97zmPg .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEO97zmPg .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEO97zmPg .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEO97zmPg .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEO97zmPg .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEO97zmPg .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-uPEO97zmPg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEO97zmPg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEO97zmPg .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEO97zmPg .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEO97zmPg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEO97zmPg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEO97zmPg .content-head {
  max-width: 800px;
}
.cid-uPlSdQOSCG {
  background-color: #102f62;
}
.cid-uPlSdQOSCG .mbr-section-title {
  margin: 0;
}
.cid-uPlSdQOSCG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSdQOSCG .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSdQOSCG .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSdQOSCG .team-item {
  transition: all 0.2s;
}
.cid-uPlSdQOSCG .team-item .item-image {
  position: relative !important;
}
.cid-uPlSdQOSCG .team-item .item-image img {
  width: 100%;
}
.cid-uPlSdQOSCG .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-uPlSdQOSCG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSdQOSCG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSdQOSCG .team-item .item-caption {
  background: #878787;
}
.cid-uPlSdQOSCG .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSdQOSCG .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSdQOSCG .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSdQOSCG .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSdQOSCG .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSdQOSCG .team-item:hover {
    transform: none;
  }
  .cid-uPlSdQOSCG .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdQOSCG {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSdQOSCG {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSdQOSCG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSdQOSCG .container-fluid {
  max-width: 1300px;
}
.cid-uPlSdQXphz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSdQXphz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdQXphz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSdQXphz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSdQXphz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSdQXphz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSdQXphz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdQXphz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSdQXphz .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-uPlSdQXphz .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSdQXphz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSdQXphz .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSdQXphz .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSdQXphz .content-head {
  max-width: 800px;
}
.cid-uPlSdQXphz .card-text,
.cid-uPlSdQXphz .item .mbr-section-btn {
  text-align: center;
}
.cid-uPlSdQXphz .card-title,
.cid-uPlSdQXphz .iconfont-wrapper {
  text-align: center;
}
.cid-uPEO84ptBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEO84ptBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEO84ptBS .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-uPEO84ptBS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEO84ptBS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEO84ptBS .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEO84ptBS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEO84ptBS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEO84ptBS .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-uPEO84ptBS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEO84ptBS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEO84ptBS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEO84ptBS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEO84ptBS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEO84ptBS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEO84ptBS .content-head {
  max-width: 800px;
}
.cid-uPlSdR66Ir {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSdR66Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdR66Ir .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-uPlSdR66Ir .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSdR66Ir .row {
  flex-direction: row-reverse;
}
.cid-uPlSdR66Ir .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSdR66Ir .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSdR66Ir .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSdR66Ir .mbr-section-title {
  color: #000000;
}
.cid-uPlSdR66Ir .mbr-text,
.cid-uPlSdR66Ir .mbr-section-btn {
  color: #000000;
}
.cid-uPlSdRePfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSdRePfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdRePfS .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-uPlSdRePfS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdRePfS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSdRePfS .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSdRePfS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSdRePfS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSdRePfS .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-uPlSdRePfS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSdRePfS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSdRePfS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSdRePfS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSdRePfS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSdRePfS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSdRePfS .content-head {
  max-width: 800px;
}
.cid-uPlSdRmKai {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSdRmKai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSdRmKai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSdRmKai .mbr-section-title {
  text-align: center;
}
.cid-uPlSdRmKai .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSehjxyW {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .dropdown-menu {
  padding: 0;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSehjxyW .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSehjxyW .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSehjxyW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSehjxyW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSehjxyW .nav-link {
  position: relative;
}
.cid-uPlSehjxyW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSehjxyW .dropdown-menu,
.cid-uPlSehjxyW .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSehjxyW .nav-item:focus,
.cid-uPlSehjxyW .nav-link:focus {
  outline: none;
}
.cid-uPlSehjxyW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSehjxyW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSehjxyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSehjxyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSehjxyW .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSehjxyW .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSehjxyW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSehjxyW .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSehjxyW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSehjxyW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSehjxyW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSehjxyW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSehjxyW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSehjxyW .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-uPlSehjxyW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSehjxyW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSehjxyW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSehjxyW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSehjxyW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSehjxyW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSehjxyW .navbar {
    min-height: 80px;
  }
}
.cid-uPlSehjxyW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSehjxyW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSehjxyW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSehjxyW .dropdown-item.active,
.cid-uPlSehjxyW .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSehjxyW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSehjxyW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSehjxyW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSehjxyW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSehjxyW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSehjxyW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSehjxyW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSehjxyW 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-uPlSehjxyW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSehjxyW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSehjxyW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSehjxyW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSehjxyW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSehjxyW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSehjxyW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSehjxyW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .navbar {
    height: 70px;
  }
  .cid-uPlSehjxyW .navbar.opened {
    height: auto;
  }
  .cid-uPlSehjxyW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSehjxyW .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-uPlSehjxyW .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSehjxyW .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSehjxyW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSehjxyW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSehjxyW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSehjxyW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSehjxyW .navbar-nav {
  display: flex !important;
}
.cid-uPlSehjxyW .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSehjxyW .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSehjxyW .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSehjxyW .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSehjxyW .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSehjxyW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSehjxyW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSehjxyW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSehjxyW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSehjxyW 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-uPlSehjxyW button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSehjxyW button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSehjxyW .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSehjxyW .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSehjxyW .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSehjxyW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSehjxyW .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSehjxyW .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSehjxyW .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSehjxyW .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSehjxyW .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSehjxyW .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSehjxyW .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSehjxyW .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSehjxyW .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSehjxyW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSehjxyW ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSehjxyW ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSehjxyW ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSehjxyW .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSehjxyW .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSehjxyW .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSehjxyW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSehjxyW .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-uPlSehjxyW .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-uPlSehjxyW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSehjxyW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSehjxyW .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSehjxyW .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSehjxyW .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSehjxyW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSehwroe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSehwroe .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSehC1BY {
  display: flex;
  background-image: url("../../../assets/images/bggdfgdfg-2000x1335.jpg");
}
.cid-uPlSehC1BY .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSehC1BY {
    align-items: flex-end;
  }
  .cid-uPlSehC1BY .row {
    justify-content: center;
  }
  .cid-uPlSehC1BY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSehC1BY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSehC1BY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSehC1BY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSehC1BY .content-wrap {
    width: 100%;
  }
}
.cid-uPlSehC1BY .mbr-section-title,
.cid-uPlSehC1BY .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSehC1BY .mbr-text,
.cid-uPlSehC1BY .mbr-section-btn {
  text-align: center;
}
.cid-uPz2IkNEMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPz2IkNEMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz2IkNEMC .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-uPz2IkNEMC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz2IkNEMC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPz2IkNEMC .google-map {
  height: 100%;
  position: relative;
}
.cid-uPz2IkNEMC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPz2IkNEMC .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPz2IkNEMC .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-uPz2IkNEMC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPz2IkNEMC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPz2IkNEMC .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPz2IkNEMC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz2IkNEMC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPz2IkNEMC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPz2IkNEMC .content-head {
  max-width: 800px;
}
.cid-uPlSehJpip {
  background-color: #102f62;
}
.cid-uPlSehJpip .mbr-section-title {
  margin: 0;
}
.cid-uPlSehJpip .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSehJpip .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSehJpip .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSehJpip .team-item {
  transition: all 0.2s;
}
.cid-uPlSehJpip .team-item .item-image {
  position: relative !important;
}
.cid-uPlSehJpip .team-item .item-image img {
  width: 100%;
}
.cid-uPlSehJpip .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-uPlSehJpip .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSehJpip .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSehJpip .team-item .item-caption {
  background: #878787;
}
.cid-uPlSehJpip .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSehJpip .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSehJpip .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSehJpip .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSehJpip .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSehJpip .team-item:hover {
    transform: none;
  }
  .cid-uPlSehJpip .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSehJpip {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSehJpip {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSehJpip .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSehJpip .container-fluid {
  max-width: 1300px;
}
.cid-uPlSehRGk4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSehRGk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSehRGk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSehRGk4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSehRGk4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSehRGk4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSehRGk4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSehRGk4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSehRGk4 .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-uPlSehRGk4 .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSehRGk4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSehRGk4 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSehRGk4 .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSehRGk4 .content-head {
  max-width: 800px;
}
.cid-uPlSehRGk4 .card-text,
.cid-uPlSehRGk4 .item .mbr-section-btn {
  text-align: center;
}
.cid-uPlSehRGk4 .card-title,
.cid-uPlSehRGk4 .iconfont-wrapper {
  text-align: center;
}
.cid-uPz2HdH1a1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPz2HdH1a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz2HdH1a1 .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-uPz2HdH1a1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz2HdH1a1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPz2HdH1a1 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPz2HdH1a1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPz2HdH1a1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPz2HdH1a1 .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-uPz2HdH1a1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPz2HdH1a1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPz2HdH1a1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPz2HdH1a1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz2HdH1a1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPz2HdH1a1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPz2HdH1a1 .content-head {
  max-width: 800px;
}
.cid-uPlSei0Ib7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSei0Ib7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSei0Ib7 .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-uPlSei0Ib7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSei0Ib7 .row {
  flex-direction: row-reverse;
}
.cid-uPlSei0Ib7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSei0Ib7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSei0Ib7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSei0Ib7 .mbr-section-title {
  color: #000000;
}
.cid-uPlSei0Ib7 .mbr-text,
.cid-uPlSei0Ib7 .mbr-section-btn {
  color: #000000;
}
.cid-uPlSei74X4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSei74X4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSei74X4 .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-uPlSei74X4 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSei74X4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSei74X4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSei74X4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSei74X4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSei74X4 .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-uPlSei74X4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSei74X4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSei74X4 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSei74X4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSei74X4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSei74X4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSei74X4 .content-head {
  max-width: 800px;
}
.cid-uPlSeigoWs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSeigoWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSeigoWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSeigoWs .mbr-section-title {
  text-align: center;
}
.cid-uPlSeigoWs .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSeJh7hN {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .dropdown-menu {
  padding: 0;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSeJh7hN .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSeJh7hN .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSeJh7hN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSeJh7hN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSeJh7hN .nav-link {
  position: relative;
}
.cid-uPlSeJh7hN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSeJh7hN .dropdown-menu,
.cid-uPlSeJh7hN .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSeJh7hN .nav-item:focus,
.cid-uPlSeJh7hN .nav-link:focus {
  outline: none;
}
.cid-uPlSeJh7hN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSeJh7hN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSeJh7hN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSeJh7hN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSeJh7hN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSeJh7hN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSeJh7hN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSeJh7hN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSeJh7hN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSeJh7hN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSeJh7hN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSeJh7hN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSeJh7hN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSeJh7hN .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-uPlSeJh7hN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSeJh7hN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSeJh7hN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSeJh7hN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSeJh7hN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSeJh7hN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSeJh7hN .navbar {
    min-height: 80px;
  }
}
.cid-uPlSeJh7hN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSeJh7hN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSeJh7hN .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSeJh7hN .dropdown-item.active,
.cid-uPlSeJh7hN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSeJh7hN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSeJh7hN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSeJh7hN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSeJh7hN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSeJh7hN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSeJh7hN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSeJh7hN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSeJh7hN 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-uPlSeJh7hN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSeJh7hN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSeJh7hN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSeJh7hN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSeJh7hN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .navbar {
    height: 70px;
  }
  .cid-uPlSeJh7hN .navbar.opened {
    height: auto;
  }
  .cid-uPlSeJh7hN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSeJh7hN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSeJh7hN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeJh7hN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSeJh7hN .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSeJh7hN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSeJh7hN .navbar-nav {
  display: flex !important;
}
.cid-uPlSeJh7hN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSeJh7hN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSeJh7hN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSeJh7hN .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSeJh7hN .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSeJh7hN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSeJh7hN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSeJh7hN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSeJh7hN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSeJh7hN 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-uPlSeJh7hN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSeJh7hN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSeJh7hN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSeJh7hN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSeJh7hN .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSeJh7hN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSeJh7hN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSeJh7hN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSeJh7hN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSeJh7hN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSeJh7hN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSeJh7hN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSeJh7hN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSeJh7hN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSeJh7hN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSeJh7hN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSeJh7hN ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSeJh7hN ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSeJh7hN ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSeJh7hN .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSeJh7hN .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSeJh7hN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSeJh7hN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSeJh7hN .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-uPlSeJh7hN .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-uPlSeJh7hN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSeJh7hN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSeJh7hN .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSeJh7hN .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSeJh7hN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSeJh7hN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSeJrZDq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSeJrZDq .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSeJx52R {
  display: flex;
  background-image: url("../../../assets/images/payroll-still-life-with-cash-high-angle-2000x1333.jpg");
}
.cid-uPlSeJx52R .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSeJx52R {
    align-items: flex-end;
  }
  .cid-uPlSeJx52R .row {
    justify-content: center;
  }
  .cid-uPlSeJx52R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSeJx52R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeJx52R {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSeJx52R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSeJx52R .content-wrap {
    width: 100%;
  }
}
.cid-uPlSeJx52R .mbr-section-title,
.cid-uPlSeJx52R .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSeJx52R .mbr-text,
.cid-uPlSeJx52R .mbr-section-btn {
  text-align: center;
}
.cid-uPyUg1sHEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyUg1sHEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyUg1sHEB .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-uPyUg1sHEB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyUg1sHEB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyUg1sHEB .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyUg1sHEB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyUg1sHEB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyUg1sHEB .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-uPyUg1sHEB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyUg1sHEB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyUg1sHEB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyUg1sHEB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyUg1sHEB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyUg1sHEB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyUg1sHEB .content-head {
  max-width: 800px;
}
.cid-uPlSeJEiDM {
  background-color: #102f62;
}
.cid-uPlSeJEiDM .mbr-section-title {
  margin: 0;
}
.cid-uPlSeJEiDM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSeJEiDM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSeJEiDM .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSeJEiDM .team-item {
  transition: all 0.2s;
}
.cid-uPlSeJEiDM .team-item .item-image {
  position: relative !important;
}
.cid-uPlSeJEiDM .team-item .item-image img {
  width: 100%;
}
.cid-uPlSeJEiDM .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-uPlSeJEiDM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSeJEiDM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSeJEiDM .team-item .item-caption {
  background: #878787;
}
.cid-uPlSeJEiDM .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSeJEiDM .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSeJEiDM .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSeJEiDM .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSeJEiDM .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSeJEiDM .team-item:hover {
    transform: none;
  }
  .cid-uPlSeJEiDM .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeJEiDM {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSeJEiDM {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSeJEiDM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSeJEiDM .container-fluid {
  max-width: 1300px;
}
.cid-uPlSeJMDtz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSeJMDtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSeJMDtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSeJMDtz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSeJMDtz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSeJMDtz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSeJMDtz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeJMDtz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSeJMDtz .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-uPlSeJMDtz .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSeJMDtz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSeJMDtz .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSeJMDtz .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSeJMDtz .content-head {
  max-width: 800px;
}
.cid-uPlSeJMDtz .card-title,
.cid-uPlSeJMDtz .iconfont-wrapper {
  text-align: center;
}
.cid-uPlSeJMDtz .card-text,
.cid-uPlSeJMDtz .item .mbr-section-btn {
  text-align: center;
}
.cid-uPyUf3G6lA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyUf3G6lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyUf3G6lA .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-uPyUf3G6lA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyUf3G6lA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyUf3G6lA .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyUf3G6lA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyUf3G6lA .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyUf3G6lA .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-uPyUf3G6lA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyUf3G6lA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyUf3G6lA .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyUf3G6lA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyUf3G6lA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyUf3G6lA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyUf3G6lA .content-head {
  max-width: 800px;
}
.cid-uPlSeJYpmw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSeJYpmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSeJYpmw .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-uPlSeJYpmw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSeJYpmw .row {
  flex-direction: row-reverse;
}
.cid-uPlSeJYpmw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSeJYpmw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSeJYpmw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSeJYpmw .mbr-section-title {
  color: #000000;
}
.cid-uPlSeJYpmw .mbr-text,
.cid-uPlSeJYpmw .mbr-section-btn {
  color: #000000;
}
.cid-uPlSeK5fs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSeK5fs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSeK5fs2 .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-uPlSeK5fs2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeK5fs2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSeK5fs2 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSeK5fs2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSeK5fs2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSeK5fs2 .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-uPlSeK5fs2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSeK5fs2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSeK5fs2 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSeK5fs2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSeK5fs2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSeK5fs2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSeK5fs2 .content-head {
  max-width: 800px;
}
.cid-uPlSeKeh7Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSeKeh7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSeKeh7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSeKeh7Q .mbr-section-title {
  text-align: center;
}
.cid-uPlSeKeh7Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSf9W2GN {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .dropdown-menu {
  padding: 0;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSf9W2GN .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSf9W2GN .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSf9W2GN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSf9W2GN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSf9W2GN .nav-link {
  position: relative;
}
.cid-uPlSf9W2GN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSf9W2GN .dropdown-menu,
.cid-uPlSf9W2GN .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSf9W2GN .nav-item:focus,
.cid-uPlSf9W2GN .nav-link:focus {
  outline: none;
}
.cid-uPlSf9W2GN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSf9W2GN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSf9W2GN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSf9W2GN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSf9W2GN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSf9W2GN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSf9W2GN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSf9W2GN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSf9W2GN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSf9W2GN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSf9W2GN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSf9W2GN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSf9W2GN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSf9W2GN .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-uPlSf9W2GN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSf9W2GN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSf9W2GN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSf9W2GN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSf9W2GN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSf9W2GN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSf9W2GN .navbar {
    min-height: 80px;
  }
}
.cid-uPlSf9W2GN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSf9W2GN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSf9W2GN .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSf9W2GN .dropdown-item.active,
.cid-uPlSf9W2GN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSf9W2GN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSf9W2GN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSf9W2GN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSf9W2GN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSf9W2GN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSf9W2GN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSf9W2GN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSf9W2GN 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-uPlSf9W2GN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSf9W2GN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSf9W2GN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSf9W2GN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSf9W2GN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .navbar {
    height: 70px;
  }
  .cid-uPlSf9W2GN .navbar.opened {
    height: auto;
  }
  .cid-uPlSf9W2GN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSf9W2GN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSf9W2GN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSf9W2GN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSf9W2GN .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSf9W2GN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSf9W2GN .navbar-nav {
  display: flex !important;
}
.cid-uPlSf9W2GN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSf9W2GN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSf9W2GN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSf9W2GN .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSf9W2GN .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSf9W2GN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSf9W2GN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSf9W2GN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSf9W2GN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSf9W2GN 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-uPlSf9W2GN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSf9W2GN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSf9W2GN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSf9W2GN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSf9W2GN .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSf9W2GN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSf9W2GN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSf9W2GN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSf9W2GN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSf9W2GN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSf9W2GN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSf9W2GN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSf9W2GN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSf9W2GN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSf9W2GN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSf9W2GN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSf9W2GN ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSf9W2GN ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSf9W2GN ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSf9W2GN .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSf9W2GN .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSf9W2GN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSf9W2GN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSf9W2GN .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-uPlSf9W2GN .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-uPlSf9W2GN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSf9W2GN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSf9W2GN .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSf9W2GN .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSf9W2GN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSf9W2GN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSfa6ccW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSfa6ccW .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSfacuU8 {
  display: flex;
  background-image: url("../../../assets/images/bg-2000x1353.jpg");
}
.cid-uPlSfacuU8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSfacuU8 {
    align-items: flex-end;
  }
  .cid-uPlSfacuU8 .row {
    justify-content: center;
  }
  .cid-uPlSfacuU8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSfacuU8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfacuU8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSfacuU8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSfacuU8 .content-wrap {
    width: 100%;
  }
}
.cid-uPlSfacuU8 .mbr-section-title,
.cid-uPlSfacuU8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSfacuU8 .mbr-text,
.cid-uPlSfacuU8 .mbr-section-btn {
  text-align: center;
}
.cid-uPyT2mtYoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyT2mtYoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyT2mtYoO .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-uPyT2mtYoO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyT2mtYoO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyT2mtYoO .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyT2mtYoO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyT2mtYoO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyT2mtYoO .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-uPyT2mtYoO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyT2mtYoO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyT2mtYoO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyT2mtYoO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyT2mtYoO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyT2mtYoO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyT2mtYoO .content-head {
  max-width: 800px;
}
.cid-uPlSfaiKyZ {
  background-color: #102f62;
}
.cid-uPlSfaiKyZ .mbr-section-title {
  margin: 0;
}
.cid-uPlSfaiKyZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSfaiKyZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSfaiKyZ .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSfaiKyZ .team-item {
  transition: all 0.2s;
}
.cid-uPlSfaiKyZ .team-item .item-image {
  position: relative !important;
}
.cid-uPlSfaiKyZ .team-item .item-image img {
  width: 100%;
}
.cid-uPlSfaiKyZ .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-uPlSfaiKyZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSfaiKyZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSfaiKyZ .team-item .item-caption {
  background: #878787;
}
.cid-uPlSfaiKyZ .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSfaiKyZ .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSfaiKyZ .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSfaiKyZ .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSfaiKyZ .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSfaiKyZ .team-item:hover {
    transform: none;
  }
  .cid-uPlSfaiKyZ .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfaiKyZ {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSfaiKyZ {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSfaiKyZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSfaiKyZ .container-fluid {
  max-width: 1300px;
}
.cid-uPlSfaq4h3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSfaq4h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfaq4h3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSfaq4h3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSfaq4h3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSfaq4h3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSfaq4h3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfaq4h3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSfaq4h3 .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-uPlSfaq4h3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSfaq4h3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSfaq4h3 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSfaq4h3 .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSfaq4h3 .content-head {
  max-width: 800px;
}
.cid-uPlSfaq4h3 .card-title,
.cid-uPlSfaq4h3 .iconfont-wrapper {
  text-align: center;
}
.cid-uPlSfaq4h3 .card-text,
.cid-uPlSfaq4h3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uPyT0XpKSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyT0XpKSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyT0XpKSk .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-uPyT0XpKSk .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyT0XpKSk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyT0XpKSk .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyT0XpKSk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyT0XpKSk .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyT0XpKSk .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-uPyT0XpKSk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyT0XpKSk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyT0XpKSk .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyT0XpKSk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyT0XpKSk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyT0XpKSk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyT0XpKSk .content-head {
  max-width: 800px;
}
.cid-uPlSfaAbOs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSfaAbOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfaAbOs .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-uPlSfaAbOs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSfaAbOs .row {
  flex-direction: row-reverse;
}
.cid-uPlSfaAbOs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSfaAbOs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSfaAbOs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSfaAbOs .mbr-section-title {
  color: #000000;
}
.cid-uPlSfaAbOs .mbr-text,
.cid-uPlSfaAbOs .mbr-section-btn {
  color: #000000;
}
.cid-uPlSfaJSJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSfaJSJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfaJSJ1 .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-uPlSfaJSJ1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfaJSJ1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSfaJSJ1 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSfaJSJ1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSfaJSJ1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSfaJSJ1 .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-uPlSfaJSJ1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSfaJSJ1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSfaJSJ1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSfaJSJ1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfaJSJ1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSfaJSJ1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSfaJSJ1 .content-head {
  max-width: 800px;
}
.cid-uPlSfaSXCc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSfaSXCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfaSXCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSfaSXCc .mbr-section-title {
  text-align: center;
}
.cid-uPlSfaSXCc .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSfAJmsI {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .dropdown-menu {
  padding: 0;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSfAJmsI .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSfAJmsI .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSfAJmsI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSfAJmsI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSfAJmsI .nav-link {
  position: relative;
}
.cid-uPlSfAJmsI .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSfAJmsI .dropdown-menu,
.cid-uPlSfAJmsI .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSfAJmsI .nav-item:focus,
.cid-uPlSfAJmsI .nav-link:focus {
  outline: none;
}
.cid-uPlSfAJmsI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSfAJmsI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSfAJmsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSfAJmsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSfAJmsI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSfAJmsI .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSfAJmsI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSfAJmsI .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSfAJmsI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSfAJmsI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSfAJmsI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSfAJmsI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSfAJmsI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSfAJmsI .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-uPlSfAJmsI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSfAJmsI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSfAJmsI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSfAJmsI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSfAJmsI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSfAJmsI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSfAJmsI .navbar {
    min-height: 80px;
  }
}
.cid-uPlSfAJmsI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSfAJmsI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSfAJmsI .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSfAJmsI .dropdown-item.active,
.cid-uPlSfAJmsI .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSfAJmsI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSfAJmsI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSfAJmsI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSfAJmsI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSfAJmsI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSfAJmsI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSfAJmsI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSfAJmsI 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-uPlSfAJmsI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSfAJmsI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSfAJmsI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSfAJmsI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSfAJmsI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .navbar {
    height: 70px;
  }
  .cid-uPlSfAJmsI .navbar.opened {
    height: auto;
  }
  .cid-uPlSfAJmsI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSfAJmsI .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSfAJmsI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfAJmsI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSfAJmsI .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSfAJmsI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSfAJmsI .navbar-nav {
  display: flex !important;
}
.cid-uPlSfAJmsI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSfAJmsI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSfAJmsI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSfAJmsI .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSfAJmsI .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSfAJmsI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSfAJmsI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSfAJmsI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSfAJmsI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSfAJmsI 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-uPlSfAJmsI button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSfAJmsI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSfAJmsI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSfAJmsI .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSfAJmsI .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSfAJmsI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSfAJmsI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSfAJmsI .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSfAJmsI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSfAJmsI .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSfAJmsI .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSfAJmsI .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSfAJmsI .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSfAJmsI .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSfAJmsI .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSfAJmsI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSfAJmsI ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSfAJmsI ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSfAJmsI ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSfAJmsI .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSfAJmsI .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSfAJmsI .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSfAJmsI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSfAJmsI .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-uPlSfAJmsI .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-uPlSfAJmsI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSfAJmsI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSfAJmsI .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSfAJmsI .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSfAJmsI .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSfAJmsI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSfATTnW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSfATTnW .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSfAYDP1 {
  display: flex;
  background-image: url("../../../assets/images/bg-2000x1448.jpg");
}
.cid-uPlSfAYDP1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSfAYDP1 {
    align-items: flex-end;
  }
  .cid-uPlSfAYDP1 .row {
    justify-content: center;
  }
  .cid-uPlSfAYDP1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSfAYDP1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfAYDP1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSfAYDP1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSfAYDP1 .content-wrap {
    width: 100%;
  }
}
.cid-uPlSfAYDP1 .mbr-section-title,
.cid-uPlSfAYDP1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSfAYDP1 .mbr-text,
.cid-uPlSfAYDP1 .mbr-section-btn {
  text-align: center;
}
.cid-uPyVyre0RM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyVyre0RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyVyre0RM .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-uPyVyre0RM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyVyre0RM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyVyre0RM .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyVyre0RM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyVyre0RM .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyVyre0RM .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-uPyVyre0RM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyVyre0RM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyVyre0RM .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyVyre0RM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyVyre0RM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyVyre0RM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyVyre0RM .content-head {
  max-width: 800px;
}
.cid-uPlSfB552f {
  background-color: #102f62;
}
.cid-uPlSfB552f .mbr-section-title {
  margin: 0;
}
.cid-uPlSfB552f .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSfB552f .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSfB552f .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSfB552f .team-item {
  transition: all 0.2s;
}
.cid-uPlSfB552f .team-item .item-image {
  position: relative !important;
}
.cid-uPlSfB552f .team-item .item-image img {
  width: 100%;
}
.cid-uPlSfB552f .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-uPlSfB552f .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSfB552f .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSfB552f .team-item .item-caption {
  background: #878787;
}
.cid-uPlSfB552f .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSfB552f .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSfB552f .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSfB552f .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSfB552f .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSfB552f .team-item:hover {
    transform: none;
  }
  .cid-uPlSfB552f .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfB552f {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSfB552f {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSfB552f .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSfB552f .container-fluid {
  max-width: 1300px;
}
.cid-uPlSfBeZ6r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSfBeZ6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfBeZ6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSfBeZ6r .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSfBeZ6r .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSfBeZ6r .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSfBeZ6r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfBeZ6r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSfBeZ6r .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-uPlSfBeZ6r .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSfBeZ6r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSfBeZ6r .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSfBeZ6r .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSfBeZ6r .content-head {
  max-width: 800px;
}
.cid-uPlSfBeZ6r .card-title,
.cid-uPlSfBeZ6r .iconfont-wrapper {
  text-align: center;
}
.cid-uPlSfBeZ6r .card-text,
.cid-uPlSfBeZ6r .item .mbr-section-btn {
  text-align: center;
}
.cid-uPyVxeCCig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPyVxeCCig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyVxeCCig .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-uPyVxeCCig .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyVxeCCig .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPyVxeCCig .google-map {
  height: 100%;
  position: relative;
}
.cid-uPyVxeCCig .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPyVxeCCig .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPyVxeCCig .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-uPyVxeCCig .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPyVxeCCig .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPyVxeCCig .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPyVxeCCig .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPyVxeCCig .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPyVxeCCig ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPyVxeCCig .content-head {
  max-width: 800px;
}
.cid-uPlSfBocoU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSfBocoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfBocoU .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-uPlSfBocoU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSfBocoU .row {
  flex-direction: row-reverse;
}
.cid-uPlSfBocoU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSfBocoU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSfBocoU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSfBocoU .mbr-section-title {
  color: #000000;
}
.cid-uPlSfBocoU .mbr-text,
.cid-uPlSfBocoU .mbr-section-btn {
  color: #000000;
}
.cid-uPlSfBxefQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSfBxefQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfBxefQ .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-uPlSfBxefQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfBxefQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSfBxefQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSfBxefQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSfBxefQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSfBxefQ .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-uPlSfBxefQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSfBxefQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSfBxefQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSfBxefQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSfBxefQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSfBxefQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSfBxefQ .content-head {
  max-width: 800px;
}
.cid-uPlSfBGSX8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSfBGSX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSfBGSX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSfBGSX8 .mbr-section-title {
  text-align: center;
}
.cid-uPlSfBGSX8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSg1ZtNi {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .dropdown-menu {
  padding: 0;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSg1ZtNi .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSg1ZtNi .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSg1ZtNi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSg1ZtNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSg1ZtNi .nav-link {
  position: relative;
}
.cid-uPlSg1ZtNi .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSg1ZtNi .dropdown-menu,
.cid-uPlSg1ZtNi .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSg1ZtNi .nav-item:focus,
.cid-uPlSg1ZtNi .nav-link:focus {
  outline: none;
}
.cid-uPlSg1ZtNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSg1ZtNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSg1ZtNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSg1ZtNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSg1ZtNi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSg1ZtNi .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSg1ZtNi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSg1ZtNi .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSg1ZtNi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSg1ZtNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSg1ZtNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSg1ZtNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSg1ZtNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSg1ZtNi .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-uPlSg1ZtNi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSg1ZtNi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSg1ZtNi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSg1ZtNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSg1ZtNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSg1ZtNi .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSg1ZtNi .navbar {
    min-height: 80px;
  }
}
.cid-uPlSg1ZtNi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSg1ZtNi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSg1ZtNi .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSg1ZtNi .dropdown-item.active,
.cid-uPlSg1ZtNi .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSg1ZtNi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSg1ZtNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSg1ZtNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSg1ZtNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSg1ZtNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSg1ZtNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSg1ZtNi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSg1ZtNi 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-uPlSg1ZtNi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSg1ZtNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSg1ZtNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSg1ZtNi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSg1ZtNi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .navbar {
    height: 70px;
  }
  .cid-uPlSg1ZtNi .navbar.opened {
    height: auto;
  }
  .cid-uPlSg1ZtNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSg1ZtNi .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSg1ZtNi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg1ZtNi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSg1ZtNi .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSg1ZtNi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSg1ZtNi .navbar-nav {
  display: flex !important;
}
.cid-uPlSg1ZtNi .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSg1ZtNi .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSg1ZtNi .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSg1ZtNi .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSg1ZtNi .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSg1ZtNi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSg1ZtNi .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSg1ZtNi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSg1ZtNi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSg1ZtNi 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-uPlSg1ZtNi button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSg1ZtNi button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSg1ZtNi .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSg1ZtNi .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSg1ZtNi .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSg1ZtNi .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSg1ZtNi .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSg1ZtNi .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSg1ZtNi .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSg1ZtNi .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSg1ZtNi .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSg1ZtNi .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSg1ZtNi .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSg1ZtNi .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSg1ZtNi .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSg1ZtNi .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSg1ZtNi ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSg1ZtNi ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSg1ZtNi ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSg1ZtNi .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSg1ZtNi .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSg1ZtNi .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSg1ZtNi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSg1ZtNi .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-uPlSg1ZtNi .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-uPlSg1ZtNi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSg1ZtNi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSg1ZtNi .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSg1ZtNi .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSg1ZtNi .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSg1ZtNi .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSg2aDE5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSg2aDE5 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSg2flw0 {
  display: flex;
  background-image: url("../../../assets/images/bg-1651x1612.jpg");
}
.cid-uPlSg2flw0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSg2flw0 {
    align-items: flex-end;
  }
  .cid-uPlSg2flw0 .row {
    justify-content: center;
  }
  .cid-uPlSg2flw0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSg2flw0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg2flw0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSg2flw0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSg2flw0 .content-wrap {
    width: 100%;
  }
}
.cid-uPlSg2flw0 .mbr-section-title,
.cid-uPlSg2flw0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSg2flw0 .mbr-text,
.cid-uPlSg2flw0 .mbr-section-btn {
  text-align: center;
}
.cid-uPELMiDZ2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPELMiDZ2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELMiDZ2Y .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-uPELMiDZ2Y .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELMiDZ2Y .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPELMiDZ2Y .google-map {
  height: 100%;
  position: relative;
}
.cid-uPELMiDZ2Y .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPELMiDZ2Y .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPELMiDZ2Y .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-uPELMiDZ2Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPELMiDZ2Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPELMiDZ2Y .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPELMiDZ2Y .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELMiDZ2Y .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPELMiDZ2Y ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPELMiDZ2Y .content-head {
  max-width: 800px;
}
.cid-uPlSg2mzJh {
  background-color: #102f62;
}
.cid-uPlSg2mzJh .mbr-section-title {
  margin: 0;
}
.cid-uPlSg2mzJh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSg2mzJh .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSg2mzJh .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSg2mzJh .team-item {
  transition: all 0.2s;
}
.cid-uPlSg2mzJh .team-item .item-image {
  position: relative !important;
}
.cid-uPlSg2mzJh .team-item .item-image img {
  width: 100%;
}
.cid-uPlSg2mzJh .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-uPlSg2mzJh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSg2mzJh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSg2mzJh .team-item .item-caption {
  background: #878787;
}
.cid-uPlSg2mzJh .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSg2mzJh .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSg2mzJh .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSg2mzJh .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSg2mzJh .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSg2mzJh .team-item:hover {
    transform: none;
  }
  .cid-uPlSg2mzJh .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg2mzJh {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSg2mzJh {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSg2mzJh .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSg2mzJh .container-fluid {
  max-width: 1300px;
}
.cid-uPlSg2vWuu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSg2vWuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSg2vWuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSg2vWuu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSg2vWuu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSg2vWuu .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSg2vWuu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg2vWuu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSg2vWuu .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-uPlSg2vWuu .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSg2vWuu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSg2vWuu .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSg2vWuu .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSg2vWuu .content-head {
  max-width: 800px;
}
.cid-uPELLa6huF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPELLa6huF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELLa6huF .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-uPELLa6huF .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELLa6huF .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPELLa6huF .google-map {
  height: 100%;
  position: relative;
}
.cid-uPELLa6huF .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPELLa6huF .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPELLa6huF .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-uPELLa6huF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPELLa6huF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPELLa6huF .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPELLa6huF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELLa6huF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPELLa6huF ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPELLa6huF .content-head {
  max-width: 800px;
}
.cid-uPlSg2E4Cc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSg2E4Cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSg2E4Cc .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-uPlSg2E4Cc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSg2E4Cc .row {
  flex-direction: row-reverse;
}
.cid-uPlSg2E4Cc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSg2E4Cc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSg2E4Cc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSg2E4Cc .mbr-section-title {
  color: #000000;
}
.cid-uPlSg2E4Cc .mbr-text,
.cid-uPlSg2E4Cc .mbr-section-btn {
  color: #000000;
}
.cid-uPlSg2NPNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSg2NPNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSg2NPNB .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-uPlSg2NPNB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg2NPNB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSg2NPNB .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSg2NPNB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSg2NPNB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSg2NPNB .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-uPlSg2NPNB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSg2NPNB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSg2NPNB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSg2NPNB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSg2NPNB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSg2NPNB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSg2NPNB .content-head {
  max-width: 800px;
}
.cid-uPlSg2XcmJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSg2XcmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSg2XcmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSg2XcmJ .mbr-section-title {
  text-align: center;
}
.cid-uPlSg2XcmJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSgv9IOO {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .dropdown-menu {
  padding: 0;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSgv9IOO .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSgv9IOO .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSgv9IOO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSgv9IOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSgv9IOO .nav-link {
  position: relative;
}
.cid-uPlSgv9IOO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSgv9IOO .dropdown-menu,
.cid-uPlSgv9IOO .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSgv9IOO .nav-item:focus,
.cid-uPlSgv9IOO .nav-link:focus {
  outline: none;
}
.cid-uPlSgv9IOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSgv9IOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSgv9IOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSgv9IOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSgv9IOO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSgv9IOO .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSgv9IOO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSgv9IOO .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSgv9IOO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSgv9IOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSgv9IOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSgv9IOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSgv9IOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSgv9IOO .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-uPlSgv9IOO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSgv9IOO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSgv9IOO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSgv9IOO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSgv9IOO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSgv9IOO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSgv9IOO .navbar {
    min-height: 80px;
  }
}
.cid-uPlSgv9IOO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSgv9IOO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSgv9IOO .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSgv9IOO .dropdown-item.active,
.cid-uPlSgv9IOO .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSgv9IOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSgv9IOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSgv9IOO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSgv9IOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSgv9IOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSgv9IOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSgv9IOO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSgv9IOO 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-uPlSgv9IOO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgv9IOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSgv9IOO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSgv9IOO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSgv9IOO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .navbar {
    height: 70px;
  }
  .cid-uPlSgv9IOO .navbar.opened {
    height: auto;
  }
  .cid-uPlSgv9IOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSgv9IOO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSgv9IOO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgv9IOO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSgv9IOO .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSgv9IOO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSgv9IOO .navbar-nav {
  display: flex !important;
}
.cid-uPlSgv9IOO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSgv9IOO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSgv9IOO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSgv9IOO .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSgv9IOO .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSgv9IOO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSgv9IOO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSgv9IOO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSgv9IOO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSgv9IOO 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-uPlSgv9IOO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgv9IOO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSgv9IOO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSgv9IOO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSgv9IOO .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSgv9IOO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSgv9IOO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSgv9IOO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSgv9IOO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSgv9IOO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSgv9IOO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSgv9IOO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSgv9IOO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSgv9IOO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSgv9IOO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSgv9IOO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSgv9IOO ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSgv9IOO ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSgv9IOO ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSgv9IOO .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSgv9IOO .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSgv9IOO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSgv9IOO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSgv9IOO .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-uPlSgv9IOO .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-uPlSgv9IOO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSgv9IOO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSgv9IOO .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSgv9IOO .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSgv9IOO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSgv9IOO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSgvlq4d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSgvlq4d .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSgvrHit {
  display: flex;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uPlSgvrHit .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPlSgvrHit {
    align-items: flex-end;
  }
  .cid-uPlSgvrHit .row {
    justify-content: center;
  }
  .cid-uPlSgvrHit .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSgvrHit .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgvrHit {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSgvrHit .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSgvrHit .content-wrap {
    width: 100%;
  }
}
.cid-uPlSgvrHit .mbr-section-title,
.cid-uPlSgvrHit .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSgvrHit .mbr-text,
.cid-uPlSgvrHit .mbr-section-btn {
  text-align: center;
}
.cid-uPlSgvy4F6 {
  background-color: #102f62;
}
.cid-uPlSgvy4F6 .mbr-section-title {
  margin: 0;
}
.cid-uPlSgvy4F6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSgvy4F6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSgvy4F6 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSgvy4F6 .team-item {
  transition: all 0.2s;
}
.cid-uPlSgvy4F6 .team-item .item-image {
  position: relative !important;
}
.cid-uPlSgvy4F6 .team-item .item-image img {
  width: 100%;
}
.cid-uPlSgvy4F6 .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-uPlSgvy4F6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSgvy4F6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSgvy4F6 .team-item .item-caption {
  background: #878787;
}
.cid-uPlSgvy4F6 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSgvy4F6 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSgvy4F6 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSgvy4F6 .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSgvy4F6 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSgvy4F6 .team-item:hover {
    transform: none;
  }
  .cid-uPlSgvy4F6 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgvy4F6 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSgvy4F6 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSgvy4F6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSgvy4F6 .container-fluid {
  max-width: 1300px;
}
.cid-uPlSgvJ25F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSgvJ25F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSgvJ25F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSgvJ25F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSgvJ25F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSgvJ25F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSgvJ25F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgvJ25F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSgvJ25F .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-uPlSgvJ25F .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSgvJ25F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSgvJ25F .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSgvJ25F .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSgvJ25F .content-head {
  max-width: 800px;
}
.cid-uPlSgvUveW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSgvUveW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSgvUveW .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-uPlSgvUveW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSgvUveW .row {
  flex-direction: row-reverse;
}
.cid-uPlSgvUveW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSgvUveW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSgvUveW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSgvUveW .mbr-section-title {
  color: #000000;
}
.cid-uPlSgvUveW .mbr-text,
.cid-uPlSgvUveW .mbr-section-btn {
  color: #000000;
}
.cid-uPlSgw2n9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSgw2n9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSgw2n9M .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-uPlSgw2n9M .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgw2n9M .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSgw2n9M .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSgw2n9M .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSgw2n9M .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSgw2n9M .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-uPlSgw2n9M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSgw2n9M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSgw2n9M .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSgw2n9M .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgw2n9M .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSgw2n9M ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSgw2n9M .content-head {
  max-width: 800px;
}
.cid-uPlSgwbJ2j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSgwbJ2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSgwbJ2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSgwbJ2j .mbr-section-title {
  text-align: center;
}
.cid-uPlSgwbJ2j .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSgZnSta {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .dropdown-menu {
  padding: 0;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSgZnSta .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSgZnSta .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSgZnSta .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSgZnSta .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSgZnSta .nav-link {
  position: relative;
}
.cid-uPlSgZnSta .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSgZnSta .dropdown-menu,
.cid-uPlSgZnSta .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSgZnSta .nav-item:focus,
.cid-uPlSgZnSta .nav-link:focus {
  outline: none;
}
.cid-uPlSgZnSta .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSgZnSta .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSgZnSta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSgZnSta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSgZnSta .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSgZnSta .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSgZnSta .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSgZnSta .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSgZnSta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSgZnSta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSgZnSta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSgZnSta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSgZnSta .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSgZnSta .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-uPlSgZnSta .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSgZnSta .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSgZnSta .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSgZnSta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSgZnSta .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSgZnSta .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSgZnSta .navbar {
    min-height: 80px;
  }
}
.cid-uPlSgZnSta .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSgZnSta .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSgZnSta .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSgZnSta .dropdown-item.active,
.cid-uPlSgZnSta .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSgZnSta .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSgZnSta .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSgZnSta .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSgZnSta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSgZnSta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSgZnSta .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSgZnSta ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSgZnSta 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-uPlSgZnSta button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgZnSta button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSgZnSta nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSgZnSta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSgZnSta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSgZnSta nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSgZnSta .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSgZnSta a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .navbar {
    height: 70px;
  }
  .cid-uPlSgZnSta .navbar.opened {
    height: auto;
  }
  .cid-uPlSgZnSta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSgZnSta .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-uPlSgZnSta .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSgZnSta .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSgZnSta .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgZnSta .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSgZnSta .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSgZnSta .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSgZnSta .navbar-nav {
  display: flex !important;
}
.cid-uPlSgZnSta .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSgZnSta .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSgZnSta .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSgZnSta .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSgZnSta .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSgZnSta .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSgZnSta .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSgZnSta .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSgZnSta .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSgZnSta 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-uPlSgZnSta button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSgZnSta button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSgZnSta .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSgZnSta .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSgZnSta .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSgZnSta .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSgZnSta .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSgZnSta .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSgZnSta .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSgZnSta .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSgZnSta .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSgZnSta .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSgZnSta .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSgZnSta .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSgZnSta .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSgZnSta .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSgZnSta ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSgZnSta ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSgZnSta ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSgZnSta .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSgZnSta .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSgZnSta .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSgZnSta .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSgZnSta .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-uPlSgZnSta .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-uPlSgZnSta .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSgZnSta .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSgZnSta .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSgZnSta .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSgZnSta .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSgZnSta .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSgZyfKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSgZyfKO .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSgZEGXK {
  display: flex;
  background-image: url("../../../assets/images/bg-2000x1333.jpg");
}
.cid-uPlSgZEGXK .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSgZEGXK {
    align-items: flex-end;
  }
  .cid-uPlSgZEGXK .row {
    justify-content: center;
  }
  .cid-uPlSgZEGXK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSgZEGXK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgZEGXK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSgZEGXK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSgZEGXK .content-wrap {
    width: 100%;
  }
}
.cid-uPlSgZEGXK .mbr-section-title,
.cid-uPlSgZEGXK .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSgZEGXK .mbr-text,
.cid-uPlSgZEGXK .mbr-section-btn {
  text-align: center;
}
.cid-uPlSgZLP3z {
  background-color: #102f62;
}
.cid-uPlSgZLP3z .mbr-section-title {
  margin: 0;
}
.cid-uPlSgZLP3z .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSgZLP3z .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSgZLP3z .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSgZLP3z .team-item {
  transition: all 0.2s;
}
.cid-uPlSgZLP3z .team-item .item-image {
  position: relative !important;
}
.cid-uPlSgZLP3z .team-item .item-image img {
  width: 100%;
}
.cid-uPlSgZLP3z .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-uPlSgZLP3z .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSgZLP3z .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSgZLP3z .team-item .item-caption {
  background: #878787;
}
.cid-uPlSgZLP3z .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSgZLP3z .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSgZLP3z .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSgZLP3z .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSgZLP3z .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSgZLP3z .team-item:hover {
    transform: none;
  }
  .cid-uPlSgZLP3z .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgZLP3z {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSgZLP3z {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSgZLP3z .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSgZLP3z .container-fluid {
  max-width: 1300px;
}
.cid-uPlSgZU2th {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSgZU2th .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSgZU2th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSgZU2th .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSgZU2th .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSgZU2th .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSgZU2th .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSgZU2th .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSgZU2th .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-uPlSgZU2th .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSgZU2th .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSgZU2th .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSgZU2th .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSgZU2th .content-head {
  max-width: 800px;
}
.cid-uPlSgZU2th .card-text,
.cid-uPlSgZU2th .item .mbr-section-btn {
  text-align: center;
}
.cid-uPlSgZU2th .card-title,
.cid-uPlSgZU2th .iconfont-wrapper {
  text-align: center;
}
.cid-uPlSh05rSg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSh05rSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSh05rSg .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-uPlSh05rSg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSh05rSg .row {
  flex-direction: row-reverse;
}
.cid-uPlSh05rSg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSh05rSg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSh05rSg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSh05rSg .mbr-section-title {
  color: #000000;
}
.cid-uPlSh05rSg .mbr-text,
.cid-uPlSh05rSg .mbr-section-btn {
  color: #000000;
}
.cid-uPlSh0dpTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSh0dpTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSh0dpTS .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-uPlSh0dpTS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSh0dpTS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSh0dpTS .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSh0dpTS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSh0dpTS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSh0dpTS .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-uPlSh0dpTS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSh0dpTS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSh0dpTS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSh0dpTS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSh0dpTS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSh0dpTS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSh0dpTS .content-head {
  max-width: 800px;
}
.cid-uPlSh0m1KS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSh0m1KS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSh0m1KS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSh0m1KS .mbr-section-title {
  text-align: center;
}
.cid-uPlSh0m1KS .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlShwdepR {
  z-index: 1000;
  width: 100%;
}
.cid-uPlShwdepR .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-uPlShwdepR .dropdown-menu {
  padding: 0;
}
.cid-uPlShwdepR .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-uPlShwdepR .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlShwdepR .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlShwdepR .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlShwdepR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlShwdepR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlShwdepR .nav-link {
  position: relative;
}
.cid-uPlShwdepR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlShwdepR .dropdown-menu,
.cid-uPlShwdepR .navbar.opened {
  background: #212428 !important;
}
.cid-uPlShwdepR .nav-item:focus,
.cid-uPlShwdepR .nav-link:focus {
  outline: none;
}
.cid-uPlShwdepR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlShwdepR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlShwdepR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlShwdepR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlShwdepR .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlShwdepR .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlShwdepR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlShwdepR .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlShwdepR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlShwdepR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlShwdepR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlShwdepR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlShwdepR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlShwdepR .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-uPlShwdepR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlShwdepR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlShwdepR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlShwdepR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlShwdepR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlShwdepR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlShwdepR .navbar {
    min-height: 80px;
  }
}
.cid-uPlShwdepR .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlShwdepR .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-uPlShwdepR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlShwdepR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlShwdepR .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlShwdepR .dropdown-item.active,
.cid-uPlShwdepR .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlShwdepR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlShwdepR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlShwdepR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlShwdepR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlShwdepR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlShwdepR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlShwdepR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlShwdepR 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-uPlShwdepR button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlShwdepR button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlShwdepR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlShwdepR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlShwdepR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlShwdepR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlShwdepR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlShwdepR nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlShwdepR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlShwdepR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlShwdepR nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlShwdepR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlShwdepR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlShwdepR .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-uPlShwdepR .navbar {
    height: 70px;
  }
  .cid-uPlShwdepR .navbar.opened {
    height: auto;
  }
  .cid-uPlShwdepR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlShwdepR .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-uPlShwdepR .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlShwdepR .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlShwdepR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlShwdepR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlShwdepR .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlShwdepR .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlShwdepR .navbar-nav {
  display: flex !important;
}
.cid-uPlShwdepR .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlShwdepR .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlShwdepR .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlShwdepR .navbar-nav .nav-item .nav-link:hover,
.cid-uPlShwdepR .navbar-nav .nav-item .nav-link:focus,
.cid-uPlShwdepR .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlShwdepR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlShwdepR .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlShwdepR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlShwdepR 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-uPlShwdepR button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlShwdepR button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlShwdepR .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-uPlShwdepR .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlShwdepR .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlShwdepR .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlShwdepR .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlShwdepR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlShwdepR .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlShwdepR .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-uPlShwdepR .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlShwdepR .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlShwdepR .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlShwdepR .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlShwdepR .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlShwdepR .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlShwdepR .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlShwdepR .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlShwdepR .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlShwdepR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlShwdepR ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlShwdepR ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlShwdepR ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlShwdepR .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlShwdepR .social-container {
    padding-top: 40px;
  }
}
.cid-uPlShwdepR .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlShwdepR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlShwdepR .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-uPlShwdepR .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-uPlShwdepR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlShwdepR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlShwdepR .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlShwdepR .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlShwdepR .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlShwdepR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlShwoA3V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlShwoA3V .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlShwuZdE {
  display: flex;
  background-image: url("../../../assets/images/bg-2000x1654.jpg");
}
.cid-uPlShwuZdE .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlShwuZdE {
    align-items: flex-end;
  }
  .cid-uPlShwuZdE .row {
    justify-content: center;
  }
  .cid-uPlShwuZdE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlShwuZdE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlShwuZdE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlShwuZdE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlShwuZdE .content-wrap {
    width: 100%;
  }
}
.cid-uPlShwuZdE .mbr-section-title,
.cid-uPlShwuZdE .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlShwuZdE .mbr-text,
.cid-uPlShwuZdE .mbr-section-btn {
  text-align: center;
}
.cid-uPEI9jGt3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEI9jGt3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEI9jGt3M .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-uPEI9jGt3M .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEI9jGt3M .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEI9jGt3M .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEI9jGt3M .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEI9jGt3M .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEI9jGt3M .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-uPEI9jGt3M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEI9jGt3M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEI9jGt3M .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEI9jGt3M .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEI9jGt3M .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEI9jGt3M ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEI9jGt3M .content-head {
  max-width: 800px;
}
.cid-uPlShwBiCa {
  background-color: #102f62;
}
.cid-uPlShwBiCa .mbr-section-title {
  margin: 0;
}
.cid-uPlShwBiCa .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlShwBiCa .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlShwBiCa .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlShwBiCa .team-item {
  transition: all 0.2s;
}
.cid-uPlShwBiCa .team-item .item-image {
  position: relative !important;
}
.cid-uPlShwBiCa .team-item .item-image img {
  width: 100%;
}
.cid-uPlShwBiCa .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-uPlShwBiCa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlShwBiCa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlShwBiCa .team-item .item-caption {
  background: #878787;
}
.cid-uPlShwBiCa .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlShwBiCa .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlShwBiCa .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlShwBiCa .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlShwBiCa .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlShwBiCa .team-item:hover {
    transform: none;
  }
  .cid-uPlShwBiCa .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlShwBiCa {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlShwBiCa {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlShwBiCa .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlShwBiCa .container-fluid {
  max-width: 1300px;
}
.cid-uPlShwKtwF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlShwKtwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlShwKtwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlShwKtwF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlShwKtwF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlShwKtwF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlShwKtwF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlShwKtwF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlShwKtwF .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-uPlShwKtwF .mbr-section-title {
  color: #ffffff;
}
.cid-uPlShwKtwF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlShwKtwF .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlShwKtwF .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlShwKtwF .content-head {
  max-width: 800px;
}
.cid-uPlShwKtwF .card-text,
.cid-uPlShwKtwF .item .mbr-section-btn {
  text-align: center;
}
.cid-uPlShwKtwF .card-title,
.cid-uPlShwKtwF .iconfont-wrapper {
  text-align: center;
}
.cid-uPEI8eAgWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEI8eAgWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEI8eAgWY .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-uPEI8eAgWY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEI8eAgWY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEI8eAgWY .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEI8eAgWY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEI8eAgWY .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEI8eAgWY .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-uPEI8eAgWY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEI8eAgWY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEI8eAgWY .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEI8eAgWY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEI8eAgWY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEI8eAgWY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEI8eAgWY .content-head {
  max-width: 800px;
}
.cid-uPlShwVE6D {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlShwVE6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlShwVE6D .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-uPlShwVE6D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlShwVE6D .row {
  flex-direction: row-reverse;
}
.cid-uPlShwVE6D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlShwVE6D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlShwVE6D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlShwVE6D .mbr-section-title {
  color: #000000;
}
.cid-uPlShwVE6D .mbr-text,
.cid-uPlShwVE6D .mbr-section-btn {
  color: #000000;
}
.cid-uPlShx3pJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlShx3pJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlShx3pJu .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-uPlShx3pJu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlShx3pJu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlShx3pJu .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlShx3pJu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlShx3pJu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlShx3pJu .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-uPlShx3pJu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlShx3pJu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlShx3pJu .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlShx3pJu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlShx3pJu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlShx3pJu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlShx3pJu .content-head {
  max-width: 800px;
}
.cid-uPlShxcKup {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlShxcKup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlShxcKup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlShxcKup .mbr-section-title {
  text-align: center;
}
.cid-uPlShxcKup .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSi3JDS3 {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .dropdown-menu {
  padding: 0;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSi3JDS3 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSi3JDS3 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSi3JDS3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSi3JDS3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSi3JDS3 .nav-link {
  position: relative;
}
.cid-uPlSi3JDS3 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSi3JDS3 .dropdown-menu,
.cid-uPlSi3JDS3 .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSi3JDS3 .nav-item:focus,
.cid-uPlSi3JDS3 .nav-link:focus {
  outline: none;
}
.cid-uPlSi3JDS3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSi3JDS3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSi3JDS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSi3JDS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSi3JDS3 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSi3JDS3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSi3JDS3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSi3JDS3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSi3JDS3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSi3JDS3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSi3JDS3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSi3JDS3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSi3JDS3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSi3JDS3 .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-uPlSi3JDS3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSi3JDS3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSi3JDS3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSi3JDS3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSi3JDS3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSi3JDS3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSi3JDS3 .navbar {
    min-height: 80px;
  }
}
.cid-uPlSi3JDS3 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSi3JDS3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSi3JDS3 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSi3JDS3 .dropdown-item.active,
.cid-uPlSi3JDS3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSi3JDS3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSi3JDS3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSi3JDS3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSi3JDS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSi3JDS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSi3JDS3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSi3JDS3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSi3JDS3 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-uPlSi3JDS3 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSi3JDS3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSi3JDS3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSi3JDS3 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSi3JDS3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .navbar {
    height: 70px;
  }
  .cid-uPlSi3JDS3 .navbar.opened {
    height: auto;
  }
  .cid-uPlSi3JDS3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSi3JDS3 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSi3JDS3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi3JDS3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSi3JDS3 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSi3JDS3 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSi3JDS3 .navbar-nav {
  display: flex !important;
}
.cid-uPlSi3JDS3 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSi3JDS3 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSi3JDS3 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSi3JDS3 .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSi3JDS3 .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSi3JDS3 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSi3JDS3 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSi3JDS3 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSi3JDS3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSi3JDS3 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-uPlSi3JDS3 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSi3JDS3 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSi3JDS3 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSi3JDS3 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSi3JDS3 .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSi3JDS3 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSi3JDS3 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSi3JDS3 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSi3JDS3 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSi3JDS3 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSi3JDS3 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSi3JDS3 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSi3JDS3 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSi3JDS3 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSi3JDS3 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSi3JDS3 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSi3JDS3 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSi3JDS3 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSi3JDS3 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSi3JDS3 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSi3JDS3 .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSi3JDS3 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSi3JDS3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSi3JDS3 .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-uPlSi3JDS3 .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-uPlSi3JDS3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSi3JDS3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSi3JDS3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSi3JDS3 .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSi3JDS3 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSi3JDS3 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSi3UAoV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSi3UAoV .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSi401Qu {
  display: flex;
  background-image: url("../../../assets/images/closeup-silver-ballpoint-modern-pen-insurance-contract-with-planning-background-2000x1333.jpg");
}
.cid-uPlSi401Qu .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSi401Qu {
    align-items: flex-end;
  }
  .cid-uPlSi401Qu .row {
    justify-content: center;
  }
  .cid-uPlSi401Qu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSi401Qu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi401Qu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSi401Qu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSi401Qu .content-wrap {
    width: 100%;
  }
}
.cid-uPlSi401Qu .mbr-section-title,
.cid-uPlSi401Qu .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSi401Qu .mbr-text,
.cid-uPlSi401Qu .mbr-section-btn {
  text-align: center;
}
.cid-uPz4nqK9Y9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPz4nqK9Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz4nqK9Y9 .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-uPz4nqK9Y9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz4nqK9Y9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPz4nqK9Y9 .google-map {
  height: 100%;
  position: relative;
}
.cid-uPz4nqK9Y9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPz4nqK9Y9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPz4nqK9Y9 .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-uPz4nqK9Y9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPz4nqK9Y9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPz4nqK9Y9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPz4nqK9Y9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz4nqK9Y9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPz4nqK9Y9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPz4nqK9Y9 .content-head {
  max-width: 800px;
}
.cid-uPlSi46kPm {
  background-color: #102f62;
}
.cid-uPlSi46kPm .mbr-section-title {
  margin: 0;
}
.cid-uPlSi46kPm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSi46kPm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSi46kPm .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSi46kPm .team-item {
  transition: all 0.2s;
}
.cid-uPlSi46kPm .team-item .item-image {
  position: relative !important;
}
.cid-uPlSi46kPm .team-item .item-image img {
  width: 100%;
}
.cid-uPlSi46kPm .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-uPlSi46kPm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSi46kPm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSi46kPm .team-item .item-caption {
  background: #878787;
}
.cid-uPlSi46kPm .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSi46kPm .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSi46kPm .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSi46kPm .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSi46kPm .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSi46kPm .team-item:hover {
    transform: none;
  }
  .cid-uPlSi46kPm .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi46kPm {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSi46kPm {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSi46kPm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSi46kPm .container-fluid {
  max-width: 1300px;
}
.cid-uPlSi4fc6y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSi4fc6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSi4fc6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSi4fc6y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSi4fc6y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSi4fc6y .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSi4fc6y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi4fc6y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSi4fc6y .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-uPlSi4fc6y .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSi4fc6y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSi4fc6y .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSi4fc6y .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSi4fc6y .content-head {
  max-width: 800px;
}
.cid-uPlSi4fc6y .card-title,
.cid-uPlSi4fc6y .iconfont-wrapper {
  text-align: center;
}
.cid-uPlSi4fc6y .card-text,
.cid-uPlSi4fc6y .item .mbr-section-btn {
  text-align: center;
}
.cid-uPz4mdfU8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPz4mdfU8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPz4mdfU8F .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-uPz4mdfU8F .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz4mdfU8F .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPz4mdfU8F .google-map {
  height: 100%;
  position: relative;
}
.cid-uPz4mdfU8F .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPz4mdfU8F .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPz4mdfU8F .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-uPz4mdfU8F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPz4mdfU8F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPz4mdfU8F .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPz4mdfU8F .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPz4mdfU8F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPz4mdfU8F ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPz4mdfU8F .content-head {
  max-width: 800px;
}
.cid-uPlSi4rHHe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSi4rHHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSi4rHHe .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-uPlSi4rHHe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSi4rHHe .row {
  flex-direction: row-reverse;
}
.cid-uPlSi4rHHe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSi4rHHe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSi4rHHe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSi4rHHe .mbr-section-title {
  color: #000000;
}
.cid-uPlSi4rHHe .mbr-text,
.cid-uPlSi4rHHe .mbr-section-btn {
  color: #000000;
}
.cid-uPlSi4zTKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSi4zTKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSi4zTKS .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-uPlSi4zTKS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi4zTKS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSi4zTKS .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSi4zTKS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSi4zTKS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSi4zTKS .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-uPlSi4zTKS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSi4zTKS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSi4zTKS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSi4zTKS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSi4zTKS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSi4zTKS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSi4zTKS .content-head {
  max-width: 800px;
}
.cid-uPlSi4I6oO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSi4I6oO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSi4I6oO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSi4I6oO .mbr-section-title {
  text-align: center;
}
.cid-uPlSi4I6oO .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSiCVWjW {
  z-index: 1000;
  width: 100%;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .dropdown-menu {
  padding: 0;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPlSiCVWjW .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPlSiCVWjW .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPlSiCVWjW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPlSiCVWjW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPlSiCVWjW .nav-link {
  position: relative;
}
.cid-uPlSiCVWjW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPlSiCVWjW .dropdown-menu,
.cid-uPlSiCVWjW .navbar.opened {
  background: #212428 !important;
}
.cid-uPlSiCVWjW .nav-item:focus,
.cid-uPlSiCVWjW .nav-link:focus {
  outline: none;
}
.cid-uPlSiCVWjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPlSiCVWjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPlSiCVWjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPlSiCVWjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPlSiCVWjW .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPlSiCVWjW .navbar.opened {
  transition: all 0.3s;
}
.cid-uPlSiCVWjW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPlSiCVWjW .navbar .navbar-logo img {
  width: auto;
}
.cid-uPlSiCVWjW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPlSiCVWjW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPlSiCVWjW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPlSiCVWjW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPlSiCVWjW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPlSiCVWjW .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-uPlSiCVWjW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPlSiCVWjW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPlSiCVWjW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPlSiCVWjW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPlSiCVWjW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPlSiCVWjW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPlSiCVWjW .navbar {
    min-height: 80px;
  }
}
.cid-uPlSiCVWjW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPlSiCVWjW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPlSiCVWjW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPlSiCVWjW .dropdown-item.active,
.cid-uPlSiCVWjW .dropdown-item:active {
  background-color: transparent;
}
.cid-uPlSiCVWjW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPlSiCVWjW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPlSiCVWjW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPlSiCVWjW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPlSiCVWjW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPlSiCVWjW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPlSiCVWjW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPlSiCVWjW 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-uPlSiCVWjW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSiCVWjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSiCVWjW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSiCVWjW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPlSiCVWjW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .navbar {
    height: 70px;
  }
  .cid-uPlSiCVWjW .navbar.opened {
    height: auto;
  }
  .cid-uPlSiCVWjW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .navbar-short {
    min-height: 70px;
  }
}
.cid-uPlSiCVWjW .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPlSiCVWjW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiCVWjW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPlSiCVWjW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPlSiCVWjW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPlSiCVWjW .navbar-nav {
  display: flex !important;
}
.cid-uPlSiCVWjW .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPlSiCVWjW .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPlSiCVWjW .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSiCVWjW .navbar-nav .nav-item .nav-link:hover,
.cid-uPlSiCVWjW .navbar-nav .nav-item .nav-link:focus,
.cid-uPlSiCVWjW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPlSiCVWjW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPlSiCVWjW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPlSiCVWjW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPlSiCVWjW 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-uPlSiCVWjW button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPlSiCVWjW button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPlSiCVWjW .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPlSiCVWjW .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPlSiCVWjW .offcanvas.show {
  transform: translateX(0);
}
.cid-uPlSiCVWjW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPlSiCVWjW .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPlSiCVWjW .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPlSiCVWjW .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPlSiCVWjW .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPlSiCVWjW .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPlSiCVWjW .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPlSiCVWjW .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPlSiCVWjW .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPlSiCVWjW .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPlSiCVWjW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPlSiCVWjW ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPlSiCVWjW ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPlSiCVWjW ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPlSiCVWjW .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPlSiCVWjW .social-container {
    padding-top: 40px;
  }
}
.cid-uPlSiCVWjW .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPlSiCVWjW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPlSiCVWjW .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-uPlSiCVWjW .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-uPlSiCVWjW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPlSiCVWjW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPlSiCVWjW .soc-item:hover:before {
  opacity: 1;
}
.cid-uPlSiCVWjW .offcanvas_btn {
  margin-top: auto;
}
.cid-uPlSiCVWjW .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPlSiCVWjW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPlSiD6OPx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPlSiD6OPx .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPlSiDcfbg {
  display: flex;
  background-image: url("../../../assets/images/bg-1650x986.jpg");
}
.cid-uPlSiDcfbg .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPlSiDcfbg {
    align-items: flex-end;
  }
  .cid-uPlSiDcfbg .row {
    justify-content: center;
  }
  .cid-uPlSiDcfbg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPlSiDcfbg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiDcfbg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPlSiDcfbg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPlSiDcfbg .content-wrap {
    width: 100%;
  }
}
.cid-uPlSiDcfbg .mbr-section-title,
.cid-uPlSiDcfbg .mbr-section-subtitle {
  text-align: center;
}
.cid-uPlSiDcfbg .mbr-text,
.cid-uPlSiDcfbg .mbr-section-btn {
  text-align: center;
}
.cid-uPEJ3QKXsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEJ3QKXsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEJ3QKXsi .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-uPEJ3QKXsi .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEJ3QKXsi .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEJ3QKXsi .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEJ3QKXsi .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEJ3QKXsi .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEJ3QKXsi .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-uPEJ3QKXsi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEJ3QKXsi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEJ3QKXsi .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEJ3QKXsi .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEJ3QKXsi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEJ3QKXsi ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEJ3QKXsi .content-head {
  max-width: 800px;
}
.cid-uPlSiDk6IU {
  background-color: #102f62;
}
.cid-uPlSiDk6IU .mbr-section-title {
  margin: 0;
}
.cid-uPlSiDk6IU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPlSiDk6IU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPlSiDk6IU .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPlSiDk6IU .team-item {
  transition: all 0.2s;
}
.cid-uPlSiDk6IU .team-item .item-image {
  position: relative !important;
}
.cid-uPlSiDk6IU .team-item .item-image img {
  width: 100%;
}
.cid-uPlSiDk6IU .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-uPlSiDk6IU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPlSiDk6IU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPlSiDk6IU .team-item .item-caption {
  background: #878787;
}
.cid-uPlSiDk6IU .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPlSiDk6IU .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPlSiDk6IU .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPlSiDk6IU .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPlSiDk6IU .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPlSiDk6IU .team-item:hover {
    transform: none;
  }
  .cid-uPlSiDk6IU .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiDk6IU {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPlSiDk6IU {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPlSiDk6IU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPlSiDk6IU .container-fluid {
  max-width: 1300px;
}
.cid-uPlSiDtEiu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPlSiDtEiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSiDtEiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSiDtEiu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPlSiDtEiu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPlSiDtEiu .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSiDtEiu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiDtEiu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPlSiDtEiu .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-uPlSiDtEiu .mbr-section-title {
  color: #ffffff;
}
.cid-uPlSiDtEiu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPlSiDtEiu .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPlSiDtEiu .card-box .item-footer {
  margin-top: auto;
}
.cid-uPlSiDtEiu .content-head {
  max-width: 800px;
}
.cid-uPlSiDtEiu .card-text,
.cid-uPlSiDtEiu .item .mbr-section-btn {
  text-align: center;
}
.cid-uPlSiDtEiu .card-title,
.cid-uPlSiDtEiu .iconfont-wrapper {
  text-align: center;
}
.cid-uPEJ2Lq5zz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEJ2Lq5zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEJ2Lq5zz .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-uPEJ2Lq5zz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEJ2Lq5zz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEJ2Lq5zz .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEJ2Lq5zz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEJ2Lq5zz .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEJ2Lq5zz .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-uPEJ2Lq5zz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEJ2Lq5zz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEJ2Lq5zz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEJ2Lq5zz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEJ2Lq5zz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEJ2Lq5zz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEJ2Lq5zz .content-head {
  max-width: 800px;
}
.cid-uPlSiDFjtx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPlSiDFjtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSiDFjtx .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-uPlSiDFjtx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPlSiDFjtx .row {
  flex-direction: row-reverse;
}
.cid-uPlSiDFjtx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPlSiDFjtx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPlSiDFjtx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPlSiDFjtx .mbr-section-title {
  color: #000000;
}
.cid-uPlSiDFjtx .mbr-text,
.cid-uPlSiDFjtx .mbr-section-btn {
  color: #000000;
}
.cid-uPlSiDMlSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPlSiDMlSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSiDMlSI .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-uPlSiDMlSI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiDMlSI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPlSiDMlSI .google-map {
  height: 100%;
  position: relative;
}
.cid-uPlSiDMlSI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPlSiDMlSI .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPlSiDMlSI .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-uPlSiDMlSI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPlSiDMlSI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPlSiDMlSI .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPlSiDMlSI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPlSiDMlSI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPlSiDMlSI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPlSiDMlSI .content-head {
  max-width: 800px;
}
.cid-uPlSiDW21R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPlSiDW21R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlSiDW21R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPlSiDW21R .mbr-section-title {
  text-align: center;
}
.cid-uPlSiDW21R .mbr-section-subtitle {
  text-align: center;
}
.cid-uPELZ8LrJa {
  z-index: 1000;
  width: 100%;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .dropdown-menu {
  padding: 0;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .dropdown-item {
    text-align: left !important;
  }
}
.cid-uPELZ8LrJa .dropdown-item:hover {
  background-position: right !important;
}
.cid-uPELZ8LrJa .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uPELZ8LrJa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPELZ8LrJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPELZ8LrJa .nav-link {
  position: relative;
}
.cid-uPELZ8LrJa .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uPELZ8LrJa .dropdown-menu,
.cid-uPELZ8LrJa .navbar.opened {
  background: #212428 !important;
}
.cid-uPELZ8LrJa .nav-item:focus,
.cid-uPELZ8LrJa .nav-link:focus {
  outline: none;
}
.cid-uPELZ8LrJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPELZ8LrJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPELZ8LrJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPELZ8LrJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPELZ8LrJa .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uPELZ8LrJa .navbar.opened {
  transition: all 0.3s;
}
.cid-uPELZ8LrJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPELZ8LrJa .navbar .navbar-logo img {
  width: auto;
}
.cid-uPELZ8LrJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPELZ8LrJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPELZ8LrJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPELZ8LrJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPELZ8LrJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPELZ8LrJa .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-uPELZ8LrJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPELZ8LrJa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPELZ8LrJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPELZ8LrJa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPELZ8LrJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPELZ8LrJa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uPELZ8LrJa .navbar {
    min-height: 80px;
  }
}
.cid-uPELZ8LrJa .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPELZ8LrJa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uPELZ8LrJa .navbar-brand {
    min-height: 69px;
  }
}
.cid-uPELZ8LrJa .dropdown-item.active,
.cid-uPELZ8LrJa .dropdown-item:active {
  background-color: transparent;
}
.cid-uPELZ8LrJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPELZ8LrJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPELZ8LrJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPELZ8LrJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uPELZ8LrJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPELZ8LrJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPELZ8LrJa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPELZ8LrJa 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-uPELZ8LrJa button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPELZ8LrJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPELZ8LrJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPELZ8LrJa nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uPELZ8LrJa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .navbar {
    height: 70px;
  }
  .cid-uPELZ8LrJa .navbar.opened {
    height: auto;
  }
  .cid-uPELZ8LrJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .navbar-short {
    min-height: 70px;
  }
}
.cid-uPELZ8LrJa .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uPELZ8LrJa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ8LrJa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uPELZ8LrJa .container-fluid {
    padding: 0 3px;
  }
}
.cid-uPELZ8LrJa .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPELZ8LrJa .navbar-nav {
  display: flex !important;
}
.cid-uPELZ8LrJa .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uPELZ8LrJa .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uPELZ8LrJa .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPELZ8LrJa .navbar-nav .nav-item .nav-link:hover,
.cid-uPELZ8LrJa .navbar-nav .nav-item .nav-link:focus,
.cid-uPELZ8LrJa .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uPELZ8LrJa .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uPELZ8LrJa .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uPELZ8LrJa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPELZ8LrJa 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-uPELZ8LrJa button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uPELZ8LrJa button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #edefeb;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPELZ8LrJa .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uPELZ8LrJa .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uPELZ8LrJa .offcanvas.show {
  transform: translateX(0);
}
.cid-uPELZ8LrJa .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uPELZ8LrJa .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uPELZ8LrJa .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uPELZ8LrJa .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPELZ8LrJa .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uPELZ8LrJa .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uPELZ8LrJa .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uPELZ8LrJa .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uPELZ8LrJa .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uPELZ8LrJa .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uPELZ8LrJa .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uPELZ8LrJa ::-webkit-scrollbar {
  width: 1em;
}
.cid-uPELZ8LrJa ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uPELZ8LrJa ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uPELZ8LrJa .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uPELZ8LrJa .social-container {
    padding-top: 40px;
  }
}
.cid-uPELZ8LrJa .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uPELZ8LrJa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uPELZ8LrJa .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-uPELZ8LrJa .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-uPELZ8LrJa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uPELZ8LrJa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uPELZ8LrJa .soc-item:hover:before {
  opacity: 1;
}
.cid-uPELZ8LrJa .offcanvas_btn {
  margin-top: auto;
}
.cid-uPELZ8LrJa .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uPELZ8LrJa .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uPELZ8X2Ap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPELZ8X2Ap .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uPELZ92J9W {
  display: flex;
  background-image: url("../../../assets/images/campground-1440x1078.jpg");
}
.cid-uPELZ92J9W .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uPELZ92J9W {
    align-items: flex-end;
  }
  .cid-uPELZ92J9W .row {
    justify-content: center;
  }
  .cid-uPELZ92J9W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPELZ92J9W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ92J9W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPELZ92J9W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPELZ92J9W .content-wrap {
    width: 100%;
  }
}
.cid-uPELZ92J9W .mbr-section-title,
.cid-uPELZ92J9W .mbr-section-subtitle {
  text-align: center;
}
.cid-uPELZ92J9W .mbr-text,
.cid-uPELZ92J9W .mbr-section-btn {
  text-align: center;
}
.cid-uPEMWWsLkO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEMWWsLkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEMWWsLkO .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-uPEMWWsLkO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEMWWsLkO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEMWWsLkO .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEMWWsLkO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEMWWsLkO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEMWWsLkO .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-uPEMWWsLkO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEMWWsLkO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEMWWsLkO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEMWWsLkO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEMWWsLkO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEMWWsLkO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEMWWsLkO .content-head {
  max-width: 800px;
}
.cid-uPELZ991yf {
  background-color: #102f62;
}
.cid-uPELZ991yf .mbr-section-title {
  margin: 0;
}
.cid-uPELZ991yf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uPELZ991yf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uPELZ991yf .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uPELZ991yf .team-item {
  transition: all 0.2s;
}
.cid-uPELZ991yf .team-item .item-image {
  position: relative !important;
}
.cid-uPELZ991yf .team-item .item-image img {
  width: 100%;
}
.cid-uPELZ991yf .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-uPELZ991yf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPELZ991yf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPELZ991yf .team-item .item-caption {
  background: #878787;
}
.cid-uPELZ991yf .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uPELZ991yf .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
}
.cid-uPELZ991yf .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
.cid-uPELZ991yf .team-item .item-caption {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cid-uPELZ991yf .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uPELZ991yf .team-item:hover {
    transform: none;
  }
  .cid-uPELZ991yf .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ991yf {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uPELZ991yf {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-uPELZ991yf .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uPELZ991yf .container-fluid {
  max-width: 1300px;
}
.cid-uPELZ9hBED {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uPELZ9hBED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELZ9hBED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELZ9hBED .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPELZ9hBED .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPELZ9hBED .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPELZ9hBED .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ9hBED .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uPELZ9hBED .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-uPELZ9hBED .mbr-section-title {
  color: #ffffff;
}
.cid-uPELZ9hBED .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPELZ9hBED .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPELZ9hBED .card-box .item-footer {
  margin-top: auto;
}
.cid-uPELZ9hBED .content-head {
  max-width: 800px;
}
.cid-uPEMVYdOaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPEMVYdOaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEMVYdOaG .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-uPEMVYdOaG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEMVYdOaG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPEMVYdOaG .google-map {
  height: 100%;
  position: relative;
}
.cid-uPEMVYdOaG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPEMVYdOaG .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPEMVYdOaG .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-uPEMVYdOaG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPEMVYdOaG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPEMVYdOaG .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPEMVYdOaG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPEMVYdOaG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPEMVYdOaG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPEMVYdOaG .content-head {
  max-width: 800px;
}
.cid-uPELZ9sAFH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPELZ9sAFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELZ9sAFH .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-uPELZ9sAFH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPELZ9sAFH .row {
  flex-direction: row-reverse;
}
.cid-uPELZ9sAFH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPELZ9sAFH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPELZ9sAFH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPELZ9sAFH .mbr-section-title {
  color: #000000;
}
.cid-uPELZ9sAFH .mbr-text,
.cid-uPELZ9sAFH .mbr-section-btn {
  color: #000000;
}
.cid-uPELZ9Bn8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uPELZ9Bn8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELZ9Bn8J .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-uPELZ9Bn8J .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ9Bn8J .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPELZ9Bn8J .google-map {
  height: 100%;
  position: relative;
}
.cid-uPELZ9Bn8J .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPELZ9Bn8J .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPELZ9Bn8J .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-uPELZ9Bn8J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPELZ9Bn8J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPELZ9Bn8J .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPELZ9Bn8J .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPELZ9Bn8J .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPELZ9Bn8J ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPELZ9Bn8J .content-head {
  max-width: 800px;
}
.cid-uPELZ9MIjd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPELZ9MIjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPELZ9MIjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPELZ9MIjd .mbr-section-title {
  text-align: center;
}
.cid-uPELZ9MIjd .mbr-section-subtitle {
  text-align: center;
}
