.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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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))));
  }
}
/* 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: #60b52a !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: #60b52a !important;
  border-color: #60b52a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #79d33f !important;
  border-color: #79d33f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #79d33f !important;
  border-color: #79d33f !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: #60b52a;
  color: #60b52a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3b6f1a !important;
  background-color: transparent !important;
  border-color: #3b6f1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #60b52a !important;
  border-color: #60b52a !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: #60b52a !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: #346217 !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: #60b52a;
}
.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: #60b52a;
  border-color: #60b52a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #60b52a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4e17e;
}
.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: 'Jost', 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: #60b52a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #60b52a;
}
/* 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: #60b52a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #60b52a;
}
.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: #60b52a;
  border-bottom-color: #60b52a;
}
.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: #60b52a !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='%2360b52a' %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;
}
.cid-tV0Up4a6HC {
  z-index: 1000;
  width: 100%;
}
.cid-tV0Up4a6HC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tV0Up4a6HC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tV0Up4a6HC .navbar-nav {
    max-width: 45%;
  }
}
.cid-tV0Up4a6HC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tV0Up4a6HC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tV0Up4a6HC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tV0Up4a6HC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tV0Up4a6HC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tV0Up4a6HC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tV0Up4a6HC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tV0Up4a6HC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tV0Up4a6HC .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tV0Up4a6HC .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tV0Up4a6HC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV0Up4a6HC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tV0Up4a6HC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV0Up4a6HC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV0Up4a6HC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tV0Up4a6HC .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tV0Up4a6HC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tV0Up4a6HC .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tV0Up4a6HC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tV0Up4a6HC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV0Up4a6HC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tV0Up4a6HC .nav-item:focus,
.cid-tV0Up4a6HC .nav-link:focus {
  outline: none;
}
.cid-tV0Up4a6HC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV0Up4a6HC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV0Up4a6HC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV0Up4a6HC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV0Up4a6HC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV0Up4a6HC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV0Up4a6HC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tV0Up4a6HC .navbar.opened {
  transition: all 0.3s;
}
.cid-tV0Up4a6HC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV0Up4a6HC .navbar .navbar-logo img {
  width: auto;
}
.cid-tV0Up4a6HC .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tV0Up4a6HC .navbar.collapsed {
  justify-content: center;
}
.cid-tV0Up4a6HC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV0Up4a6HC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV0Up4a6HC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tV0Up4a6HC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV0Up4a6HC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV0Up4a6HC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tV0Up4a6HC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV0Up4a6HC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV0Up4a6HC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tV0Up4a6HC .navbar {
    min-height: 72px;
  }
  .cid-tV0Up4a6HC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tV0Up4a6HC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV0Up4a6HC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV0Up4a6HC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV0Up4a6HC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV0Up4a6HC .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-tV0Up4a6HC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV0Up4a6HC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tV0Up4a6HC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV0Up4a6HC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tV0Up4a6HC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tV0Up4a6HC .dropdown-item.active,
.cid-tV0Up4a6HC .dropdown-item:active {
  background-color: transparent;
}
.cid-tV0Up4a6HC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV0Up4a6HC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV0Up4a6HC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV0Up4a6HC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV0Up4a6HC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tV0Up4a6HC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tV0Up4a6HC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV0Up4a6HC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tV0Up4a6HC .navbar-buttons {
    text-align: left;
  }
}
.cid-tV0Up4a6HC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV0Up4a6HC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV0Up4a6HC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV0Up4a6HC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV0Up4a6HC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV0Up4a6HC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV0Up4a6HC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV0Up4a6HC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV0Up4a6HC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV0Up4a6HC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV0Up4a6HC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tV0Up4a6HC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV0Up4a6HC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tV0Up4a6HC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV0Up4a6HC .navbar {
    height: 70px;
  }
  .cid-tV0Up4a6HC .navbar.opened {
    height: auto;
  }
  .cid-tV0Up4a6HC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tV0Up4a6HC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tV0Up4a6HC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tV0Up4a6HC .navbar-brand {
    margin-right: auto;
  }
  .cid-tV0Up4a6HC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tV0Up4a6HC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tV0Up4a6HC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tV0Up4a6HC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tV0Up4a6HC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tV0Up4a6HC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tV0WfzO1w3 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tV0WfzO1w3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tV0WfzO1w3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tV0WfzO1w3 {
    align-items: center;
  }
  .cid-tV0WfzO1w3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tV0WfzO1w3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tV0WfzO1w3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tV0WfzO1w3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tV0WfzO1w3 .content-wrap {
    width: 100%;
  }
}
.cid-tV0WfzO1w3 .mbr-section-title {
  text-align: center;
}
.cid-tV0WfzO1w3 .mbr-text,
.cid-tV0WfzO1w3 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tV0VDVaCvt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tV0VDVaCvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV0VDVaCvt .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-tV0VDVaCvt .container-fluid {
    padding: 0;
  }
}
.cid-tV0VDVaCvt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tV0VDVaCvt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tV0VDVaCvt .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tV0VDVaCvt .embla__button--next,
.cid-tV0VDVaCvt .embla__button--prev {
  display: flex;
}
.cid-tV0VDVaCvt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tV0VDVaCvt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tV0VDVaCvt .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-tV0VDVaCvt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV0VDVaCvt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tV0VDVaCvt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tV0VDVaCvt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tV0VDVaCvt .embla {
  position: relative;
  width: 100%;
}
.cid-tV0VDVaCvt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tV0VDVaCvt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV0VDVaCvt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV0VDVaCvt .embla__slide a {
  cursor: grab;
}
.cid-tV0VDVaCvt .embla__slide a:active {
  cursor: grabbing;
}
.cid-tV0VDVaCvt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV0VDVaCvt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tV0VDVaCvt .mbr-section-title {
  color: #ffa600;
}
.cid-tV0VDVaCvt .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tV0VDVaCvt .mbr-box {
  color: #ffffff;
}
.cid-tV0VDVaCvt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tV0VDVaCvt img,
.cid-tV0VDVaCvt .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tV0VDVaCvt .item-wrapper {
  position: relative;
}
.cid-tV0VDVaCvt .content-head {
  max-width: 800px;
}
.cid-tV13dMWAYg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tV13dMWAYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV13dMWAYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV13dMWAYg .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tV13dMWAYg .team-card:hover {
  transform: translateY(-10px);
}
.cid-tV13dMWAYg .content-head {
  max-width: 800px;
}
.cid-tV13dMWAYg .card1 {
  background: #ffd7ef;
}
.cid-tV13dMWAYg .card2 {
  background: #260a30;
}
.cid-tV13dMWAYg .card3 {
  background: #a0e2e1;
}
.cid-tV13dMWAYg .card4 {
  background: #2e481a;
}
.cid-tV13dMWAYg .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tV13dMWAYg .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tV13dMWAYg .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tV13dMWAYg .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tV13dMWAYg .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tV13dMWAYg .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tV13dMWAYg .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tV13dMWAYg .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tV13dMWAYg .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tV13dMWAYg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tV13dMWAYg .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tV13dMWAYg .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tV13dMWAYg .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tV13dMWAYg .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tV13dMWAYg .card-text3,
.cid-tV13dMWAYg .mbr-section-btn {
  color: #232323;
}
.cid-tV13dMWAYg .card-text2,
.cid-tV13dMWAYg .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tV13dMWAYg .card-text1,
.cid-tV13dMWAYg .mbr-section-btn {
  color: #502274;
}
.cid-tV13dMWAYg .card-title2,
.cid-tV13dMWAYg .social-row {
  color: #ffd7ef;
}
.cid-tV13dMWAYg .mbr-role3,
.cid-tV13dMWAYg .social-row {
  color: #ffffff;
}
.cid-tV13dMWAYg .card-title3,
.cid-tV13dMWAYg .social-row {
  color: #232323;
}
.cid-tV13dMWAYg .card-title4,
.cid-tV13dMWAYg .social-row {
  color: #ffffff;
}
.cid-tV13dMWAYg .mbr-role3 {
  color: #232323;
}
.cid-tV13dMWAYg .mbr-role2 {
  color: #ffd7ef;
}
.cid-tV13dMWAYg .mbr-role4 {
  color: #ffffff;
}
.cid-tV13dMWAYg .card-text4,
.cid-tV13dMWAYg .mbr-section-btn {
  color: #ffffff;
}
.cid-tV17QmWs2a {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tV17QmWs2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV17QmWs2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV17QmWs2a .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tV17QmWs2a .team-card:hover {
  transform: translateY(-10px);
}
.cid-tV17QmWs2a .content-head {
  max-width: 800px;
}
.cid-tV17QmWs2a .card1 {
  background: #ffd7ef;
}
.cid-tV17QmWs2a .card2 {
  background: #260a30;
}
.cid-tV17QmWs2a .card3 {
  background: #a0e2e1;
}
.cid-tV17QmWs2a .card4 {
  background: #2e481a;
}
.cid-tV17QmWs2a .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tV17QmWs2a .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tV17QmWs2a .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tV17QmWs2a .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tV17QmWs2a .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tV17QmWs2a .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tV17QmWs2a .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tV17QmWs2a .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tV17QmWs2a .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tV17QmWs2a .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tV17QmWs2a .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tV17QmWs2a .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tV17QmWs2a .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tV17QmWs2a .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tV17QmWs2a .card-text3,
.cid-tV17QmWs2a .mbr-section-btn {
  color: #232323;
}
.cid-tV17QmWs2a .card-text2,
.cid-tV17QmWs2a .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tV17QmWs2a .card-text1,
.cid-tV17QmWs2a .mbr-section-btn {
  color: #502274;
}
.cid-tV17QmWs2a .card-title2,
.cid-tV17QmWs2a .social-row {
  color: #ffd7ef;
}
.cid-tV17QmWs2a .mbr-role3,
.cid-tV17QmWs2a .social-row {
  color: #ffffff;
}
.cid-tV17QmWs2a .card-title3,
.cid-tV17QmWs2a .social-row {
  color: #232323;
}
.cid-tV17QmWs2a .card-title4,
.cid-tV17QmWs2a .social-row {
  color: #ffffff;
}
.cid-tV17QmWs2a .mbr-role3 {
  color: #232323;
}
.cid-tV17QmWs2a .mbr-role2 {
  color: #ffd7ef;
}
.cid-tV17QmWs2a .mbr-role4 {
  color: #ffffff;
}
.cid-tV17QmWs2a .card-text4,
.cid-tV17QmWs2a .mbr-section-btn {
  color: #ffffff;
}
.cid-tV18NqvPBW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tV18NqvPBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV18NqvPBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV18NqvPBW .row {
  justify-content: center;
}
.cid-tV18NqvPBW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tV18NqvPBW .item {
    margin-bottom: 1rem;
  }
}
.cid-tV18NqvPBW .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tV18NqvPBW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tV18NqvPBW .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tV18NqvPBW .content-head {
  max-width: 800px;
}
.cid-tV1eaNGmwc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tV1eaNGmwc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tV1eaNGmwc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tV1eaNGmwc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tV1eaNGmwc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tV1eaNGmwc .content-head {
  max-width: 800px;
}
.cid-tV1eaNGmwc .mbr-section-title {
  color: #ffa600;
}
.cid-tV18VfS6Kr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tV18VfS6Kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV18VfS6Kr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV18VfS6Kr .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV18VfS6Kr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV18VfS6Kr .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-tV18VfS6Kr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV18VfS6Kr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV18VfS6Kr .content-head {
  max-width: 800px;
}
.cid-tV1at5U4iX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWuZH7chY7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWuZH7chY7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tWuZH7chY7 .panel-group {
  border: none;
}
.cid-tWuZH7chY7 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWuZH7chY7 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tWuZH7chY7 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tWuZH7chY7 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tWuZH7chY7 .img-col {
  padding: 0;
}
.cid-tWuZH7chY7 .img-item {
  height: 100%;
}
.cid-tWuZH7chY7 img {
  height: 100%;
  object-fit: cover;
}
.cid-tWuZH7chY7 .collapsed span {
  transform: rotate(0deg);
}
.cid-tWuZH7chY7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWuZH7chY7 p {
  margin-bottom: 0.3rem;
}
.cid-tWuZH7chY7 .panel-title-edit {
  color: #e9c0e9;
}
.cid-tWuZH7chY7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tWuZH7chY7 .card {
  background: #000000;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tWuZH7chY7 .card {
    padding: 1.5rem;
  }
}
.cid-tWuZH7chY7 .panel-text {
  color: #ffffff;
}
.cid-tWuZH7chY7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWuZH7chY7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tWuZH7chY7 .panel-title-edit,
.cid-tWuZH7chY7 .mbr-iconfont {
  color: #ffffff;
}
.cid-tWv1AYRavu {
  z-index: 1000;
  width: 100%;
}
.cid-tWv1AYRavu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv1AYRavu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv1AYRavu .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv1AYRavu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv1AYRavu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv1AYRavu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv1AYRavu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv1AYRavu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv1AYRavu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv1AYRavu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv1AYRavu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv1AYRavu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv1AYRavu .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv1AYRavu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv1AYRavu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv1AYRavu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv1AYRavu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv1AYRavu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv1AYRavu .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv1AYRavu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv1AYRavu .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv1AYRavu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv1AYRavu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv1AYRavu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv1AYRavu .nav-item:focus,
.cid-tWv1AYRavu .nav-link:focus {
  outline: none;
}
.cid-tWv1AYRavu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv1AYRavu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv1AYRavu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv1AYRavu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv1AYRavu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv1AYRavu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv1AYRavu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv1AYRavu .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv1AYRavu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv1AYRavu .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv1AYRavu .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv1AYRavu .navbar.collapsed {
  justify-content: center;
}
.cid-tWv1AYRavu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv1AYRavu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv1AYRavu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv1AYRavu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv1AYRavu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv1AYRavu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv1AYRavu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv1AYRavu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv1AYRavu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv1AYRavu .navbar {
    min-height: 72px;
  }
  .cid-tWv1AYRavu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv1AYRavu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv1AYRavu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv1AYRavu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv1AYRavu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv1AYRavu .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-tWv1AYRavu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv1AYRavu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv1AYRavu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv1AYRavu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv1AYRavu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv1AYRavu .dropdown-item.active,
.cid-tWv1AYRavu .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv1AYRavu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv1AYRavu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv1AYRavu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv1AYRavu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv1AYRavu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv1AYRavu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv1AYRavu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv1AYRavu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv1AYRavu .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv1AYRavu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv1AYRavu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv1AYRavu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv1AYRavu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv1AYRavu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv1AYRavu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv1AYRavu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv1AYRavu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv1AYRavu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv1AYRavu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv1AYRavu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv1AYRavu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv1AYRavu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv1AYRavu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv1AYRavu .navbar {
    height: 70px;
  }
  .cid-tWv1AYRavu .navbar.opened {
    height: auto;
  }
  .cid-tWv1AYRavu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv1AYRavu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv1AYRavu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv1AYRavu .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv1AYRavu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv1AYRavu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv1AYRavu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv1AYRavu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv1AYRavu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv1AYRavu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv1AZMxtg {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv1AZMxtg .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv1AZMxtg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv1AZMxtg {
    align-items: center;
  }
  .cid-tWv1AZMxtg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv1AZMxtg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv1AZMxtg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv1AZMxtg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv1AZMxtg .content-wrap {
    width: 100%;
  }
}
.cid-tWv1AZMxtg .mbr-section-title {
  text-align: center;
}
.cid-tWv1AZMxtg .mbr-text,
.cid-tWv1AZMxtg .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv1B0lo9F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv1B0lo9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv1B0lo9F .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-tWv1B0lo9F .container-fluid {
    padding: 0;
  }
}
.cid-tWv1B0lo9F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv1B0lo9F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv1B0lo9F .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv1B0lo9F .embla__button--next,
.cid-tWv1B0lo9F .embla__button--prev {
  display: flex;
}
.cid-tWv1B0lo9F .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv1B0lo9F .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv1B0lo9F .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-tWv1B0lo9F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv1B0lo9F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv1B0lo9F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv1B0lo9F .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv1B0lo9F .embla {
  position: relative;
  width: 100%;
}
.cid-tWv1B0lo9F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv1B0lo9F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv1B0lo9F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv1B0lo9F .embla__slide a {
  cursor: grab;
}
.cid-tWv1B0lo9F .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv1B0lo9F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv1B0lo9F .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv1B0lo9F .mbr-section-title {
  color: #ffa600;
}
.cid-tWv1B0lo9F .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv1B0lo9F .mbr-box {
  color: #ffffff;
}
.cid-tWv1B0lo9F .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv1B0lo9F img,
.cid-tWv1B0lo9F .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv1B0lo9F .item-wrapper {
  position: relative;
}
.cid-tWv1B0lo9F .content-head {
  max-width: 800px;
}
.cid-tWv1B1xPCg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv1B1xPCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv1B1xPCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv1B1xPCg .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv1B1xPCg .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv1B1xPCg .content-head {
  max-width: 800px;
}
.cid-tWv1B1xPCg .card1 {
  background: #ffd7ef;
}
.cid-tWv1B1xPCg .card2 {
  background: #260a30;
}
.cid-tWv1B1xPCg .card3 {
  background: #a0e2e1;
}
.cid-tWv1B1xPCg .card4 {
  background: #2e481a;
}
.cid-tWv1B1xPCg .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv1B1xPCg .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv1B1xPCg .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv1B1xPCg .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv1B1xPCg .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv1B1xPCg .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv1B1xPCg .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv1B1xPCg .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv1B1xPCg .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv1B1xPCg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv1B1xPCg .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv1B1xPCg .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv1B1xPCg .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv1B1xPCg .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv1B1xPCg .card-text3,
.cid-tWv1B1xPCg .mbr-section-btn {
  color: #232323;
}
.cid-tWv1B1xPCg .card-text2,
.cid-tWv1B1xPCg .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv1B1xPCg .card-text1,
.cid-tWv1B1xPCg .mbr-section-btn {
  color: #502274;
}
.cid-tWv1B1xPCg .card-title2,
.cid-tWv1B1xPCg .social-row {
  color: #ffd7ef;
}
.cid-tWv1B1xPCg .mbr-role3,
.cid-tWv1B1xPCg .social-row {
  color: #ffffff;
}
.cid-tWv1B1xPCg .card-title3,
.cid-tWv1B1xPCg .social-row {
  color: #232323;
}
.cid-tWv1B1xPCg .card-title4,
.cid-tWv1B1xPCg .social-row {
  color: #ffffff;
}
.cid-tWv1B1xPCg .mbr-role3 {
  color: #232323;
}
.cid-tWv1B1xPCg .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv1B1xPCg .mbr-role4 {
  color: #ffffff;
}
.cid-tWv1B1xPCg .card-text4,
.cid-tWv1B1xPCg .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv1B2gaQZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv1B2gaQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv1B2gaQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv1B2gaQZ .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv1B2gaQZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv1B2gaQZ .content-head {
  max-width: 800px;
}
.cid-tWv1B2gaQZ .card1 {
  background: #ffd7ef;
}
.cid-tWv1B2gaQZ .card2 {
  background: #260a30;
}
.cid-tWv1B2gaQZ .card3 {
  background: #a0e2e1;
}
.cid-tWv1B2gaQZ .card4 {
  background: #2e481a;
}
.cid-tWv1B2gaQZ .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv1B2gaQZ .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv1B2gaQZ .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv1B2gaQZ .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv1B2gaQZ .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv1B2gaQZ .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv1B2gaQZ .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv1B2gaQZ .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv1B2gaQZ .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv1B2gaQZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv1B2gaQZ .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv1B2gaQZ .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv1B2gaQZ .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv1B2gaQZ .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv1B2gaQZ .card-text3,
.cid-tWv1B2gaQZ .mbr-section-btn {
  color: #232323;
}
.cid-tWv1B2gaQZ .card-text2,
.cid-tWv1B2gaQZ .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv1B2gaQZ .card-text1,
.cid-tWv1B2gaQZ .mbr-section-btn {
  color: #502274;
}
.cid-tWv1B2gaQZ .card-title2,
.cid-tWv1B2gaQZ .social-row {
  color: #ffd7ef;
}
.cid-tWv1B2gaQZ .mbr-role3,
.cid-tWv1B2gaQZ .social-row {
  color: #ffffff;
}
.cid-tWv1B2gaQZ .card-title3,
.cid-tWv1B2gaQZ .social-row {
  color: #232323;
}
.cid-tWv1B2gaQZ .card-title4,
.cid-tWv1B2gaQZ .social-row {
  color: #ffffff;
}
.cid-tWv1B2gaQZ .mbr-role3 {
  color: #232323;
}
.cid-tWv1B2gaQZ .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv1B2gaQZ .mbr-role4 {
  color: #ffffff;
}
.cid-tWv1B2gaQZ .card-text4,
.cid-tWv1B2gaQZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv1B300OY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv1B300OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv1B300OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv1B300OY .row {
  justify-content: center;
}
.cid-tWv1B300OY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv1B300OY .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv1B300OY .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv1B300OY .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv1B300OY .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv1B300OY .content-head {
  max-width: 800px;
}
.cid-tWv1B3FnGu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv1B3FnGu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv1B3FnGu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv1B3FnGu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv1B3FnGu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv1B3FnGu .content-head {
  max-width: 800px;
}
.cid-tWv1B3FnGu .mbr-section-title {
  color: #ffa600;
}
.cid-tWv1B49CW8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv1B49CW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv1B49CW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv1B49CW8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv1B49CW8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv1B49CW8 .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-tWv1B49CW8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv1B49CW8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv1B49CW8 .content-head {
  max-width: 800px;
}
.cid-tWv1B4Pnbd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv59CUbcZ {
  z-index: 1000;
  width: 100%;
}
.cid-tWv59CUbcZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv59CUbcZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv59CUbcZ .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv59CUbcZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv59CUbcZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv59CUbcZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv59CUbcZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv59CUbcZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv59CUbcZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv59CUbcZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv59CUbcZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv59CUbcZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv59CUbcZ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv59CUbcZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv59CUbcZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv59CUbcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv59CUbcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv59CUbcZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv59CUbcZ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv59CUbcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv59CUbcZ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv59CUbcZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv59CUbcZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv59CUbcZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv59CUbcZ .nav-item:focus,
.cid-tWv59CUbcZ .nav-link:focus {
  outline: none;
}
.cid-tWv59CUbcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv59CUbcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv59CUbcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv59CUbcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv59CUbcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv59CUbcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv59CUbcZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv59CUbcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv59CUbcZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv59CUbcZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv59CUbcZ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv59CUbcZ .navbar.collapsed {
  justify-content: center;
}
.cid-tWv59CUbcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv59CUbcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv59CUbcZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv59CUbcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv59CUbcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv59CUbcZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv59CUbcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv59CUbcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv59CUbcZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv59CUbcZ .navbar {
    min-height: 72px;
  }
  .cid-tWv59CUbcZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv59CUbcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv59CUbcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv59CUbcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv59CUbcZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv59CUbcZ .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-tWv59CUbcZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv59CUbcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv59CUbcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv59CUbcZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv59CUbcZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv59CUbcZ .dropdown-item.active,
.cid-tWv59CUbcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv59CUbcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv59CUbcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv59CUbcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv59CUbcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv59CUbcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv59CUbcZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv59CUbcZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv59CUbcZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv59CUbcZ .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv59CUbcZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv59CUbcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv59CUbcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv59CUbcZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv59CUbcZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv59CUbcZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv59CUbcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv59CUbcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv59CUbcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv59CUbcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv59CUbcZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv59CUbcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv59CUbcZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv59CUbcZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv59CUbcZ .navbar {
    height: 70px;
  }
  .cid-tWv59CUbcZ .navbar.opened {
    height: auto;
  }
  .cid-tWv59CUbcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv59CUbcZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv59CUbcZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv59CUbcZ .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv59CUbcZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv59CUbcZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv59CUbcZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv59CUbcZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv59CUbcZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv59CUbcZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv59DARYL {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv59DARYL .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv59DARYL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv59DARYL {
    align-items: center;
  }
  .cid-tWv59DARYL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv59DARYL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv59DARYL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv59DARYL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv59DARYL .content-wrap {
    width: 100%;
  }
}
.cid-tWv59DARYL .mbr-section-title {
  text-align: center;
}
.cid-tWv59DARYL .mbr-text,
.cid-tWv59DARYL .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv59E7uNe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv59E7uNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv59E7uNe .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-tWv59E7uNe .container-fluid {
    padding: 0;
  }
}
.cid-tWv59E7uNe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv59E7uNe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv59E7uNe .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv59E7uNe .embla__button--next,
.cid-tWv59E7uNe .embla__button--prev {
  display: flex;
}
.cid-tWv59E7uNe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv59E7uNe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv59E7uNe .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-tWv59E7uNe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv59E7uNe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv59E7uNe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv59E7uNe .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv59E7uNe .embla {
  position: relative;
  width: 100%;
}
.cid-tWv59E7uNe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv59E7uNe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv59E7uNe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv59E7uNe .embla__slide a {
  cursor: grab;
}
.cid-tWv59E7uNe .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv59E7uNe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv59E7uNe .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv59E7uNe .mbr-section-title {
  color: #ffa600;
}
.cid-tWv59E7uNe .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv59E7uNe .mbr-box {
  color: #ffffff;
}
.cid-tWv59E7uNe .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv59E7uNe img,
.cid-tWv59E7uNe .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv59E7uNe .item-wrapper {
  position: relative;
}
.cid-tWv59E7uNe .content-head {
  max-width: 800px;
}
.cid-tWv59Fe7oO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv59Fe7oO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv59Fe7oO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv59Fe7oO .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv59Fe7oO .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv59Fe7oO .content-head {
  max-width: 800px;
}
.cid-tWv59Fe7oO .card1 {
  background: #ffd7ef;
}
.cid-tWv59Fe7oO .card2 {
  background: #260a30;
}
.cid-tWv59Fe7oO .card3 {
  background: #a0e2e1;
}
.cid-tWv59Fe7oO .card4 {
  background: #2e481a;
}
.cid-tWv59Fe7oO .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv59Fe7oO .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv59Fe7oO .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv59Fe7oO .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv59Fe7oO .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv59Fe7oO .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv59Fe7oO .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv59Fe7oO .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv59Fe7oO .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv59Fe7oO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv59Fe7oO .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv59Fe7oO .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv59Fe7oO .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv59Fe7oO .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv59Fe7oO .card-text3,
.cid-tWv59Fe7oO .mbr-section-btn {
  color: #232323;
}
.cid-tWv59Fe7oO .card-text2,
.cid-tWv59Fe7oO .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv59Fe7oO .card-text1,
.cid-tWv59Fe7oO .mbr-section-btn {
  color: #502274;
}
.cid-tWv59Fe7oO .card-title2,
.cid-tWv59Fe7oO .social-row {
  color: #ffd7ef;
}
.cid-tWv59Fe7oO .mbr-role3,
.cid-tWv59Fe7oO .social-row {
  color: #ffffff;
}
.cid-tWv59Fe7oO .card-title3,
.cid-tWv59Fe7oO .social-row {
  color: #232323;
}
.cid-tWv59Fe7oO .card-title4,
.cid-tWv59Fe7oO .social-row {
  color: #ffffff;
}
.cid-tWv59Fe7oO .mbr-role3 {
  color: #232323;
}
.cid-tWv59Fe7oO .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv59Fe7oO .mbr-role4 {
  color: #ffffff;
}
.cid-tWv59Fe7oO .card-text4,
.cid-tWv59Fe7oO .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv59FXy8d {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv59FXy8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv59FXy8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv59FXy8d .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv59FXy8d .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv59FXy8d .content-head {
  max-width: 800px;
}
.cid-tWv59FXy8d .card1 {
  background: #ffd7ef;
}
.cid-tWv59FXy8d .card2 {
  background: #260a30;
}
.cid-tWv59FXy8d .card3 {
  background: #a0e2e1;
}
.cid-tWv59FXy8d .card4 {
  background: #2e481a;
}
.cid-tWv59FXy8d .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv59FXy8d .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv59FXy8d .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv59FXy8d .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv59FXy8d .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv59FXy8d .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv59FXy8d .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv59FXy8d .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv59FXy8d .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv59FXy8d .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv59FXy8d .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv59FXy8d .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv59FXy8d .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv59FXy8d .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv59FXy8d .card-text3,
.cid-tWv59FXy8d .mbr-section-btn {
  color: #232323;
}
.cid-tWv59FXy8d .card-text2,
.cid-tWv59FXy8d .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv59FXy8d .card-text1,
.cid-tWv59FXy8d .mbr-section-btn {
  color: #502274;
}
.cid-tWv59FXy8d .card-title2,
.cid-tWv59FXy8d .social-row {
  color: #ffd7ef;
}
.cid-tWv59FXy8d .mbr-role3,
.cid-tWv59FXy8d .social-row {
  color: #ffffff;
}
.cid-tWv59FXy8d .card-title3,
.cid-tWv59FXy8d .social-row {
  color: #232323;
}
.cid-tWv59FXy8d .card-title4,
.cid-tWv59FXy8d .social-row {
  color: #ffffff;
}
.cid-tWv59FXy8d .mbr-role3 {
  color: #232323;
}
.cid-tWv59FXy8d .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv59FXy8d .mbr-role4 {
  color: #ffffff;
}
.cid-tWv59FXy8d .card-text4,
.cid-tWv59FXy8d .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv59GJ6yg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv59GJ6yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv59GJ6yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv59GJ6yg .row {
  justify-content: center;
}
.cid-tWv59GJ6yg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv59GJ6yg .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv59GJ6yg .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv59GJ6yg .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv59GJ6yg .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv59GJ6yg .content-head {
  max-width: 800px;
}
.cid-tWv59Hh2Ud {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv59Hh2Ud .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv59Hh2Ud form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv59Hh2Ud form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv59Hh2Ud form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv59Hh2Ud .content-head {
  max-width: 800px;
}
.cid-tWv59Hh2Ud .mbr-section-title {
  color: #ffa600;
}
.cid-tWv59HJtXE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv59HJtXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv59HJtXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv59HJtXE .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv59HJtXE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv59HJtXE .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-tWv59HJtXE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv59HJtXE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv59HJtXE .content-head {
  max-width: 800px;
}
.cid-tWv59IjgnI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv5lx55dF {
  z-index: 1000;
  width: 100%;
}
.cid-tWv5lx55dF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv5lx55dF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv5lx55dF .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv5lx55dF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv5lx55dF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv5lx55dF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv5lx55dF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv5lx55dF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv5lx55dF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv5lx55dF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv5lx55dF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv5lx55dF .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv5lx55dF .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv5lx55dF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv5lx55dF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv5lx55dF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv5lx55dF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv5lx55dF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv5lx55dF .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5lx55dF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv5lx55dF .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv5lx55dF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv5lx55dF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv5lx55dF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv5lx55dF .nav-item:focus,
.cid-tWv5lx55dF .nav-link:focus {
  outline: none;
}
.cid-tWv5lx55dF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv5lx55dF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv5lx55dF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv5lx55dF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv5lx55dF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv5lx55dF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv5lx55dF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv5lx55dF .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv5lx55dF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv5lx55dF .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv5lx55dF .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv5lx55dF .navbar.collapsed {
  justify-content: center;
}
.cid-tWv5lx55dF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv5lx55dF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv5lx55dF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv5lx55dF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv5lx55dF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv5lx55dF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv5lx55dF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv5lx55dF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv5lx55dF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5lx55dF .navbar {
    min-height: 72px;
  }
  .cid-tWv5lx55dF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv5lx55dF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv5lx55dF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv5lx55dF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv5lx55dF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv5lx55dF .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-tWv5lx55dF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv5lx55dF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv5lx55dF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv5lx55dF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5lx55dF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv5lx55dF .dropdown-item.active,
.cid-tWv5lx55dF .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv5lx55dF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv5lx55dF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv5lx55dF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv5lx55dF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv5lx55dF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv5lx55dF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv5lx55dF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv5lx55dF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv5lx55dF .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv5lx55dF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv5lx55dF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv5lx55dF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv5lx55dF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5lx55dF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5lx55dF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv5lx55dF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5lx55dF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv5lx55dF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv5lx55dF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5lx55dF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv5lx55dF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv5lx55dF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv5lx55dF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv5lx55dF .navbar {
    height: 70px;
  }
  .cid-tWv5lx55dF .navbar.opened {
    height: auto;
  }
  .cid-tWv5lx55dF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv5lx55dF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv5lx55dF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv5lx55dF .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv5lx55dF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv5lx55dF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv5lx55dF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv5lx55dF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5lx55dF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv5lx55dF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv5lxBJKS {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv5lxBJKS .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv5lxBJKS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv5lxBJKS {
    align-items: center;
  }
  .cid-tWv5lxBJKS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv5lxBJKS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv5lxBJKS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv5lxBJKS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv5lxBJKS .content-wrap {
    width: 100%;
  }
}
.cid-tWv5lxBJKS .mbr-section-title {
  text-align: center;
}
.cid-tWv5lxBJKS .mbr-text,
.cid-tWv5lxBJKS .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv5ly9cB5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5ly9cB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5ly9cB5 .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-tWv5ly9cB5 .container-fluid {
    padding: 0;
  }
}
.cid-tWv5ly9cB5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv5ly9cB5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv5ly9cB5 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv5ly9cB5 .embla__button--next,
.cid-tWv5ly9cB5 .embla__button--prev {
  display: flex;
}
.cid-tWv5ly9cB5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv5ly9cB5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv5ly9cB5 .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-tWv5ly9cB5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv5ly9cB5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv5ly9cB5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5ly9cB5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv5ly9cB5 .embla {
  position: relative;
  width: 100%;
}
.cid-tWv5ly9cB5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv5ly9cB5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv5ly9cB5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv5ly9cB5 .embla__slide a {
  cursor: grab;
}
.cid-tWv5ly9cB5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv5ly9cB5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv5ly9cB5 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv5ly9cB5 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5ly9cB5 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv5ly9cB5 .mbr-box {
  color: #ffffff;
}
.cid-tWv5ly9cB5 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv5ly9cB5 img,
.cid-tWv5ly9cB5 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5ly9cB5 .item-wrapper {
  position: relative;
}
.cid-tWv5ly9cB5 .content-head {
  max-width: 800px;
}
.cid-tWv5lziK0I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5lziK0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5lziK0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5lziK0I .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5lziK0I .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5lziK0I .content-head {
  max-width: 800px;
}
.cid-tWv5lziK0I .card1 {
  background: #ffd7ef;
}
.cid-tWv5lziK0I .card2 {
  background: #260a30;
}
.cid-tWv5lziK0I .card3 {
  background: #a0e2e1;
}
.cid-tWv5lziK0I .card4 {
  background: #2e481a;
}
.cid-tWv5lziK0I .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5lziK0I .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5lziK0I .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5lziK0I .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5lziK0I .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5lziK0I .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5lziK0I .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5lziK0I .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5lziK0I .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5lziK0I .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5lziK0I .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5lziK0I .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5lziK0I .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5lziK0I .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5lziK0I .card-text3,
.cid-tWv5lziK0I .mbr-section-btn {
  color: #232323;
}
.cid-tWv5lziK0I .card-text2,
.cid-tWv5lziK0I .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5lziK0I .card-text1,
.cid-tWv5lziK0I .mbr-section-btn {
  color: #502274;
}
.cid-tWv5lziK0I .card-title2,
.cid-tWv5lziK0I .social-row {
  color: #ffd7ef;
}
.cid-tWv5lziK0I .mbr-role3,
.cid-tWv5lziK0I .social-row {
  color: #ffffff;
}
.cid-tWv5lziK0I .card-title3,
.cid-tWv5lziK0I .social-row {
  color: #232323;
}
.cid-tWv5lziK0I .card-title4,
.cid-tWv5lziK0I .social-row {
  color: #ffffff;
}
.cid-tWv5lziK0I .mbr-role3 {
  color: #232323;
}
.cid-tWv5lziK0I .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5lziK0I .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5lziK0I .card-text4,
.cid-tWv5lziK0I .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5lA44At {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv5lA44At .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5lA44At .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5lA44At .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5lA44At .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5lA44At .content-head {
  max-width: 800px;
}
.cid-tWv5lA44At .card1 {
  background: #ffd7ef;
}
.cid-tWv5lA44At .card2 {
  background: #260a30;
}
.cid-tWv5lA44At .card3 {
  background: #a0e2e1;
}
.cid-tWv5lA44At .card4 {
  background: #2e481a;
}
.cid-tWv5lA44At .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5lA44At .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5lA44At .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5lA44At .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5lA44At .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5lA44At .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5lA44At .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5lA44At .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5lA44At .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5lA44At .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5lA44At .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5lA44At .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5lA44At .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5lA44At .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5lA44At .card-text3,
.cid-tWv5lA44At .mbr-section-btn {
  color: #232323;
}
.cid-tWv5lA44At .card-text2,
.cid-tWv5lA44At .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5lA44At .card-text1,
.cid-tWv5lA44At .mbr-section-btn {
  color: #502274;
}
.cid-tWv5lA44At .card-title2,
.cid-tWv5lA44At .social-row {
  color: #ffd7ef;
}
.cid-tWv5lA44At .mbr-role3,
.cid-tWv5lA44At .social-row {
  color: #ffffff;
}
.cid-tWv5lA44At .card-title3,
.cid-tWv5lA44At .social-row {
  color: #232323;
}
.cid-tWv5lA44At .card-title4,
.cid-tWv5lA44At .social-row {
  color: #ffffff;
}
.cid-tWv5lA44At .mbr-role3 {
  color: #232323;
}
.cid-tWv5lA44At .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5lA44At .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5lA44At .card-text4,
.cid-tWv5lA44At .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5lART8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv5lART8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5lART8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5lART8O .row {
  justify-content: center;
}
.cid-tWv5lART8O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv5lART8O .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv5lART8O .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv5lART8O .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv5lART8O .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv5lART8O .content-head {
  max-width: 800px;
}
.cid-tWv5lBrUa6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv5lBrUa6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv5lBrUa6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv5lBrUa6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv5lBrUa6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv5lBrUa6 .content-head {
  max-width: 800px;
}
.cid-tWv5lBrUa6 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5lBVD7q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv5lBVD7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5lBVD7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5lBVD7q .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv5lBVD7q .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv5lBVD7q .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-tWv5lBVD7q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv5lBVD7q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv5lBVD7q .content-head {
  max-width: 800px;
}
.cid-tWv5lCxxVb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv5v8yd80 {
  z-index: 1000;
  width: 100%;
}
.cid-tWv5v8yd80 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv5v8yd80 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv5v8yd80 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv5v8yd80 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv5v8yd80 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv5v8yd80 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv5v8yd80 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv5v8yd80 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv5v8yd80 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv5v8yd80 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv5v8yd80 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv5v8yd80 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv5v8yd80 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv5v8yd80 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv5v8yd80 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv5v8yd80 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv5v8yd80 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv5v8yd80 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv5v8yd80 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5v8yd80 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv5v8yd80 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv5v8yd80 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv5v8yd80 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv5v8yd80 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv5v8yd80 .nav-item:focus,
.cid-tWv5v8yd80 .nav-link:focus {
  outline: none;
}
.cid-tWv5v8yd80 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv5v8yd80 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv5v8yd80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv5v8yd80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv5v8yd80 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv5v8yd80 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv5v8yd80 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv5v8yd80 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv5v8yd80 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv5v8yd80 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv5v8yd80 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv5v8yd80 .navbar.collapsed {
  justify-content: center;
}
.cid-tWv5v8yd80 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv5v8yd80 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv5v8yd80 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv5v8yd80 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv5v8yd80 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv5v8yd80 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv5v8yd80 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv5v8yd80 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv5v8yd80 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5v8yd80 .navbar {
    min-height: 72px;
  }
  .cid-tWv5v8yd80 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv5v8yd80 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv5v8yd80 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv5v8yd80 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv5v8yd80 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv5v8yd80 .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-tWv5v8yd80 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv5v8yd80 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv5v8yd80 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv5v8yd80 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5v8yd80 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv5v8yd80 .dropdown-item.active,
.cid-tWv5v8yd80 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv5v8yd80 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv5v8yd80 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv5v8yd80 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv5v8yd80 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv5v8yd80 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv5v8yd80 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv5v8yd80 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv5v8yd80 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv5v8yd80 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv5v8yd80 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv5v8yd80 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv5v8yd80 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv5v8yd80 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5v8yd80 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5v8yd80 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv5v8yd80 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5v8yd80 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv5v8yd80 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv5v8yd80 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5v8yd80 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv5v8yd80 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv5v8yd80 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv5v8yd80 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv5v8yd80 .navbar {
    height: 70px;
  }
  .cid-tWv5v8yd80 .navbar.opened {
    height: auto;
  }
  .cid-tWv5v8yd80 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv5v8yd80 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv5v8yd80 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv5v8yd80 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv5v8yd80 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv5v8yd80 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv5v8yd80 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv5v8yd80 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5v8yd80 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv5v8yd80 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv5v9niUq {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv5v9niUq .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv5v9niUq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv5v9niUq {
    align-items: center;
  }
  .cid-tWv5v9niUq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv5v9niUq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv5v9niUq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv5v9niUq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv5v9niUq .content-wrap {
    width: 100%;
  }
}
.cid-tWv5v9niUq .mbr-section-title {
  text-align: center;
}
.cid-tWv5v9niUq .mbr-text,
.cid-tWv5v9niUq .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv5va1ON1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5va1ON1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5va1ON1 .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-tWv5va1ON1 .container-fluid {
    padding: 0;
  }
}
.cid-tWv5va1ON1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv5va1ON1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv5va1ON1 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv5va1ON1 .embla__button--next,
.cid-tWv5va1ON1 .embla__button--prev {
  display: flex;
}
.cid-tWv5va1ON1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv5va1ON1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv5va1ON1 .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-tWv5va1ON1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv5va1ON1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv5va1ON1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5va1ON1 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv5va1ON1 .embla {
  position: relative;
  width: 100%;
}
.cid-tWv5va1ON1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv5va1ON1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv5va1ON1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv5va1ON1 .embla__slide a {
  cursor: grab;
}
.cid-tWv5va1ON1 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv5va1ON1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv5va1ON1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv5va1ON1 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5va1ON1 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv5va1ON1 .mbr-box {
  color: #ffffff;
}
.cid-tWv5va1ON1 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv5va1ON1 img,
.cid-tWv5va1ON1 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5va1ON1 .item-wrapper {
  position: relative;
}
.cid-tWv5va1ON1 .content-head {
  max-width: 800px;
}
.cid-tWv5vbwgPu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5vbwgPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5vbwgPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5vbwgPu .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5vbwgPu .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5vbwgPu .content-head {
  max-width: 800px;
}
.cid-tWv5vbwgPu .card1 {
  background: #ffd7ef;
}
.cid-tWv5vbwgPu .card2 {
  background: #260a30;
}
.cid-tWv5vbwgPu .card3 {
  background: #a0e2e1;
}
.cid-tWv5vbwgPu .card4 {
  background: #2e481a;
}
.cid-tWv5vbwgPu .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5vbwgPu .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5vbwgPu .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5vbwgPu .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5vbwgPu .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5vbwgPu .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5vbwgPu .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5vbwgPu .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5vbwgPu .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5vbwgPu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5vbwgPu .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5vbwgPu .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5vbwgPu .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5vbwgPu .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5vbwgPu .card-text3,
.cid-tWv5vbwgPu .mbr-section-btn {
  color: #232323;
}
.cid-tWv5vbwgPu .card-text2,
.cid-tWv5vbwgPu .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5vbwgPu .card-text1,
.cid-tWv5vbwgPu .mbr-section-btn {
  color: #502274;
}
.cid-tWv5vbwgPu .card-title2,
.cid-tWv5vbwgPu .social-row {
  color: #ffd7ef;
}
.cid-tWv5vbwgPu .mbr-role3,
.cid-tWv5vbwgPu .social-row {
  color: #ffffff;
}
.cid-tWv5vbwgPu .card-title3,
.cid-tWv5vbwgPu .social-row {
  color: #232323;
}
.cid-tWv5vbwgPu .card-title4,
.cid-tWv5vbwgPu .social-row {
  color: #ffffff;
}
.cid-tWv5vbwgPu .mbr-role3 {
  color: #232323;
}
.cid-tWv5vbwgPu .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5vbwgPu .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5vbwgPu .card-text4,
.cid-tWv5vbwgPu .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5vcMYGe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv5vcMYGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5vcMYGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5vcMYGe .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5vcMYGe .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5vcMYGe .content-head {
  max-width: 800px;
}
.cid-tWv5vcMYGe .card1 {
  background: #ffd7ef;
}
.cid-tWv5vcMYGe .card2 {
  background: #260a30;
}
.cid-tWv5vcMYGe .card3 {
  background: #a0e2e1;
}
.cid-tWv5vcMYGe .card4 {
  background: #2e481a;
}
.cid-tWv5vcMYGe .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5vcMYGe .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5vcMYGe .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5vcMYGe .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5vcMYGe .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5vcMYGe .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5vcMYGe .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5vcMYGe .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5vcMYGe .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5vcMYGe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5vcMYGe .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5vcMYGe .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5vcMYGe .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5vcMYGe .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5vcMYGe .card-text3,
.cid-tWv5vcMYGe .mbr-section-btn {
  color: #232323;
}
.cid-tWv5vcMYGe .card-text2,
.cid-tWv5vcMYGe .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5vcMYGe .card-text1,
.cid-tWv5vcMYGe .mbr-section-btn {
  color: #502274;
}
.cid-tWv5vcMYGe .card-title2,
.cid-tWv5vcMYGe .social-row {
  color: #ffd7ef;
}
.cid-tWv5vcMYGe .mbr-role3,
.cid-tWv5vcMYGe .social-row {
  color: #ffffff;
}
.cid-tWv5vcMYGe .card-title3,
.cid-tWv5vcMYGe .social-row {
  color: #232323;
}
.cid-tWv5vcMYGe .card-title4,
.cid-tWv5vcMYGe .social-row {
  color: #ffffff;
}
.cid-tWv5vcMYGe .mbr-role3 {
  color: #232323;
}
.cid-tWv5vcMYGe .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5vcMYGe .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5vcMYGe .card-text4,
.cid-tWv5vcMYGe .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5vdDrE8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv5vdDrE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5vdDrE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5vdDrE8 .row {
  justify-content: center;
}
.cid-tWv5vdDrE8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv5vdDrE8 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv5vdDrE8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv5vdDrE8 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv5vdDrE8 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv5vdDrE8 .content-head {
  max-width: 800px;
}
.cid-tWv5vekYQV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv5vekYQV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv5vekYQV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv5vekYQV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv5vekYQV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv5vekYQV .content-head {
  max-width: 800px;
}
.cid-tWv5vekYQV .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5veX4oD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv5veX4oD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5veX4oD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5veX4oD .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv5veX4oD .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv5veX4oD .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-tWv5veX4oD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv5veX4oD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv5veX4oD .content-head {
  max-width: 800px;
}
.cid-tWv5vfGlFN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv5FrhtBp {
  z-index: 1000;
  width: 100%;
}
.cid-tWv5FrhtBp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv5FrhtBp .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv5FrhtBp .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv5FrhtBp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv5FrhtBp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv5FrhtBp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv5FrhtBp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv5FrhtBp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv5FrhtBp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv5FrhtBp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv5FrhtBp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv5FrhtBp .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv5FrhtBp .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv5FrhtBp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv5FrhtBp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv5FrhtBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv5FrhtBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv5FrhtBp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv5FrhtBp .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5FrhtBp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv5FrhtBp .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv5FrhtBp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv5FrhtBp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv5FrhtBp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv5FrhtBp .nav-item:focus,
.cid-tWv5FrhtBp .nav-link:focus {
  outline: none;
}
.cid-tWv5FrhtBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv5FrhtBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv5FrhtBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv5FrhtBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv5FrhtBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv5FrhtBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv5FrhtBp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv5FrhtBp .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv5FrhtBp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv5FrhtBp .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv5FrhtBp .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv5FrhtBp .navbar.collapsed {
  justify-content: center;
}
.cid-tWv5FrhtBp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv5FrhtBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv5FrhtBp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv5FrhtBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv5FrhtBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv5FrhtBp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv5FrhtBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv5FrhtBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv5FrhtBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5FrhtBp .navbar {
    min-height: 72px;
  }
  .cid-tWv5FrhtBp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv5FrhtBp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv5FrhtBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv5FrhtBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv5FrhtBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv5FrhtBp .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-tWv5FrhtBp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv5FrhtBp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv5FrhtBp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv5FrhtBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5FrhtBp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv5FrhtBp .dropdown-item.active,
.cid-tWv5FrhtBp .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv5FrhtBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv5FrhtBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv5FrhtBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv5FrhtBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv5FrhtBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv5FrhtBp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv5FrhtBp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv5FrhtBp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv5FrhtBp .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv5FrhtBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv5FrhtBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv5FrhtBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv5FrhtBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5FrhtBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5FrhtBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv5FrhtBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5FrhtBp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv5FrhtBp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv5FrhtBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5FrhtBp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv5FrhtBp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv5FrhtBp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv5FrhtBp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv5FrhtBp .navbar {
    height: 70px;
  }
  .cid-tWv5FrhtBp .navbar.opened {
    height: auto;
  }
  .cid-tWv5FrhtBp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv5FrhtBp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv5FrhtBp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv5FrhtBp .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv5FrhtBp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv5FrhtBp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv5FrhtBp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv5FrhtBp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5FrhtBp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv5FrhtBp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv5FrTh5v {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv5FrTh5v .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv5FrTh5v .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv5FrTh5v {
    align-items: center;
  }
  .cid-tWv5FrTh5v .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv5FrTh5v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv5FrTh5v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv5FrTh5v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv5FrTh5v .content-wrap {
    width: 100%;
  }
}
.cid-tWv5FrTh5v .mbr-section-title {
  text-align: center;
}
.cid-tWv5FrTh5v .mbr-text,
.cid-tWv5FrTh5v .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv5FsnaSK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5FsnaSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5FsnaSK .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-tWv5FsnaSK .container-fluid {
    padding: 0;
  }
}
.cid-tWv5FsnaSK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv5FsnaSK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv5FsnaSK .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv5FsnaSK .embla__button--next,
.cid-tWv5FsnaSK .embla__button--prev {
  display: flex;
}
.cid-tWv5FsnaSK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv5FsnaSK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv5FsnaSK .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-tWv5FsnaSK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv5FsnaSK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv5FsnaSK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5FsnaSK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv5FsnaSK .embla {
  position: relative;
  width: 100%;
}
.cid-tWv5FsnaSK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv5FsnaSK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv5FsnaSK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv5FsnaSK .embla__slide a {
  cursor: grab;
}
.cid-tWv5FsnaSK .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv5FsnaSK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv5FsnaSK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv5FsnaSK .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5FsnaSK .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv5FsnaSK .mbr-box {
  color: #ffffff;
}
.cid-tWv5FsnaSK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv5FsnaSK img,
.cid-tWv5FsnaSK .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5FsnaSK .item-wrapper {
  position: relative;
}
.cid-tWv5FsnaSK .content-head {
  max-width: 800px;
}
.cid-tWv5Ftqubz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5Ftqubz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5Ftqubz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5Ftqubz .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5Ftqubz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5Ftqubz .content-head {
  max-width: 800px;
}
.cid-tWv5Ftqubz .card1 {
  background: #ffd7ef;
}
.cid-tWv5Ftqubz .card2 {
  background: #260a30;
}
.cid-tWv5Ftqubz .card3 {
  background: #a0e2e1;
}
.cid-tWv5Ftqubz .card4 {
  background: #2e481a;
}
.cid-tWv5Ftqubz .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5Ftqubz .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5Ftqubz .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5Ftqubz .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5Ftqubz .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5Ftqubz .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5Ftqubz .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5Ftqubz .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5Ftqubz .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5Ftqubz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5Ftqubz .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5Ftqubz .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5Ftqubz .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5Ftqubz .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5Ftqubz .card-text3,
.cid-tWv5Ftqubz .mbr-section-btn {
  color: #232323;
}
.cid-tWv5Ftqubz .card-text2,
.cid-tWv5Ftqubz .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5Ftqubz .card-text1,
.cid-tWv5Ftqubz .mbr-section-btn {
  color: #502274;
}
.cid-tWv5Ftqubz .card-title2,
.cid-tWv5Ftqubz .social-row {
  color: #ffd7ef;
}
.cid-tWv5Ftqubz .mbr-role3,
.cid-tWv5Ftqubz .social-row {
  color: #ffffff;
}
.cid-tWv5Ftqubz .card-title3,
.cid-tWv5Ftqubz .social-row {
  color: #232323;
}
.cid-tWv5Ftqubz .card-title4,
.cid-tWv5Ftqubz .social-row {
  color: #ffffff;
}
.cid-tWv5Ftqubz .mbr-role3 {
  color: #232323;
}
.cid-tWv5Ftqubz .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5Ftqubz .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5Ftqubz .card-text4,
.cid-tWv5Ftqubz .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5FudmzS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv5FudmzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5FudmzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5FudmzS .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5FudmzS .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5FudmzS .content-head {
  max-width: 800px;
}
.cid-tWv5FudmzS .card1 {
  background: #ffd7ef;
}
.cid-tWv5FudmzS .card2 {
  background: #260a30;
}
.cid-tWv5FudmzS .card3 {
  background: #a0e2e1;
}
.cid-tWv5FudmzS .card4 {
  background: #2e481a;
}
.cid-tWv5FudmzS .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5FudmzS .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5FudmzS .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5FudmzS .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5FudmzS .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5FudmzS .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5FudmzS .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5FudmzS .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5FudmzS .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5FudmzS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5FudmzS .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5FudmzS .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5FudmzS .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5FudmzS .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5FudmzS .card-text3,
.cid-tWv5FudmzS .mbr-section-btn {
  color: #232323;
}
.cid-tWv5FudmzS .card-text2,
.cid-tWv5FudmzS .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5FudmzS .card-text1,
.cid-tWv5FudmzS .mbr-section-btn {
  color: #502274;
}
.cid-tWv5FudmzS .card-title2,
.cid-tWv5FudmzS .social-row {
  color: #ffd7ef;
}
.cid-tWv5FudmzS .mbr-role3,
.cid-tWv5FudmzS .social-row {
  color: #ffffff;
}
.cid-tWv5FudmzS .card-title3,
.cid-tWv5FudmzS .social-row {
  color: #232323;
}
.cid-tWv5FudmzS .card-title4,
.cid-tWv5FudmzS .social-row {
  color: #ffffff;
}
.cid-tWv5FudmzS .mbr-role3 {
  color: #232323;
}
.cid-tWv5FudmzS .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5FudmzS .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5FudmzS .card-text4,
.cid-tWv5FudmzS .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5FuVIB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv5FuVIB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5FuVIB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5FuVIB6 .row {
  justify-content: center;
}
.cid-tWv5FuVIB6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv5FuVIB6 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv5FuVIB6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv5FuVIB6 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv5FuVIB6 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv5FuVIB6 .content-head {
  max-width: 800px;
}
.cid-tWv5FvrlZs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv5FvrlZs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv5FvrlZs form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv5FvrlZs form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv5FvrlZs form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv5FvrlZs .content-head {
  max-width: 800px;
}
.cid-tWv5FvrlZs .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5FvSgFd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv5FvSgFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5FvSgFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5FvSgFd .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv5FvSgFd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv5FvSgFd .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-tWv5FvSgFd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv5FvSgFd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv5FvSgFd .content-head {
  max-width: 800px;
}
.cid-tWv5Fww7tL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv5UpQs59 {
  z-index: 1000;
  width: 100%;
}
.cid-tWv5UpQs59 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv5UpQs59 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv5UpQs59 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv5UpQs59 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv5UpQs59 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv5UpQs59 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv5UpQs59 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv5UpQs59 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv5UpQs59 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv5UpQs59 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv5UpQs59 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv5UpQs59 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv5UpQs59 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv5UpQs59 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv5UpQs59 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv5UpQs59 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv5UpQs59 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv5UpQs59 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv5UpQs59 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5UpQs59 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv5UpQs59 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv5UpQs59 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv5UpQs59 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv5UpQs59 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv5UpQs59 .nav-item:focus,
.cid-tWv5UpQs59 .nav-link:focus {
  outline: none;
}
.cid-tWv5UpQs59 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv5UpQs59 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv5UpQs59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv5UpQs59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv5UpQs59 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv5UpQs59 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv5UpQs59 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv5UpQs59 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv5UpQs59 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv5UpQs59 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv5UpQs59 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv5UpQs59 .navbar.collapsed {
  justify-content: center;
}
.cid-tWv5UpQs59 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv5UpQs59 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv5UpQs59 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv5UpQs59 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv5UpQs59 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv5UpQs59 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv5UpQs59 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv5UpQs59 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv5UpQs59 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5UpQs59 .navbar {
    min-height: 72px;
  }
  .cid-tWv5UpQs59 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv5UpQs59 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv5UpQs59 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv5UpQs59 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv5UpQs59 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv5UpQs59 .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-tWv5UpQs59 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv5UpQs59 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv5UpQs59 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv5UpQs59 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv5UpQs59 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv5UpQs59 .dropdown-item.active,
.cid-tWv5UpQs59 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv5UpQs59 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv5UpQs59 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv5UpQs59 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv5UpQs59 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv5UpQs59 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv5UpQs59 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv5UpQs59 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv5UpQs59 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv5UpQs59 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv5UpQs59 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv5UpQs59 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv5UpQs59 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv5UpQs59 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5UpQs59 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv5UpQs59 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv5UpQs59 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5UpQs59 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv5UpQs59 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv5UpQs59 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv5UpQs59 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv5UpQs59 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv5UpQs59 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv5UpQs59 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv5UpQs59 .navbar {
    height: 70px;
  }
  .cid-tWv5UpQs59 .navbar.opened {
    height: auto;
  }
  .cid-tWv5UpQs59 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv5UpQs59 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv5UpQs59 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv5UpQs59 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv5UpQs59 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv5UpQs59 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv5UpQs59 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv5UpQs59 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv5UpQs59 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv5UpQs59 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv5UqzNeT {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv5UqzNeT .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv5UqzNeT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv5UqzNeT {
    align-items: center;
  }
  .cid-tWv5UqzNeT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv5UqzNeT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv5UqzNeT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv5UqzNeT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv5UqzNeT .content-wrap {
    width: 100%;
  }
}
.cid-tWv5UqzNeT .mbr-section-title {
  text-align: center;
}
.cid-tWv5UqzNeT .mbr-text,
.cid-tWv5UqzNeT .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv5UreLKh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5UreLKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5UreLKh .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-tWv5UreLKh .container-fluid {
    padding: 0;
  }
}
.cid-tWv5UreLKh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv5UreLKh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv5UreLKh .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv5UreLKh .embla__button--next,
.cid-tWv5UreLKh .embla__button--prev {
  display: flex;
}
.cid-tWv5UreLKh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv5UreLKh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv5UreLKh .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-tWv5UreLKh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv5UreLKh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv5UreLKh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv5UreLKh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv5UreLKh .embla {
  position: relative;
  width: 100%;
}
.cid-tWv5UreLKh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv5UreLKh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv5UreLKh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv5UreLKh .embla__slide a {
  cursor: grab;
}
.cid-tWv5UreLKh .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv5UreLKh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv5UreLKh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv5UreLKh .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5UreLKh .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv5UreLKh .mbr-box {
  color: #ffffff;
}
.cid-tWv5UreLKh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv5UreLKh img,
.cid-tWv5UreLKh .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5UreLKh .item-wrapper {
  position: relative;
}
.cid-tWv5UreLKh .content-head {
  max-width: 800px;
}
.cid-tWv5Usxh8x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv5Usxh8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5Usxh8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5Usxh8x .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5Usxh8x .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5Usxh8x .content-head {
  max-width: 800px;
}
.cid-tWv5Usxh8x .card1 {
  background: #ffd7ef;
}
.cid-tWv5Usxh8x .card2 {
  background: #260a30;
}
.cid-tWv5Usxh8x .card3 {
  background: #a0e2e1;
}
.cid-tWv5Usxh8x .card4 {
  background: #2e481a;
}
.cid-tWv5Usxh8x .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5Usxh8x .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5Usxh8x .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5Usxh8x .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5Usxh8x .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5Usxh8x .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5Usxh8x .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5Usxh8x .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5Usxh8x .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5Usxh8x .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5Usxh8x .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5Usxh8x .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5Usxh8x .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5Usxh8x .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5Usxh8x .card-text3,
.cid-tWv5Usxh8x .mbr-section-btn {
  color: #232323;
}
.cid-tWv5Usxh8x .card-text2,
.cid-tWv5Usxh8x .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5Usxh8x .card-text1,
.cid-tWv5Usxh8x .mbr-section-btn {
  color: #502274;
}
.cid-tWv5Usxh8x .card-title2,
.cid-tWv5Usxh8x .social-row {
  color: #ffd7ef;
}
.cid-tWv5Usxh8x .mbr-role3,
.cid-tWv5Usxh8x .social-row {
  color: #ffffff;
}
.cid-tWv5Usxh8x .card-title3,
.cid-tWv5Usxh8x .social-row {
  color: #232323;
}
.cid-tWv5Usxh8x .card-title4,
.cid-tWv5Usxh8x .social-row {
  color: #ffffff;
}
.cid-tWv5Usxh8x .mbr-role3 {
  color: #232323;
}
.cid-tWv5Usxh8x .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5Usxh8x .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5Usxh8x .card-text4,
.cid-tWv5Usxh8x .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5UtgKYc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv5UtgKYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5UtgKYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5UtgKYc .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv5UtgKYc .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv5UtgKYc .content-head {
  max-width: 800px;
}
.cid-tWv5UtgKYc .card1 {
  background: #ffd7ef;
}
.cid-tWv5UtgKYc .card2 {
  background: #260a30;
}
.cid-tWv5UtgKYc .card3 {
  background: #a0e2e1;
}
.cid-tWv5UtgKYc .card4 {
  background: #2e481a;
}
.cid-tWv5UtgKYc .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv5UtgKYc .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv5UtgKYc .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv5UtgKYc .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv5UtgKYc .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv5UtgKYc .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv5UtgKYc .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv5UtgKYc .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv5UtgKYc .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv5UtgKYc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv5UtgKYc .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv5UtgKYc .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv5UtgKYc .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv5UtgKYc .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv5UtgKYc .card-text3,
.cid-tWv5UtgKYc .mbr-section-btn {
  color: #232323;
}
.cid-tWv5UtgKYc .card-text2,
.cid-tWv5UtgKYc .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv5UtgKYc .card-text1,
.cid-tWv5UtgKYc .mbr-section-btn {
  color: #502274;
}
.cid-tWv5UtgKYc .card-title2,
.cid-tWv5UtgKYc .social-row {
  color: #ffd7ef;
}
.cid-tWv5UtgKYc .mbr-role3,
.cid-tWv5UtgKYc .social-row {
  color: #ffffff;
}
.cid-tWv5UtgKYc .card-title3,
.cid-tWv5UtgKYc .social-row {
  color: #232323;
}
.cid-tWv5UtgKYc .card-title4,
.cid-tWv5UtgKYc .social-row {
  color: #ffffff;
}
.cid-tWv5UtgKYc .mbr-role3 {
  color: #232323;
}
.cid-tWv5UtgKYc .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv5UtgKYc .mbr-role4 {
  color: #ffffff;
}
.cid-tWv5UtgKYc .card-text4,
.cid-tWv5UtgKYc .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv5Uu2qrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv5Uu2qrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5Uu2qrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5Uu2qrB .row {
  justify-content: center;
}
.cid-tWv5Uu2qrB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv5Uu2qrB .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv5Uu2qrB .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv5Uu2qrB .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv5Uu2qrB .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv5Uu2qrB .content-head {
  max-width: 800px;
}
.cid-tWv5UuAUMv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv5UuAUMv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv5UuAUMv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv5UuAUMv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv5UuAUMv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv5UuAUMv .content-head {
  max-width: 800px;
}
.cid-tWv5UuAUMv .mbr-section-title {
  color: #ffa600;
}
.cid-tWv5Uv5gHq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv5Uv5gHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv5Uv5gHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv5Uv5gHq .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv5Uv5gHq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv5Uv5gHq .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-tWv5Uv5gHq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv5Uv5gHq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv5Uv5gHq .content-head {
  max-width: 800px;
}
.cid-tWv5UvGkZ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv644Cg0y {
  z-index: 1000;
  width: 100%;
}
.cid-tWv644Cg0y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv644Cg0y .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv644Cg0y .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv644Cg0y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv644Cg0y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv644Cg0y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv644Cg0y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv644Cg0y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv644Cg0y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv644Cg0y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv644Cg0y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv644Cg0y .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv644Cg0y .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv644Cg0y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv644Cg0y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv644Cg0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv644Cg0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv644Cg0y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv644Cg0y .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv644Cg0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv644Cg0y .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv644Cg0y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv644Cg0y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv644Cg0y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv644Cg0y .nav-item:focus,
.cid-tWv644Cg0y .nav-link:focus {
  outline: none;
}
.cid-tWv644Cg0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv644Cg0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv644Cg0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv644Cg0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv644Cg0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv644Cg0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv644Cg0y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv644Cg0y .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv644Cg0y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv644Cg0y .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv644Cg0y .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv644Cg0y .navbar.collapsed {
  justify-content: center;
}
.cid-tWv644Cg0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv644Cg0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv644Cg0y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv644Cg0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv644Cg0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv644Cg0y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv644Cg0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv644Cg0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv644Cg0y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv644Cg0y .navbar {
    min-height: 72px;
  }
  .cid-tWv644Cg0y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv644Cg0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv644Cg0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv644Cg0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv644Cg0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv644Cg0y .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-tWv644Cg0y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv644Cg0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv644Cg0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv644Cg0y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv644Cg0y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv644Cg0y .dropdown-item.active,
.cid-tWv644Cg0y .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv644Cg0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv644Cg0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv644Cg0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv644Cg0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv644Cg0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv644Cg0y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv644Cg0y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv644Cg0y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv644Cg0y .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv644Cg0y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv644Cg0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv644Cg0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv644Cg0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv644Cg0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv644Cg0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv644Cg0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv644Cg0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv644Cg0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv644Cg0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv644Cg0y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv644Cg0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv644Cg0y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv644Cg0y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv644Cg0y .navbar {
    height: 70px;
  }
  .cid-tWv644Cg0y .navbar.opened {
    height: auto;
  }
  .cid-tWv644Cg0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv644Cg0y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv644Cg0y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv644Cg0y .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv644Cg0y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv644Cg0y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv644Cg0y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv644Cg0y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv644Cg0y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv644Cg0y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv645kTMx {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv645kTMx .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv645kTMx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv645kTMx {
    align-items: center;
  }
  .cid-tWv645kTMx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv645kTMx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv645kTMx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv645kTMx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv645kTMx .content-wrap {
    width: 100%;
  }
}
.cid-tWv645kTMx .mbr-section-title {
  text-align: center;
}
.cid-tWv645kTMx .mbr-text,
.cid-tWv645kTMx .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv646acCx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv646acCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv646acCx .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-tWv646acCx .container-fluid {
    padding: 0;
  }
}
.cid-tWv646acCx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv646acCx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv646acCx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv646acCx .embla__button--next,
.cid-tWv646acCx .embla__button--prev {
  display: flex;
}
.cid-tWv646acCx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv646acCx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv646acCx .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-tWv646acCx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv646acCx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv646acCx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv646acCx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv646acCx .embla {
  position: relative;
  width: 100%;
}
.cid-tWv646acCx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv646acCx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv646acCx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv646acCx .embla__slide a {
  cursor: grab;
}
.cid-tWv646acCx .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv646acCx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv646acCx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv646acCx .mbr-section-title {
  color: #ffa600;
}
.cid-tWv646acCx .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv646acCx .mbr-box {
  color: #ffffff;
}
.cid-tWv646acCx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv646acCx img,
.cid-tWv646acCx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv646acCx .item-wrapper {
  position: relative;
}
.cid-tWv646acCx .content-head {
  max-width: 800px;
}
.cid-tWv647xwnX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv647xwnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv647xwnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv647xwnX .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv647xwnX .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv647xwnX .content-head {
  max-width: 800px;
}
.cid-tWv647xwnX .card1 {
  background: #ffd7ef;
}
.cid-tWv647xwnX .card2 {
  background: #260a30;
}
.cid-tWv647xwnX .card3 {
  background: #a0e2e1;
}
.cid-tWv647xwnX .card4 {
  background: #2e481a;
}
.cid-tWv647xwnX .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv647xwnX .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv647xwnX .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv647xwnX .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv647xwnX .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv647xwnX .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv647xwnX .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv647xwnX .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv647xwnX .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv647xwnX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv647xwnX .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv647xwnX .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv647xwnX .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv647xwnX .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv647xwnX .card-text3,
.cid-tWv647xwnX .mbr-section-btn {
  color: #232323;
}
.cid-tWv647xwnX .card-text2,
.cid-tWv647xwnX .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv647xwnX .card-text1,
.cid-tWv647xwnX .mbr-section-btn {
  color: #502274;
}
.cid-tWv647xwnX .card-title2,
.cid-tWv647xwnX .social-row {
  color: #ffd7ef;
}
.cid-tWv647xwnX .mbr-role3,
.cid-tWv647xwnX .social-row {
  color: #ffffff;
}
.cid-tWv647xwnX .card-title3,
.cid-tWv647xwnX .social-row {
  color: #232323;
}
.cid-tWv647xwnX .card-title4,
.cid-tWv647xwnX .social-row {
  color: #ffffff;
}
.cid-tWv647xwnX .mbr-role3 {
  color: #232323;
}
.cid-tWv647xwnX .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv647xwnX .mbr-role4 {
  color: #ffffff;
}
.cid-tWv647xwnX .card-text4,
.cid-tWv647xwnX .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv648rFaG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv648rFaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv648rFaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv648rFaG .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv648rFaG .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv648rFaG .content-head {
  max-width: 800px;
}
.cid-tWv648rFaG .card1 {
  background: #ffd7ef;
}
.cid-tWv648rFaG .card2 {
  background: #260a30;
}
.cid-tWv648rFaG .card3 {
  background: #a0e2e1;
}
.cid-tWv648rFaG .card4 {
  background: #2e481a;
}
.cid-tWv648rFaG .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv648rFaG .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv648rFaG .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv648rFaG .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv648rFaG .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv648rFaG .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv648rFaG .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv648rFaG .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv648rFaG .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv648rFaG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv648rFaG .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv648rFaG .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv648rFaG .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv648rFaG .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv648rFaG .card-text3,
.cid-tWv648rFaG .mbr-section-btn {
  color: #232323;
}
.cid-tWv648rFaG .card-text2,
.cid-tWv648rFaG .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv648rFaG .card-text1,
.cid-tWv648rFaG .mbr-section-btn {
  color: #502274;
}
.cid-tWv648rFaG .card-title2,
.cid-tWv648rFaG .social-row {
  color: #ffd7ef;
}
.cid-tWv648rFaG .mbr-role3,
.cid-tWv648rFaG .social-row {
  color: #ffffff;
}
.cid-tWv648rFaG .card-title3,
.cid-tWv648rFaG .social-row {
  color: #232323;
}
.cid-tWv648rFaG .card-title4,
.cid-tWv648rFaG .social-row {
  color: #ffffff;
}
.cid-tWv648rFaG .mbr-role3 {
  color: #232323;
}
.cid-tWv648rFaG .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv648rFaG .mbr-role4 {
  color: #ffffff;
}
.cid-tWv648rFaG .card-text4,
.cid-tWv648rFaG .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv649c7SG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv649c7SG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv649c7SG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv649c7SG .row {
  justify-content: center;
}
.cid-tWv649c7SG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv649c7SG .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv649c7SG .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv649c7SG .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv649c7SG .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv649c7SG .content-head {
  max-width: 800px;
}
.cid-tWv649JV2x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv649JV2x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv649JV2x form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv649JV2x form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv649JV2x form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv649JV2x .content-head {
  max-width: 800px;
}
.cid-tWv649JV2x .mbr-section-title {
  color: #ffa600;
}
.cid-tWv64adyM2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv64adyM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv64adyM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv64adyM2 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv64adyM2 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv64adyM2 .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-tWv64adyM2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv64adyM2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv64adyM2 .content-head {
  max-width: 800px;
}
.cid-tWv64aPYmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv7VJhSnD {
  z-index: 1000;
  width: 100%;
}
.cid-tWv7VJhSnD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv7VJhSnD .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv7VJhSnD .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv7VJhSnD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv7VJhSnD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv7VJhSnD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv7VJhSnD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv7VJhSnD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv7VJhSnD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv7VJhSnD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv7VJhSnD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv7VJhSnD .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv7VJhSnD .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv7VJhSnD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv7VJhSnD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv7VJhSnD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv7VJhSnD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv7VJhSnD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv7VJhSnD .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv7VJhSnD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv7VJhSnD .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv7VJhSnD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv7VJhSnD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv7VJhSnD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv7VJhSnD .nav-item:focus,
.cid-tWv7VJhSnD .nav-link:focus {
  outline: none;
}
.cid-tWv7VJhSnD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv7VJhSnD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv7VJhSnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv7VJhSnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv7VJhSnD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv7VJhSnD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv7VJhSnD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv7VJhSnD .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv7VJhSnD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv7VJhSnD .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv7VJhSnD .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv7VJhSnD .navbar.collapsed {
  justify-content: center;
}
.cid-tWv7VJhSnD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv7VJhSnD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv7VJhSnD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv7VJhSnD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv7VJhSnD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv7VJhSnD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv7VJhSnD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv7VJhSnD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv7VJhSnD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv7VJhSnD .navbar {
    min-height: 72px;
  }
  .cid-tWv7VJhSnD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv7VJhSnD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv7VJhSnD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv7VJhSnD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv7VJhSnD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv7VJhSnD .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-tWv7VJhSnD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv7VJhSnD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv7VJhSnD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv7VJhSnD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv7VJhSnD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv7VJhSnD .dropdown-item.active,
.cid-tWv7VJhSnD .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv7VJhSnD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv7VJhSnD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv7VJhSnD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv7VJhSnD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv7VJhSnD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv7VJhSnD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv7VJhSnD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv7VJhSnD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv7VJhSnD .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv7VJhSnD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv7VJhSnD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv7VJhSnD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv7VJhSnD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv7VJhSnD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv7VJhSnD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv7VJhSnD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv7VJhSnD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv7VJhSnD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv7VJhSnD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv7VJhSnD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv7VJhSnD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv7VJhSnD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv7VJhSnD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv7VJhSnD .navbar {
    height: 70px;
  }
  .cid-tWv7VJhSnD .navbar.opened {
    height: auto;
  }
  .cid-tWv7VJhSnD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv7VJhSnD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv7VJhSnD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv7VJhSnD .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv7VJhSnD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv7VJhSnD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv7VJhSnD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv7VJhSnD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv7VJhSnD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv7VJhSnD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv7VK53Di {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv7VK53Di .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv7VK53Di .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv7VK53Di {
    align-items: center;
  }
  .cid-tWv7VK53Di .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv7VK53Di .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv7VK53Di {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv7VK53Di .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv7VK53Di .content-wrap {
    width: 100%;
  }
}
.cid-tWv7VK53Di .mbr-section-title {
  text-align: center;
}
.cid-tWv7VK53Di .mbr-text,
.cid-tWv7VK53Di .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv7VKJ2t0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv7VKJ2t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv7VKJ2t0 .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-tWv7VKJ2t0 .container-fluid {
    padding: 0;
  }
}
.cid-tWv7VKJ2t0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv7VKJ2t0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv7VKJ2t0 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv7VKJ2t0 .embla__button--next,
.cid-tWv7VKJ2t0 .embla__button--prev {
  display: flex;
}
.cid-tWv7VKJ2t0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv7VKJ2t0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv7VKJ2t0 .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-tWv7VKJ2t0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv7VKJ2t0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv7VKJ2t0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv7VKJ2t0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv7VKJ2t0 .embla {
  position: relative;
  width: 100%;
}
.cid-tWv7VKJ2t0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv7VKJ2t0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv7VKJ2t0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv7VKJ2t0 .embla__slide a {
  cursor: grab;
}
.cid-tWv7VKJ2t0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv7VKJ2t0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv7VKJ2t0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv7VKJ2t0 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv7VKJ2t0 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv7VKJ2t0 .mbr-box {
  color: #ffffff;
}
.cid-tWv7VKJ2t0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv7VKJ2t0 img,
.cid-tWv7VKJ2t0 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv7VKJ2t0 .item-wrapper {
  position: relative;
}
.cid-tWv7VKJ2t0 .content-head {
  max-width: 800px;
}
.cid-tWv7VM6Afd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv7VM6Afd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv7VM6Afd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv7VM6Afd .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv7VM6Afd .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv7VM6Afd .content-head {
  max-width: 800px;
}
.cid-tWv7VM6Afd .card1 {
  background: #ffd7ef;
}
.cid-tWv7VM6Afd .card2 {
  background: #260a30;
}
.cid-tWv7VM6Afd .card3 {
  background: #a0e2e1;
}
.cid-tWv7VM6Afd .card4 {
  background: #2e481a;
}
.cid-tWv7VM6Afd .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv7VM6Afd .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv7VM6Afd .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv7VM6Afd .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv7VM6Afd .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv7VM6Afd .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv7VM6Afd .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv7VM6Afd .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv7VM6Afd .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv7VM6Afd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv7VM6Afd .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv7VM6Afd .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv7VM6Afd .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv7VM6Afd .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv7VM6Afd .card-text3,
.cid-tWv7VM6Afd .mbr-section-btn {
  color: #232323;
}
.cid-tWv7VM6Afd .card-text2,
.cid-tWv7VM6Afd .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv7VM6Afd .card-text1,
.cid-tWv7VM6Afd .mbr-section-btn {
  color: #502274;
}
.cid-tWv7VM6Afd .card-title2,
.cid-tWv7VM6Afd .social-row {
  color: #ffd7ef;
}
.cid-tWv7VM6Afd .mbr-role3,
.cid-tWv7VM6Afd .social-row {
  color: #ffffff;
}
.cid-tWv7VM6Afd .card-title3,
.cid-tWv7VM6Afd .social-row {
  color: #232323;
}
.cid-tWv7VM6Afd .card-title4,
.cid-tWv7VM6Afd .social-row {
  color: #ffffff;
}
.cid-tWv7VM6Afd .mbr-role3 {
  color: #232323;
}
.cid-tWv7VM6Afd .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv7VM6Afd .mbr-role4 {
  color: #ffffff;
}
.cid-tWv7VM6Afd .card-text4,
.cid-tWv7VM6Afd .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv7VMOUvu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv7VMOUvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv7VMOUvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv7VMOUvu .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv7VMOUvu .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv7VMOUvu .content-head {
  max-width: 800px;
}
.cid-tWv7VMOUvu .card1 {
  background: #ffd7ef;
}
.cid-tWv7VMOUvu .card2 {
  background: #260a30;
}
.cid-tWv7VMOUvu .card3 {
  background: #a0e2e1;
}
.cid-tWv7VMOUvu .card4 {
  background: #2e481a;
}
.cid-tWv7VMOUvu .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv7VMOUvu .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv7VMOUvu .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv7VMOUvu .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv7VMOUvu .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv7VMOUvu .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv7VMOUvu .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv7VMOUvu .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv7VMOUvu .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv7VMOUvu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv7VMOUvu .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv7VMOUvu .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv7VMOUvu .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv7VMOUvu .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv7VMOUvu .card-text3,
.cid-tWv7VMOUvu .mbr-section-btn {
  color: #232323;
}
.cid-tWv7VMOUvu .card-text2,
.cid-tWv7VMOUvu .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv7VMOUvu .card-text1,
.cid-tWv7VMOUvu .mbr-section-btn {
  color: #502274;
}
.cid-tWv7VMOUvu .card-title2,
.cid-tWv7VMOUvu .social-row {
  color: #ffd7ef;
}
.cid-tWv7VMOUvu .mbr-role3,
.cid-tWv7VMOUvu .social-row {
  color: #ffffff;
}
.cid-tWv7VMOUvu .card-title3,
.cid-tWv7VMOUvu .social-row {
  color: #232323;
}
.cid-tWv7VMOUvu .card-title4,
.cid-tWv7VMOUvu .social-row {
  color: #ffffff;
}
.cid-tWv7VMOUvu .mbr-role3 {
  color: #232323;
}
.cid-tWv7VMOUvu .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv7VMOUvu .mbr-role4 {
  color: #ffffff;
}
.cid-tWv7VMOUvu .card-text4,
.cid-tWv7VMOUvu .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv7VNvI4W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv7VNvI4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv7VNvI4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv7VNvI4W .row {
  justify-content: center;
}
.cid-tWv7VNvI4W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv7VNvI4W .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv7VNvI4W .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv7VNvI4W .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv7VNvI4W .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv7VNvI4W .content-head {
  max-width: 800px;
}
.cid-tWv7VO3FSs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv7VO3FSs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv7VO3FSs form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv7VO3FSs form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv7VO3FSs form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv7VO3FSs .content-head {
  max-width: 800px;
}
.cid-tWv7VO3FSs .mbr-section-title {
  color: #ffa600;
}
.cid-tWv7VOuvda {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv7VOuvda .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv7VOuvda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv7VOuvda .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv7VOuvda .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv7VOuvda .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-tWv7VOuvda .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv7VOuvda .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv7VOuvda .content-head {
  max-width: 800px;
}
.cid-tWv7VP4d8V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv8cjMdno {
  z-index: 1000;
  width: 100%;
}
.cid-tWv8cjMdno .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv8cjMdno .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv8cjMdno .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv8cjMdno .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv8cjMdno .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv8cjMdno .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv8cjMdno .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv8cjMdno .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv8cjMdno .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv8cjMdno .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv8cjMdno .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv8cjMdno .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv8cjMdno .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv8cjMdno .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv8cjMdno .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv8cjMdno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv8cjMdno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv8cjMdno .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv8cjMdno .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8cjMdno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv8cjMdno .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv8cjMdno .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv8cjMdno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv8cjMdno .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv8cjMdno .nav-item:focus,
.cid-tWv8cjMdno .nav-link:focus {
  outline: none;
}
.cid-tWv8cjMdno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv8cjMdno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv8cjMdno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv8cjMdno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv8cjMdno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv8cjMdno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv8cjMdno .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv8cjMdno .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv8cjMdno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv8cjMdno .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv8cjMdno .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv8cjMdno .navbar.collapsed {
  justify-content: center;
}
.cid-tWv8cjMdno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv8cjMdno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv8cjMdno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv8cjMdno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv8cjMdno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv8cjMdno .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv8cjMdno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv8cjMdno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv8cjMdno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8cjMdno .navbar {
    min-height: 72px;
  }
  .cid-tWv8cjMdno .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv8cjMdno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv8cjMdno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv8cjMdno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv8cjMdno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv8cjMdno .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-tWv8cjMdno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv8cjMdno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv8cjMdno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv8cjMdno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8cjMdno .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv8cjMdno .dropdown-item.active,
.cid-tWv8cjMdno .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv8cjMdno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv8cjMdno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv8cjMdno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv8cjMdno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv8cjMdno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv8cjMdno .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv8cjMdno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv8cjMdno .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv8cjMdno .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv8cjMdno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv8cjMdno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv8cjMdno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv8cjMdno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8cjMdno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8cjMdno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv8cjMdno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8cjMdno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv8cjMdno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv8cjMdno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8cjMdno .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv8cjMdno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv8cjMdno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv8cjMdno .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv8cjMdno .navbar {
    height: 70px;
  }
  .cid-tWv8cjMdno .navbar.opened {
    height: auto;
  }
  .cid-tWv8cjMdno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv8cjMdno .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv8cjMdno .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv8cjMdno .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv8cjMdno .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv8cjMdno .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv8cjMdno .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv8cjMdno .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8cjMdno .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv8cjMdno .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv8cktHoD {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv8cktHoD .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv8cktHoD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv8cktHoD {
    align-items: center;
  }
  .cid-tWv8cktHoD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv8cktHoD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv8cktHoD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv8cktHoD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv8cktHoD .content-wrap {
    width: 100%;
  }
}
.cid-tWv8cktHoD .mbr-section-title {
  text-align: center;
}
.cid-tWv8cktHoD .mbr-text,
.cid-tWv8cktHoD .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv8clirwX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8clirwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8clirwX .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-tWv8clirwX .container-fluid {
    padding: 0;
  }
}
.cid-tWv8clirwX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv8clirwX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv8clirwX .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv8clirwX .embla__button--next,
.cid-tWv8clirwX .embla__button--prev {
  display: flex;
}
.cid-tWv8clirwX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv8clirwX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv8clirwX .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-tWv8clirwX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv8clirwX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv8clirwX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8clirwX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv8clirwX .embla {
  position: relative;
  width: 100%;
}
.cid-tWv8clirwX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv8clirwX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv8clirwX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv8clirwX .embla__slide a {
  cursor: grab;
}
.cid-tWv8clirwX .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv8clirwX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv8clirwX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv8clirwX .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8clirwX .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv8clirwX .mbr-box {
  color: #ffffff;
}
.cid-tWv8clirwX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv8clirwX img,
.cid-tWv8clirwX .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8clirwX .item-wrapper {
  position: relative;
}
.cid-tWv8clirwX .content-head {
  max-width: 800px;
}
.cid-tWv8cmAZIY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8cmAZIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8cmAZIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8cmAZIY .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8cmAZIY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8cmAZIY .content-head {
  max-width: 800px;
}
.cid-tWv8cmAZIY .card1 {
  background: #ffd7ef;
}
.cid-tWv8cmAZIY .card2 {
  background: #260a30;
}
.cid-tWv8cmAZIY .card3 {
  background: #a0e2e1;
}
.cid-tWv8cmAZIY .card4 {
  background: #2e481a;
}
.cid-tWv8cmAZIY .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8cmAZIY .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8cmAZIY .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8cmAZIY .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8cmAZIY .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8cmAZIY .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8cmAZIY .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8cmAZIY .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8cmAZIY .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8cmAZIY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8cmAZIY .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8cmAZIY .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8cmAZIY .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8cmAZIY .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8cmAZIY .card-text3,
.cid-tWv8cmAZIY .mbr-section-btn {
  color: #232323;
}
.cid-tWv8cmAZIY .card-text2,
.cid-tWv8cmAZIY .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8cmAZIY .card-text1,
.cid-tWv8cmAZIY .mbr-section-btn {
  color: #502274;
}
.cid-tWv8cmAZIY .card-title2,
.cid-tWv8cmAZIY .social-row {
  color: #ffd7ef;
}
.cid-tWv8cmAZIY .mbr-role3,
.cid-tWv8cmAZIY .social-row {
  color: #ffffff;
}
.cid-tWv8cmAZIY .card-title3,
.cid-tWv8cmAZIY .social-row {
  color: #232323;
}
.cid-tWv8cmAZIY .card-title4,
.cid-tWv8cmAZIY .social-row {
  color: #ffffff;
}
.cid-tWv8cmAZIY .mbr-role3 {
  color: #232323;
}
.cid-tWv8cmAZIY .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8cmAZIY .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8cmAZIY .card-text4,
.cid-tWv8cmAZIY .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8cnqeK2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv8cnqeK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8cnqeK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8cnqeK2 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8cnqeK2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8cnqeK2 .content-head {
  max-width: 800px;
}
.cid-tWv8cnqeK2 .card1 {
  background: #ffd7ef;
}
.cid-tWv8cnqeK2 .card2 {
  background: #260a30;
}
.cid-tWv8cnqeK2 .card3 {
  background: #a0e2e1;
}
.cid-tWv8cnqeK2 .card4 {
  background: #2e481a;
}
.cid-tWv8cnqeK2 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8cnqeK2 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8cnqeK2 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8cnqeK2 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8cnqeK2 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8cnqeK2 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8cnqeK2 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8cnqeK2 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8cnqeK2 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8cnqeK2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8cnqeK2 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8cnqeK2 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8cnqeK2 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8cnqeK2 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8cnqeK2 .card-text3,
.cid-tWv8cnqeK2 .mbr-section-btn {
  color: #232323;
}
.cid-tWv8cnqeK2 .card-text2,
.cid-tWv8cnqeK2 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8cnqeK2 .card-text1,
.cid-tWv8cnqeK2 .mbr-section-btn {
  color: #502274;
}
.cid-tWv8cnqeK2 .card-title2,
.cid-tWv8cnqeK2 .social-row {
  color: #ffd7ef;
}
.cid-tWv8cnqeK2 .mbr-role3,
.cid-tWv8cnqeK2 .social-row {
  color: #ffffff;
}
.cid-tWv8cnqeK2 .card-title3,
.cid-tWv8cnqeK2 .social-row {
  color: #232323;
}
.cid-tWv8cnqeK2 .card-title4,
.cid-tWv8cnqeK2 .social-row {
  color: #ffffff;
}
.cid-tWv8cnqeK2 .mbr-role3 {
  color: #232323;
}
.cid-tWv8cnqeK2 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8cnqeK2 .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8cnqeK2 .card-text4,
.cid-tWv8cnqeK2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8co3GFQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv8co3GFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8co3GFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8co3GFQ .row {
  justify-content: center;
}
.cid-tWv8co3GFQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv8co3GFQ .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv8co3GFQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv8co3GFQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv8co3GFQ .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv8co3GFQ .content-head {
  max-width: 800px;
}
.cid-tWv8coxN5m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv8coxN5m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv8coxN5m form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv8coxN5m form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv8coxN5m form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv8coxN5m .content-head {
  max-width: 800px;
}
.cid-tWv8coxN5m .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8cp2gYa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv8cp2gYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8cp2gYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8cp2gYa .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv8cp2gYa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv8cp2gYa .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-tWv8cp2gYa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv8cp2gYa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv8cp2gYa .content-head {
  max-width: 800px;
}
.cid-tWv8cpDN5m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv8ukaLge {
  z-index: 1000;
  width: 100%;
}
.cid-tWv8ukaLge .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv8ukaLge .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv8ukaLge .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv8ukaLge .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv8ukaLge .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv8ukaLge .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv8ukaLge .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv8ukaLge .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv8ukaLge .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv8ukaLge .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv8ukaLge .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv8ukaLge .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv8ukaLge .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv8ukaLge .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv8ukaLge .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv8ukaLge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv8ukaLge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv8ukaLge .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv8ukaLge .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8ukaLge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv8ukaLge .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv8ukaLge .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv8ukaLge .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv8ukaLge .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv8ukaLge .nav-item:focus,
.cid-tWv8ukaLge .nav-link:focus {
  outline: none;
}
.cid-tWv8ukaLge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv8ukaLge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv8ukaLge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv8ukaLge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv8ukaLge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv8ukaLge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv8ukaLge .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv8ukaLge .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv8ukaLge .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv8ukaLge .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv8ukaLge .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv8ukaLge .navbar.collapsed {
  justify-content: center;
}
.cid-tWv8ukaLge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv8ukaLge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv8ukaLge .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv8ukaLge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv8ukaLge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv8ukaLge .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv8ukaLge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv8ukaLge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv8ukaLge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8ukaLge .navbar {
    min-height: 72px;
  }
  .cid-tWv8ukaLge .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv8ukaLge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv8ukaLge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv8ukaLge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv8ukaLge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv8ukaLge .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-tWv8ukaLge .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv8ukaLge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv8ukaLge .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv8ukaLge .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8ukaLge .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv8ukaLge .dropdown-item.active,
.cid-tWv8ukaLge .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv8ukaLge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv8ukaLge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv8ukaLge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv8ukaLge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv8ukaLge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv8ukaLge .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv8ukaLge ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv8ukaLge .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv8ukaLge .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv8ukaLge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv8ukaLge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv8ukaLge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv8ukaLge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8ukaLge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8ukaLge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv8ukaLge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8ukaLge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv8ukaLge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv8ukaLge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8ukaLge .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv8ukaLge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv8ukaLge .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv8ukaLge .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv8ukaLge .navbar {
    height: 70px;
  }
  .cid-tWv8ukaLge .navbar.opened {
    height: auto;
  }
  .cid-tWv8ukaLge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv8ukaLge .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv8ukaLge .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv8ukaLge .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv8ukaLge .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv8ukaLge .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv8ukaLge .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv8ukaLge .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8ukaLge .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv8ukaLge .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv8ukLe2c {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv8ukLe2c .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv8ukLe2c .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv8ukLe2c {
    align-items: center;
  }
  .cid-tWv8ukLe2c .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv8ukLe2c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv8ukLe2c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv8ukLe2c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv8ukLe2c .content-wrap {
    width: 100%;
  }
}
.cid-tWv8ukLe2c .mbr-section-title {
  text-align: center;
}
.cid-tWv8ukLe2c .mbr-text,
.cid-tWv8ukLe2c .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv8ulptjz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8ulptjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8ulptjz .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-tWv8ulptjz .container-fluid {
    padding: 0;
  }
}
.cid-tWv8ulptjz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv8ulptjz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv8ulptjz .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv8ulptjz .embla__button--next,
.cid-tWv8ulptjz .embla__button--prev {
  display: flex;
}
.cid-tWv8ulptjz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv8ulptjz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv8ulptjz .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-tWv8ulptjz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv8ulptjz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv8ulptjz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8ulptjz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv8ulptjz .embla {
  position: relative;
  width: 100%;
}
.cid-tWv8ulptjz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv8ulptjz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv8ulptjz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv8ulptjz .embla__slide a {
  cursor: grab;
}
.cid-tWv8ulptjz .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv8ulptjz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv8ulptjz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv8ulptjz .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8ulptjz .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv8ulptjz .mbr-box {
  color: #ffffff;
}
.cid-tWv8ulptjz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv8ulptjz img,
.cid-tWv8ulptjz .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8ulptjz .item-wrapper {
  position: relative;
}
.cid-tWv8ulptjz .content-head {
  max-width: 800px;
}
.cid-tWv8umGKnV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8umGKnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8umGKnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8umGKnV .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8umGKnV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8umGKnV .content-head {
  max-width: 800px;
}
.cid-tWv8umGKnV .card1 {
  background: #ffd7ef;
}
.cid-tWv8umGKnV .card2 {
  background: #260a30;
}
.cid-tWv8umGKnV .card3 {
  background: #a0e2e1;
}
.cid-tWv8umGKnV .card4 {
  background: #2e481a;
}
.cid-tWv8umGKnV .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8umGKnV .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8umGKnV .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8umGKnV .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8umGKnV .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8umGKnV .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8umGKnV .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8umGKnV .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8umGKnV .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8umGKnV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8umGKnV .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8umGKnV .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8umGKnV .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8umGKnV .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8umGKnV .card-text3,
.cid-tWv8umGKnV .mbr-section-btn {
  color: #232323;
}
.cid-tWv8umGKnV .card-text2,
.cid-tWv8umGKnV .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8umGKnV .card-text1,
.cid-tWv8umGKnV .mbr-section-btn {
  color: #502274;
}
.cid-tWv8umGKnV .card-title2,
.cid-tWv8umGKnV .social-row {
  color: #ffd7ef;
}
.cid-tWv8umGKnV .mbr-role3,
.cid-tWv8umGKnV .social-row {
  color: #ffffff;
}
.cid-tWv8umGKnV .card-title3,
.cid-tWv8umGKnV .social-row {
  color: #232323;
}
.cid-tWv8umGKnV .card-title4,
.cid-tWv8umGKnV .social-row {
  color: #ffffff;
}
.cid-tWv8umGKnV .mbr-role3 {
  color: #232323;
}
.cid-tWv8umGKnV .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8umGKnV .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8umGKnV .card-text4,
.cid-tWv8umGKnV .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8unyK5s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv8unyK5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8unyK5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8unyK5s .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8unyK5s .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8unyK5s .content-head {
  max-width: 800px;
}
.cid-tWv8unyK5s .card1 {
  background: #ffd7ef;
}
.cid-tWv8unyK5s .card2 {
  background: #260a30;
}
.cid-tWv8unyK5s .card3 {
  background: #a0e2e1;
}
.cid-tWv8unyK5s .card4 {
  background: #2e481a;
}
.cid-tWv8unyK5s .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8unyK5s .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8unyK5s .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8unyK5s .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8unyK5s .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8unyK5s .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8unyK5s .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8unyK5s .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8unyK5s .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8unyK5s .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8unyK5s .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8unyK5s .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8unyK5s .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8unyK5s .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8unyK5s .card-text3,
.cid-tWv8unyK5s .mbr-section-btn {
  color: #232323;
}
.cid-tWv8unyK5s .card-text2,
.cid-tWv8unyK5s .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8unyK5s .card-text1,
.cid-tWv8unyK5s .mbr-section-btn {
  color: #502274;
}
.cid-tWv8unyK5s .card-title2,
.cid-tWv8unyK5s .social-row {
  color: #ffd7ef;
}
.cid-tWv8unyK5s .mbr-role3,
.cid-tWv8unyK5s .social-row {
  color: #ffffff;
}
.cid-tWv8unyK5s .card-title3,
.cid-tWv8unyK5s .social-row {
  color: #232323;
}
.cid-tWv8unyK5s .card-title4,
.cid-tWv8unyK5s .social-row {
  color: #ffffff;
}
.cid-tWv8unyK5s .mbr-role3 {
  color: #232323;
}
.cid-tWv8unyK5s .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8unyK5s .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8unyK5s .card-text4,
.cid-tWv8unyK5s .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8uoe6V6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv8uoe6V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8uoe6V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8uoe6V6 .row {
  justify-content: center;
}
.cid-tWv8uoe6V6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv8uoe6V6 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv8uoe6V6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv8uoe6V6 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv8uoe6V6 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv8uoe6V6 .content-head {
  max-width: 800px;
}
.cid-tWv8uoKEpP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv8uoKEpP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv8uoKEpP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv8uoKEpP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv8uoKEpP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv8uoKEpP .content-head {
  max-width: 800px;
}
.cid-tWv8uoKEpP .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8upbYIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv8upbYIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8upbYIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8upbYIn .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv8upbYIn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv8upbYIn .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-tWv8upbYIn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv8upbYIn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv8upbYIn .content-head {
  max-width: 800px;
}
.cid-tWv8upPMWs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv8FjjGWF {
  z-index: 1000;
  width: 100%;
}
.cid-tWv8FjjGWF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv8FjjGWF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv8FjjGWF .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv8FjjGWF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv8FjjGWF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv8FjjGWF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv8FjjGWF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv8FjjGWF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv8FjjGWF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv8FjjGWF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv8FjjGWF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv8FjjGWF .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv8FjjGWF .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv8FjjGWF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv8FjjGWF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv8FjjGWF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv8FjjGWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv8FjjGWF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv8FjjGWF .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8FjjGWF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv8FjjGWF .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv8FjjGWF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv8FjjGWF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv8FjjGWF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv8FjjGWF .nav-item:focus,
.cid-tWv8FjjGWF .nav-link:focus {
  outline: none;
}
.cid-tWv8FjjGWF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv8FjjGWF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv8FjjGWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv8FjjGWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv8FjjGWF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv8FjjGWF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv8FjjGWF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv8FjjGWF .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv8FjjGWF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv8FjjGWF .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv8FjjGWF .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv8FjjGWF .navbar.collapsed {
  justify-content: center;
}
.cid-tWv8FjjGWF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv8FjjGWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv8FjjGWF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv8FjjGWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv8FjjGWF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv8FjjGWF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv8FjjGWF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv8FjjGWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv8FjjGWF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8FjjGWF .navbar {
    min-height: 72px;
  }
  .cid-tWv8FjjGWF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv8FjjGWF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv8FjjGWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv8FjjGWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv8FjjGWF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv8FjjGWF .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-tWv8FjjGWF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv8FjjGWF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv8FjjGWF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv8FjjGWF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8FjjGWF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv8FjjGWF .dropdown-item.active,
.cid-tWv8FjjGWF .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv8FjjGWF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv8FjjGWF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv8FjjGWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv8FjjGWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv8FjjGWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv8FjjGWF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv8FjjGWF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv8FjjGWF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv8FjjGWF .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv8FjjGWF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv8FjjGWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv8FjjGWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv8FjjGWF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8FjjGWF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8FjjGWF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv8FjjGWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8FjjGWF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv8FjjGWF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv8FjjGWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8FjjGWF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv8FjjGWF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv8FjjGWF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv8FjjGWF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv8FjjGWF .navbar {
    height: 70px;
  }
  .cid-tWv8FjjGWF .navbar.opened {
    height: auto;
  }
  .cid-tWv8FjjGWF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv8FjjGWF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv8FjjGWF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv8FjjGWF .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv8FjjGWF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv8FjjGWF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv8FjjGWF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv8FjjGWF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8FjjGWF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv8FjjGWF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv8FjWbU0 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv8FjWbU0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv8FjWbU0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv8FjWbU0 {
    align-items: center;
  }
  .cid-tWv8FjWbU0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv8FjWbU0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv8FjWbU0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv8FjWbU0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv8FjWbU0 .content-wrap {
    width: 100%;
  }
}
.cid-tWv8FjWbU0 .mbr-section-title {
  text-align: center;
}
.cid-tWv8FjWbU0 .mbr-text,
.cid-tWv8FjWbU0 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv8FkztBs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8FkztBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8FkztBs .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-tWv8FkztBs .container-fluid {
    padding: 0;
  }
}
.cid-tWv8FkztBs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv8FkztBs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv8FkztBs .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv8FkztBs .embla__button--next,
.cid-tWv8FkztBs .embla__button--prev {
  display: flex;
}
.cid-tWv8FkztBs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv8FkztBs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv8FkztBs .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-tWv8FkztBs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv8FkztBs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv8FkztBs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8FkztBs .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv8FkztBs .embla {
  position: relative;
  width: 100%;
}
.cid-tWv8FkztBs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv8FkztBs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv8FkztBs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv8FkztBs .embla__slide a {
  cursor: grab;
}
.cid-tWv8FkztBs .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv8FkztBs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv8FkztBs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv8FkztBs .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8FkztBs .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv8FkztBs .mbr-box {
  color: #ffffff;
}
.cid-tWv8FkztBs .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv8FkztBs img,
.cid-tWv8FkztBs .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8FkztBs .item-wrapper {
  position: relative;
}
.cid-tWv8FkztBs .content-head {
  max-width: 800px;
}
.cid-tWv8Fm6XMO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8Fm6XMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8Fm6XMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8Fm6XMO .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8Fm6XMO .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8Fm6XMO .content-head {
  max-width: 800px;
}
.cid-tWv8Fm6XMO .card1 {
  background: #ffd7ef;
}
.cid-tWv8Fm6XMO .card2 {
  background: #260a30;
}
.cid-tWv8Fm6XMO .card3 {
  background: #a0e2e1;
}
.cid-tWv8Fm6XMO .card4 {
  background: #2e481a;
}
.cid-tWv8Fm6XMO .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8Fm6XMO .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8Fm6XMO .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8Fm6XMO .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8Fm6XMO .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8Fm6XMO .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8Fm6XMO .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8Fm6XMO .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8Fm6XMO .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8Fm6XMO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8Fm6XMO .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8Fm6XMO .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8Fm6XMO .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8Fm6XMO .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8Fm6XMO .card-text3,
.cid-tWv8Fm6XMO .mbr-section-btn {
  color: #232323;
}
.cid-tWv8Fm6XMO .card-text2,
.cid-tWv8Fm6XMO .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8Fm6XMO .card-text1,
.cid-tWv8Fm6XMO .mbr-section-btn {
  color: #502274;
}
.cid-tWv8Fm6XMO .card-title2,
.cid-tWv8Fm6XMO .social-row {
  color: #ffd7ef;
}
.cid-tWv8Fm6XMO .mbr-role3,
.cid-tWv8Fm6XMO .social-row {
  color: #ffffff;
}
.cid-tWv8Fm6XMO .card-title3,
.cid-tWv8Fm6XMO .social-row {
  color: #232323;
}
.cid-tWv8Fm6XMO .card-title4,
.cid-tWv8Fm6XMO .social-row {
  color: #ffffff;
}
.cid-tWv8Fm6XMO .mbr-role3 {
  color: #232323;
}
.cid-tWv8Fm6XMO .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8Fm6XMO .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8Fm6XMO .card-text4,
.cid-tWv8Fm6XMO .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8FmOOF6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv8FmOOF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8FmOOF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8FmOOF6 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8FmOOF6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8FmOOF6 .content-head {
  max-width: 800px;
}
.cid-tWv8FmOOF6 .card1 {
  background: #ffd7ef;
}
.cid-tWv8FmOOF6 .card2 {
  background: #260a30;
}
.cid-tWv8FmOOF6 .card3 {
  background: #a0e2e1;
}
.cid-tWv8FmOOF6 .card4 {
  background: #2e481a;
}
.cid-tWv8FmOOF6 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8FmOOF6 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8FmOOF6 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8FmOOF6 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8FmOOF6 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8FmOOF6 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8FmOOF6 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8FmOOF6 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8FmOOF6 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8FmOOF6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8FmOOF6 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8FmOOF6 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8FmOOF6 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8FmOOF6 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8FmOOF6 .card-text3,
.cid-tWv8FmOOF6 .mbr-section-btn {
  color: #232323;
}
.cid-tWv8FmOOF6 .card-text2,
.cid-tWv8FmOOF6 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8FmOOF6 .card-text1,
.cid-tWv8FmOOF6 .mbr-section-btn {
  color: #502274;
}
.cid-tWv8FmOOF6 .card-title2,
.cid-tWv8FmOOF6 .social-row {
  color: #ffd7ef;
}
.cid-tWv8FmOOF6 .mbr-role3,
.cid-tWv8FmOOF6 .social-row {
  color: #ffffff;
}
.cid-tWv8FmOOF6 .card-title3,
.cid-tWv8FmOOF6 .social-row {
  color: #232323;
}
.cid-tWv8FmOOF6 .card-title4,
.cid-tWv8FmOOF6 .social-row {
  color: #ffffff;
}
.cid-tWv8FmOOF6 .mbr-role3 {
  color: #232323;
}
.cid-tWv8FmOOF6 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8FmOOF6 .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8FmOOF6 .card-text4,
.cid-tWv8FmOOF6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8FnrDOK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv8FnrDOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8FnrDOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8FnrDOK .row {
  justify-content: center;
}
.cid-tWv8FnrDOK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv8FnrDOK .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv8FnrDOK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv8FnrDOK .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv8FnrDOK .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv8FnrDOK .content-head {
  max-width: 800px;
}
.cid-tWv8Fo2Yy8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv8Fo2Yy8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv8Fo2Yy8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv8Fo2Yy8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv8Fo2Yy8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv8Fo2Yy8 .content-head {
  max-width: 800px;
}
.cid-tWv8Fo2Yy8 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8FoB17X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv8FoB17X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8FoB17X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8FoB17X .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv8FoB17X .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv8FoB17X .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-tWv8FoB17X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv8FoB17X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv8FoB17X .content-head {
  max-width: 800px;
}
.cid-tWv8Fp9puk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv8UA8bq6 {
  z-index: 1000;
  width: 100%;
}
.cid-tWv8UA8bq6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv8UA8bq6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv8UA8bq6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv8UA8bq6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv8UA8bq6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv8UA8bq6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv8UA8bq6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv8UA8bq6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv8UA8bq6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv8UA8bq6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv8UA8bq6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv8UA8bq6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv8UA8bq6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv8UA8bq6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv8UA8bq6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv8UA8bq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv8UA8bq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv8UA8bq6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv8UA8bq6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8UA8bq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv8UA8bq6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv8UA8bq6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv8UA8bq6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv8UA8bq6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv8UA8bq6 .nav-item:focus,
.cid-tWv8UA8bq6 .nav-link:focus {
  outline: none;
}
.cid-tWv8UA8bq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv8UA8bq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv8UA8bq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv8UA8bq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv8UA8bq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv8UA8bq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv8UA8bq6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv8UA8bq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv8UA8bq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv8UA8bq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv8UA8bq6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv8UA8bq6 .navbar.collapsed {
  justify-content: center;
}
.cid-tWv8UA8bq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv8UA8bq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv8UA8bq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv8UA8bq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv8UA8bq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv8UA8bq6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv8UA8bq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv8UA8bq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv8UA8bq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8UA8bq6 .navbar {
    min-height: 72px;
  }
  .cid-tWv8UA8bq6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv8UA8bq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv8UA8bq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv8UA8bq6 .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-tWv8UA8bq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv8UA8bq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv8UA8bq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv8UA8bq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv8UA8bq6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv8UA8bq6 .dropdown-item.active,
.cid-tWv8UA8bq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv8UA8bq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv8UA8bq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv8UA8bq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv8UA8bq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv8UA8bq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv8UA8bq6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv8UA8bq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv8UA8bq6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv8UA8bq6 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv8UA8bq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv8UA8bq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv8UA8bq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv8UA8bq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8UA8bq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv8UA8bq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv8UA8bq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8UA8bq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv8UA8bq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv8UA8bq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv8UA8bq6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv8UA8bq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv8UA8bq6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv8UA8bq6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv8UA8bq6 .navbar {
    height: 70px;
  }
  .cid-tWv8UA8bq6 .navbar.opened {
    height: auto;
  }
  .cid-tWv8UA8bq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv8UA8bq6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv8UA8bq6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv8UA8bq6 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv8UA8bq6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv8UA8bq6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv8UA8bq6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv8UA8bq6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv8UA8bq6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv8UA8bq6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv8UAJ7cy {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv8UAJ7cy .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv8UAJ7cy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv8UAJ7cy {
    align-items: center;
  }
  .cid-tWv8UAJ7cy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv8UAJ7cy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv8UAJ7cy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv8UAJ7cy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv8UAJ7cy .content-wrap {
    width: 100%;
  }
}
.cid-tWv8UAJ7cy .mbr-section-title {
  text-align: center;
}
.cid-tWv8UAJ7cy .mbr-text,
.cid-tWv8UAJ7cy .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv8UBjb7Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8UBjb7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8UBjb7Y .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-tWv8UBjb7Y .container-fluid {
    padding: 0;
  }
}
.cid-tWv8UBjb7Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv8UBjb7Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv8UBjb7Y .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv8UBjb7Y .embla__button--next,
.cid-tWv8UBjb7Y .embla__button--prev {
  display: flex;
}
.cid-tWv8UBjb7Y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv8UBjb7Y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv8UBjb7Y .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-tWv8UBjb7Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv8UBjb7Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv8UBjb7Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv8UBjb7Y .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv8UBjb7Y .embla {
  position: relative;
  width: 100%;
}
.cid-tWv8UBjb7Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv8UBjb7Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv8UBjb7Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv8UBjb7Y .embla__slide a {
  cursor: grab;
}
.cid-tWv8UBjb7Y .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv8UBjb7Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv8UBjb7Y .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv8UBjb7Y .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8UBjb7Y .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv8UBjb7Y .mbr-box {
  color: #ffffff;
}
.cid-tWv8UBjb7Y .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv8UBjb7Y img,
.cid-tWv8UBjb7Y .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8UBjb7Y .item-wrapper {
  position: relative;
}
.cid-tWv8UBjb7Y .content-head {
  max-width: 800px;
}
.cid-tWv8UCkoo5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv8UCkoo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8UCkoo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8UCkoo5 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8UCkoo5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8UCkoo5 .content-head {
  max-width: 800px;
}
.cid-tWv8UCkoo5 .card1 {
  background: #ffd7ef;
}
.cid-tWv8UCkoo5 .card2 {
  background: #260a30;
}
.cid-tWv8UCkoo5 .card3 {
  background: #a0e2e1;
}
.cid-tWv8UCkoo5 .card4 {
  background: #2e481a;
}
.cid-tWv8UCkoo5 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8UCkoo5 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8UCkoo5 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8UCkoo5 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8UCkoo5 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8UCkoo5 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8UCkoo5 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8UCkoo5 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8UCkoo5 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8UCkoo5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8UCkoo5 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8UCkoo5 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8UCkoo5 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8UCkoo5 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8UCkoo5 .card-text3,
.cid-tWv8UCkoo5 .mbr-section-btn {
  color: #232323;
}
.cid-tWv8UCkoo5 .card-text2,
.cid-tWv8UCkoo5 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8UCkoo5 .card-text1,
.cid-tWv8UCkoo5 .mbr-section-btn {
  color: #502274;
}
.cid-tWv8UCkoo5 .card-title2,
.cid-tWv8UCkoo5 .social-row {
  color: #ffd7ef;
}
.cid-tWv8UCkoo5 .mbr-role3,
.cid-tWv8UCkoo5 .social-row {
  color: #ffffff;
}
.cid-tWv8UCkoo5 .card-title3,
.cid-tWv8UCkoo5 .social-row {
  color: #232323;
}
.cid-tWv8UCkoo5 .card-title4,
.cid-tWv8UCkoo5 .social-row {
  color: #ffffff;
}
.cid-tWv8UCkoo5 .mbr-role3 {
  color: #232323;
}
.cid-tWv8UCkoo5 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8UCkoo5 .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8UCkoo5 .card-text4,
.cid-tWv8UCkoo5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8UD2X2X {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv8UD2X2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8UD2X2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8UD2X2X .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv8UD2X2X .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv8UD2X2X .content-head {
  max-width: 800px;
}
.cid-tWv8UD2X2X .card1 {
  background: #ffd7ef;
}
.cid-tWv8UD2X2X .card2 {
  background: #260a30;
}
.cid-tWv8UD2X2X .card3 {
  background: #a0e2e1;
}
.cid-tWv8UD2X2X .card4 {
  background: #2e481a;
}
.cid-tWv8UD2X2X .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv8UD2X2X .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv8UD2X2X .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv8UD2X2X .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv8UD2X2X .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv8UD2X2X .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv8UD2X2X .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv8UD2X2X .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv8UD2X2X .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv8UD2X2X .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv8UD2X2X .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv8UD2X2X .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv8UD2X2X .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv8UD2X2X .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv8UD2X2X .card-text3,
.cid-tWv8UD2X2X .mbr-section-btn {
  color: #232323;
}
.cid-tWv8UD2X2X .card-text2,
.cid-tWv8UD2X2X .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv8UD2X2X .card-text1,
.cid-tWv8UD2X2X .mbr-section-btn {
  color: #502274;
}
.cid-tWv8UD2X2X .card-title2,
.cid-tWv8UD2X2X .social-row {
  color: #ffd7ef;
}
.cid-tWv8UD2X2X .mbr-role3,
.cid-tWv8UD2X2X .social-row {
  color: #ffffff;
}
.cid-tWv8UD2X2X .card-title3,
.cid-tWv8UD2X2X .social-row {
  color: #232323;
}
.cid-tWv8UD2X2X .card-title4,
.cid-tWv8UD2X2X .social-row {
  color: #ffffff;
}
.cid-tWv8UD2X2X .mbr-role3 {
  color: #232323;
}
.cid-tWv8UD2X2X .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv8UD2X2X .mbr-role4 {
  color: #ffffff;
}
.cid-tWv8UD2X2X .card-text4,
.cid-tWv8UD2X2X .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv8UDQqFh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv8UDQqFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8UDQqFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8UDQqFh .row {
  justify-content: center;
}
.cid-tWv8UDQqFh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv8UDQqFh .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv8UDQqFh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv8UDQqFh .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv8UDQqFh .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv8UDQqFh .content-head {
  max-width: 800px;
}
.cid-tWv8UEpffv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv8UEpffv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv8UEpffv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv8UEpffv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv8UEpffv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv8UEpffv .content-head {
  max-width: 800px;
}
.cid-tWv8UEpffv .mbr-section-title {
  color: #ffa600;
}
.cid-tWv8UEZDlg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv8UEZDlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv8UEZDlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv8UEZDlg .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv8UEZDlg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv8UEZDlg .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-tWv8UEZDlg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv8UEZDlg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv8UEZDlg .content-head {
  max-width: 800px;
}
.cid-tWv8UFzXGH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv9613RZ6 {
  z-index: 1000;
  width: 100%;
}
.cid-tWv9613RZ6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv9613RZ6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv9613RZ6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv9613RZ6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv9613RZ6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv9613RZ6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv9613RZ6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv9613RZ6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv9613RZ6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv9613RZ6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv9613RZ6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv9613RZ6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv9613RZ6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv9613RZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv9613RZ6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv9613RZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv9613RZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv9613RZ6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv9613RZ6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9613RZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv9613RZ6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv9613RZ6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv9613RZ6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv9613RZ6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv9613RZ6 .nav-item:focus,
.cid-tWv9613RZ6 .nav-link:focus {
  outline: none;
}
.cid-tWv9613RZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv9613RZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv9613RZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv9613RZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv9613RZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv9613RZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv9613RZ6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv9613RZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv9613RZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv9613RZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv9613RZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv9613RZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-tWv9613RZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv9613RZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv9613RZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv9613RZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv9613RZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv9613RZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv9613RZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv9613RZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv9613RZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv9613RZ6 .navbar {
    min-height: 72px;
  }
  .cid-tWv9613RZ6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv9613RZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv9613RZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv9613RZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv9613RZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv9613RZ6 .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-tWv9613RZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv9613RZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv9613RZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv9613RZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9613RZ6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv9613RZ6 .dropdown-item.active,
.cid-tWv9613RZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv9613RZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv9613RZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv9613RZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv9613RZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv9613RZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv9613RZ6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv9613RZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv9613RZ6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv9613RZ6 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv9613RZ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv9613RZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv9613RZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv9613RZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9613RZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9613RZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv9613RZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9613RZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv9613RZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv9613RZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9613RZ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv9613RZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv9613RZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv9613RZ6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv9613RZ6 .navbar {
    height: 70px;
  }
  .cid-tWv9613RZ6 .navbar.opened {
    height: auto;
  }
  .cid-tWv9613RZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv9613RZ6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv9613RZ6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv9613RZ6 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv9613RZ6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv9613RZ6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv9613RZ6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv9613RZ6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9613RZ6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv9613RZ6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv961KBg2 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv961KBg2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv961KBg2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv961KBg2 {
    align-items: center;
  }
  .cid-tWv961KBg2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv961KBg2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv961KBg2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv961KBg2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv961KBg2 .content-wrap {
    width: 100%;
  }
}
.cid-tWv961KBg2 .mbr-section-title {
  text-align: center;
}
.cid-tWv961KBg2 .mbr-text,
.cid-tWv961KBg2 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv962B7Mo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv962B7Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv962B7Mo .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-tWv962B7Mo .container-fluid {
    padding: 0;
  }
}
.cid-tWv962B7Mo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv962B7Mo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv962B7Mo .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv962B7Mo .embla__button--next,
.cid-tWv962B7Mo .embla__button--prev {
  display: flex;
}
.cid-tWv962B7Mo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv962B7Mo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv962B7Mo .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-tWv962B7Mo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv962B7Mo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv962B7Mo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv962B7Mo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv962B7Mo .embla {
  position: relative;
  width: 100%;
}
.cid-tWv962B7Mo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv962B7Mo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv962B7Mo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv962B7Mo .embla__slide a {
  cursor: grab;
}
.cid-tWv962B7Mo .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv962B7Mo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv962B7Mo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv962B7Mo .mbr-section-title {
  color: #ffa600;
}
.cid-tWv962B7Mo .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv962B7Mo .mbr-box {
  color: #ffffff;
}
.cid-tWv962B7Mo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv962B7Mo img,
.cid-tWv962B7Mo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv962B7Mo .item-wrapper {
  position: relative;
}
.cid-tWv962B7Mo .content-head {
  max-width: 800px;
}
.cid-tWv963T7Cj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv963T7Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv963T7Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv963T7Cj .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv963T7Cj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv963T7Cj .content-head {
  max-width: 800px;
}
.cid-tWv963T7Cj .card1 {
  background: #ffd7ef;
}
.cid-tWv963T7Cj .card2 {
  background: #260a30;
}
.cid-tWv963T7Cj .card3 {
  background: #a0e2e1;
}
.cid-tWv963T7Cj .card4 {
  background: #2e481a;
}
.cid-tWv963T7Cj .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv963T7Cj .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv963T7Cj .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv963T7Cj .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv963T7Cj .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv963T7Cj .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv963T7Cj .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv963T7Cj .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv963T7Cj .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv963T7Cj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv963T7Cj .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv963T7Cj .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv963T7Cj .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv963T7Cj .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv963T7Cj .card-text3,
.cid-tWv963T7Cj .mbr-section-btn {
  color: #232323;
}
.cid-tWv963T7Cj .card-text2,
.cid-tWv963T7Cj .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv963T7Cj .card-text1,
.cid-tWv963T7Cj .mbr-section-btn {
  color: #502274;
}
.cid-tWv963T7Cj .card-title2,
.cid-tWv963T7Cj .social-row {
  color: #ffd7ef;
}
.cid-tWv963T7Cj .mbr-role3,
.cid-tWv963T7Cj .social-row {
  color: #ffffff;
}
.cid-tWv963T7Cj .card-title3,
.cid-tWv963T7Cj .social-row {
  color: #232323;
}
.cid-tWv963T7Cj .card-title4,
.cid-tWv963T7Cj .social-row {
  color: #ffffff;
}
.cid-tWv963T7Cj .mbr-role3 {
  color: #232323;
}
.cid-tWv963T7Cj .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv963T7Cj .mbr-role4 {
  color: #ffffff;
}
.cid-tWv963T7Cj .card-text4,
.cid-tWv963T7Cj .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv964IzFU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv964IzFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv964IzFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv964IzFU .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv964IzFU .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv964IzFU .content-head {
  max-width: 800px;
}
.cid-tWv964IzFU .card1 {
  background: #ffd7ef;
}
.cid-tWv964IzFU .card2 {
  background: #260a30;
}
.cid-tWv964IzFU .card3 {
  background: #a0e2e1;
}
.cid-tWv964IzFU .card4 {
  background: #2e481a;
}
.cid-tWv964IzFU .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv964IzFU .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv964IzFU .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv964IzFU .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv964IzFU .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv964IzFU .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv964IzFU .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv964IzFU .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv964IzFU .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv964IzFU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv964IzFU .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv964IzFU .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv964IzFU .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv964IzFU .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv964IzFU .card-text3,
.cid-tWv964IzFU .mbr-section-btn {
  color: #232323;
}
.cid-tWv964IzFU .card-text2,
.cid-tWv964IzFU .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv964IzFU .card-text1,
.cid-tWv964IzFU .mbr-section-btn {
  color: #502274;
}
.cid-tWv964IzFU .card-title2,
.cid-tWv964IzFU .social-row {
  color: #ffd7ef;
}
.cid-tWv964IzFU .mbr-role3,
.cid-tWv964IzFU .social-row {
  color: #ffffff;
}
.cid-tWv964IzFU .card-title3,
.cid-tWv964IzFU .social-row {
  color: #232323;
}
.cid-tWv964IzFU .card-title4,
.cid-tWv964IzFU .social-row {
  color: #ffffff;
}
.cid-tWv964IzFU .mbr-role3 {
  color: #232323;
}
.cid-tWv964IzFU .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv964IzFU .mbr-role4 {
  color: #ffffff;
}
.cid-tWv964IzFU .card-text4,
.cid-tWv964IzFU .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv965kHaU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv965kHaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv965kHaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv965kHaU .row {
  justify-content: center;
}
.cid-tWv965kHaU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv965kHaU .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv965kHaU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv965kHaU .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv965kHaU .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv965kHaU .content-head {
  max-width: 800px;
}
.cid-tWv965RXDa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv965RXDa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv965RXDa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv965RXDa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv965RXDa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv965RXDa .content-head {
  max-width: 800px;
}
.cid-tWv965RXDa .mbr-section-title {
  color: #ffa600;
}
.cid-tWv966w7jN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv966w7jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv966w7jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv966w7jN .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv966w7jN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv966w7jN .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-tWv966w7jN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv966w7jN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv966w7jN .content-head {
  max-width: 800px;
}
.cid-tWv967nnbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv9hJVlt4 {
  z-index: 1000;
  width: 100%;
}
.cid-tWv9hJVlt4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv9hJVlt4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv9hJVlt4 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv9hJVlt4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv9hJVlt4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv9hJVlt4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv9hJVlt4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv9hJVlt4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv9hJVlt4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv9hJVlt4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv9hJVlt4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv9hJVlt4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv9hJVlt4 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv9hJVlt4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv9hJVlt4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv9hJVlt4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv9hJVlt4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv9hJVlt4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv9hJVlt4 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9hJVlt4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv9hJVlt4 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv9hJVlt4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv9hJVlt4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv9hJVlt4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv9hJVlt4 .nav-item:focus,
.cid-tWv9hJVlt4 .nav-link:focus {
  outline: none;
}
.cid-tWv9hJVlt4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv9hJVlt4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv9hJVlt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv9hJVlt4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv9hJVlt4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv9hJVlt4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv9hJVlt4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv9hJVlt4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv9hJVlt4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv9hJVlt4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv9hJVlt4 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv9hJVlt4 .navbar.collapsed {
  justify-content: center;
}
.cid-tWv9hJVlt4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv9hJVlt4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv9hJVlt4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv9hJVlt4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv9hJVlt4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv9hJVlt4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv9hJVlt4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv9hJVlt4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv9hJVlt4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv9hJVlt4 .navbar {
    min-height: 72px;
  }
  .cid-tWv9hJVlt4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv9hJVlt4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv9hJVlt4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv9hJVlt4 .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-tWv9hJVlt4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv9hJVlt4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv9hJVlt4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv9hJVlt4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9hJVlt4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv9hJVlt4 .dropdown-item.active,
.cid-tWv9hJVlt4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv9hJVlt4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv9hJVlt4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv9hJVlt4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv9hJVlt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv9hJVlt4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv9hJVlt4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv9hJVlt4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv9hJVlt4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv9hJVlt4 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv9hJVlt4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv9hJVlt4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv9hJVlt4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv9hJVlt4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9hJVlt4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9hJVlt4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv9hJVlt4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9hJVlt4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv9hJVlt4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv9hJVlt4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9hJVlt4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv9hJVlt4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv9hJVlt4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv9hJVlt4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv9hJVlt4 .navbar {
    height: 70px;
  }
  .cid-tWv9hJVlt4 .navbar.opened {
    height: auto;
  }
  .cid-tWv9hJVlt4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv9hJVlt4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv9hJVlt4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv9hJVlt4 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv9hJVlt4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv9hJVlt4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv9hJVlt4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv9hJVlt4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9hJVlt4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv9hJVlt4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv9hKl0ZN {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv9hKl0ZN .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv9hKl0ZN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv9hKl0ZN {
    align-items: center;
  }
  .cid-tWv9hKl0ZN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv9hKl0ZN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv9hKl0ZN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv9hKl0ZN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv9hKl0ZN .content-wrap {
    width: 100%;
  }
}
.cid-tWv9hKl0ZN .mbr-section-title {
  text-align: center;
}
.cid-tWv9hKl0ZN .mbr-text,
.cid-tWv9hKl0ZN .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv9hKYPqx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv9hKYPqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9hKYPqx .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-tWv9hKYPqx .container-fluid {
    padding: 0;
  }
}
.cid-tWv9hKYPqx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv9hKYPqx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv9hKYPqx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv9hKYPqx .embla__button--next,
.cid-tWv9hKYPqx .embla__button--prev {
  display: flex;
}
.cid-tWv9hKYPqx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv9hKYPqx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv9hKYPqx .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-tWv9hKYPqx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv9hKYPqx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv9hKYPqx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv9hKYPqx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv9hKYPqx .embla {
  position: relative;
  width: 100%;
}
.cid-tWv9hKYPqx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv9hKYPqx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv9hKYPqx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv9hKYPqx .embla__slide a {
  cursor: grab;
}
.cid-tWv9hKYPqx .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv9hKYPqx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv9hKYPqx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv9hKYPqx .mbr-section-title {
  color: #ffa600;
}
.cid-tWv9hKYPqx .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv9hKYPqx .mbr-box {
  color: #ffffff;
}
.cid-tWv9hKYPqx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv9hKYPqx img,
.cid-tWv9hKYPqx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9hKYPqx .item-wrapper {
  position: relative;
}
.cid-tWv9hKYPqx .content-head {
  max-width: 800px;
}
.cid-tWv9hMMnti {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv9hMMnti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9hMMnti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9hMMnti .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv9hMMnti .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv9hMMnti .content-head {
  max-width: 800px;
}
.cid-tWv9hMMnti .card1 {
  background: #ffd7ef;
}
.cid-tWv9hMMnti .card2 {
  background: #260a30;
}
.cid-tWv9hMMnti .card3 {
  background: #a0e2e1;
}
.cid-tWv9hMMnti .card4 {
  background: #2e481a;
}
.cid-tWv9hMMnti .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv9hMMnti .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv9hMMnti .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv9hMMnti .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv9hMMnti .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9hMMnti .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv9hMMnti .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv9hMMnti .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9hMMnti .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv9hMMnti .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv9hMMnti .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv9hMMnti .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv9hMMnti .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv9hMMnti .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv9hMMnti .card-text3,
.cid-tWv9hMMnti .mbr-section-btn {
  color: #232323;
}
.cid-tWv9hMMnti .card-text2,
.cid-tWv9hMMnti .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv9hMMnti .card-text1,
.cid-tWv9hMMnti .mbr-section-btn {
  color: #502274;
}
.cid-tWv9hMMnti .card-title2,
.cid-tWv9hMMnti .social-row {
  color: #ffd7ef;
}
.cid-tWv9hMMnti .mbr-role3,
.cid-tWv9hMMnti .social-row {
  color: #ffffff;
}
.cid-tWv9hMMnti .card-title3,
.cid-tWv9hMMnti .social-row {
  color: #232323;
}
.cid-tWv9hMMnti .card-title4,
.cid-tWv9hMMnti .social-row {
  color: #ffffff;
}
.cid-tWv9hMMnti .mbr-role3 {
  color: #232323;
}
.cid-tWv9hMMnti .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv9hMMnti .mbr-role4 {
  color: #ffffff;
}
.cid-tWv9hMMnti .card-text4,
.cid-tWv9hMMnti .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv9hNQrTO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv9hNQrTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9hNQrTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9hNQrTO .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv9hNQrTO .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv9hNQrTO .content-head {
  max-width: 800px;
}
.cid-tWv9hNQrTO .card1 {
  background: #ffd7ef;
}
.cid-tWv9hNQrTO .card2 {
  background: #260a30;
}
.cid-tWv9hNQrTO .card3 {
  background: #a0e2e1;
}
.cid-tWv9hNQrTO .card4 {
  background: #2e481a;
}
.cid-tWv9hNQrTO .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv9hNQrTO .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv9hNQrTO .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv9hNQrTO .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv9hNQrTO .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9hNQrTO .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv9hNQrTO .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv9hNQrTO .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9hNQrTO .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv9hNQrTO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv9hNQrTO .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv9hNQrTO .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv9hNQrTO .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv9hNQrTO .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv9hNQrTO .card-text3,
.cid-tWv9hNQrTO .mbr-section-btn {
  color: #232323;
}
.cid-tWv9hNQrTO .card-text2,
.cid-tWv9hNQrTO .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv9hNQrTO .card-text1,
.cid-tWv9hNQrTO .mbr-section-btn {
  color: #502274;
}
.cid-tWv9hNQrTO .card-title2,
.cid-tWv9hNQrTO .social-row {
  color: #ffd7ef;
}
.cid-tWv9hNQrTO .mbr-role3,
.cid-tWv9hNQrTO .social-row {
  color: #ffffff;
}
.cid-tWv9hNQrTO .card-title3,
.cid-tWv9hNQrTO .social-row {
  color: #232323;
}
.cid-tWv9hNQrTO .card-title4,
.cid-tWv9hNQrTO .social-row {
  color: #ffffff;
}
.cid-tWv9hNQrTO .mbr-role3 {
  color: #232323;
}
.cid-tWv9hNQrTO .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv9hNQrTO .mbr-role4 {
  color: #ffffff;
}
.cid-tWv9hNQrTO .card-text4,
.cid-tWv9hNQrTO .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv9hOPaWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv9hOPaWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9hOPaWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9hOPaWX .row {
  justify-content: center;
}
.cid-tWv9hOPaWX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv9hOPaWX .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv9hOPaWX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv9hOPaWX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv9hOPaWX .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv9hOPaWX .content-head {
  max-width: 800px;
}
.cid-tWv9hPWHI3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv9hPWHI3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv9hPWHI3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv9hPWHI3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv9hPWHI3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv9hPWHI3 .content-head {
  max-width: 800px;
}
.cid-tWv9hPWHI3 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv9hQCSPe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv9hQCSPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9hQCSPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9hQCSPe .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv9hQCSPe .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv9hQCSPe .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-tWv9hQCSPe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv9hQCSPe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv9hQCSPe .content-head {
  max-width: 800px;
}
.cid-tWv9hRmOEt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWv9s0TwNn {
  z-index: 1000;
  width: 100%;
}
.cid-tWv9s0TwNn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWv9s0TwNn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWv9s0TwNn .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWv9s0TwNn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWv9s0TwNn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWv9s0TwNn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWv9s0TwNn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWv9s0TwNn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWv9s0TwNn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWv9s0TwNn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWv9s0TwNn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWv9s0TwNn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWv9s0TwNn .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWv9s0TwNn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWv9s0TwNn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWv9s0TwNn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWv9s0TwNn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWv9s0TwNn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWv9s0TwNn .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9s0TwNn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWv9s0TwNn .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWv9s0TwNn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWv9s0TwNn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWv9s0TwNn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWv9s0TwNn .nav-item:focus,
.cid-tWv9s0TwNn .nav-link:focus {
  outline: none;
}
.cid-tWv9s0TwNn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWv9s0TwNn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWv9s0TwNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWv9s0TwNn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWv9s0TwNn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWv9s0TwNn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWv9s0TwNn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWv9s0TwNn .navbar.opened {
  transition: all 0.3s;
}
.cid-tWv9s0TwNn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWv9s0TwNn .navbar .navbar-logo img {
  width: auto;
}
.cid-tWv9s0TwNn .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWv9s0TwNn .navbar.collapsed {
  justify-content: center;
}
.cid-tWv9s0TwNn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWv9s0TwNn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWv9s0TwNn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWv9s0TwNn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWv9s0TwNn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWv9s0TwNn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWv9s0TwNn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWv9s0TwNn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWv9s0TwNn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWv9s0TwNn .navbar {
    min-height: 72px;
  }
  .cid-tWv9s0TwNn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWv9s0TwNn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWv9s0TwNn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWv9s0TwNn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWv9s0TwNn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWv9s0TwNn .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-tWv9s0TwNn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWv9s0TwNn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWv9s0TwNn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWv9s0TwNn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWv9s0TwNn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWv9s0TwNn .dropdown-item.active,
.cid-tWv9s0TwNn .dropdown-item:active {
  background-color: transparent;
}
.cid-tWv9s0TwNn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWv9s0TwNn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWv9s0TwNn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWv9s0TwNn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWv9s0TwNn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWv9s0TwNn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWv9s0TwNn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWv9s0TwNn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWv9s0TwNn .navbar-buttons {
    text-align: left;
  }
}
.cid-tWv9s0TwNn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWv9s0TwNn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWv9s0TwNn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWv9s0TwNn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9s0TwNn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWv9s0TwNn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWv9s0TwNn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9s0TwNn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWv9s0TwNn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWv9s0TwNn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWv9s0TwNn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWv9s0TwNn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWv9s0TwNn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWv9s0TwNn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWv9s0TwNn .navbar {
    height: 70px;
  }
  .cid-tWv9s0TwNn .navbar.opened {
    height: auto;
  }
  .cid-tWv9s0TwNn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWv9s0TwNn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWv9s0TwNn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWv9s0TwNn .navbar-brand {
    margin-right: auto;
  }
  .cid-tWv9s0TwNn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWv9s0TwNn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWv9s0TwNn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWv9s0TwNn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWv9s0TwNn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWv9s0TwNn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWv9s1t6Ux {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWv9s1t6Ux .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWv9s1t6Ux .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWv9s1t6Ux {
    align-items: center;
  }
  .cid-tWv9s1t6Ux .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWv9s1t6Ux .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWv9s1t6Ux {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWv9s1t6Ux .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWv9s1t6Ux .content-wrap {
    width: 100%;
  }
}
.cid-tWv9s1t6Ux .mbr-section-title {
  text-align: center;
}
.cid-tWv9s1t6Ux .mbr-text,
.cid-tWv9s1t6Ux .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWv9s25l76 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv9s25l76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9s25l76 .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-tWv9s25l76 .container-fluid {
    padding: 0;
  }
}
.cid-tWv9s25l76 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWv9s25l76 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWv9s25l76 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWv9s25l76 .embla__button--next,
.cid-tWv9s25l76 .embla__button--prev {
  display: flex;
}
.cid-tWv9s25l76 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWv9s25l76 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWv9s25l76 .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-tWv9s25l76 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWv9s25l76 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWv9s25l76 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWv9s25l76 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWv9s25l76 .embla {
  position: relative;
  width: 100%;
}
.cid-tWv9s25l76 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWv9s25l76 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWv9s25l76 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWv9s25l76 .embla__slide a {
  cursor: grab;
}
.cid-tWv9s25l76 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWv9s25l76 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWv9s25l76 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWv9s25l76 .mbr-section-title {
  color: #ffa600;
}
.cid-tWv9s25l76 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWv9s25l76 .mbr-box {
  color: #ffffff;
}
.cid-tWv9s25l76 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWv9s25l76 img,
.cid-tWv9s25l76 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9s25l76 .item-wrapper {
  position: relative;
}
.cid-tWv9s25l76 .content-head {
  max-width: 800px;
}
.cid-tWv9s3cmTb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWv9s3cmTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9s3cmTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9s3cmTb .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv9s3cmTb .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv9s3cmTb .content-head {
  max-width: 800px;
}
.cid-tWv9s3cmTb .card1 {
  background: #ffd7ef;
}
.cid-tWv9s3cmTb .card2 {
  background: #260a30;
}
.cid-tWv9s3cmTb .card3 {
  background: #a0e2e1;
}
.cid-tWv9s3cmTb .card4 {
  background: #2e481a;
}
.cid-tWv9s3cmTb .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv9s3cmTb .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv9s3cmTb .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv9s3cmTb .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv9s3cmTb .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9s3cmTb .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv9s3cmTb .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv9s3cmTb .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9s3cmTb .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv9s3cmTb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv9s3cmTb .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv9s3cmTb .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv9s3cmTb .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv9s3cmTb .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv9s3cmTb .card-text3,
.cid-tWv9s3cmTb .mbr-section-btn {
  color: #232323;
}
.cid-tWv9s3cmTb .card-text2,
.cid-tWv9s3cmTb .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv9s3cmTb .card-text1,
.cid-tWv9s3cmTb .mbr-section-btn {
  color: #502274;
}
.cid-tWv9s3cmTb .card-title2,
.cid-tWv9s3cmTb .social-row {
  color: #ffd7ef;
}
.cid-tWv9s3cmTb .mbr-role3,
.cid-tWv9s3cmTb .social-row {
  color: #ffffff;
}
.cid-tWv9s3cmTb .card-title3,
.cid-tWv9s3cmTb .social-row {
  color: #232323;
}
.cid-tWv9s3cmTb .card-title4,
.cid-tWv9s3cmTb .social-row {
  color: #ffffff;
}
.cid-tWv9s3cmTb .mbr-role3 {
  color: #232323;
}
.cid-tWv9s3cmTb .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv9s3cmTb .mbr-role4 {
  color: #ffffff;
}
.cid-tWv9s3cmTb .card-text4,
.cid-tWv9s3cmTb .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv9s47sVn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWv9s47sVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9s47sVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9s47sVn .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWv9s47sVn .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWv9s47sVn .content-head {
  max-width: 800px;
}
.cid-tWv9s47sVn .card1 {
  background: #ffd7ef;
}
.cid-tWv9s47sVn .card2 {
  background: #260a30;
}
.cid-tWv9s47sVn .card3 {
  background: #a0e2e1;
}
.cid-tWv9s47sVn .card4 {
  background: #2e481a;
}
.cid-tWv9s47sVn .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWv9s47sVn .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWv9s47sVn .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWv9s47sVn .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWv9s47sVn .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWv9s47sVn .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWv9s47sVn .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWv9s47sVn .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWv9s47sVn .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWv9s47sVn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWv9s47sVn .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWv9s47sVn .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWv9s47sVn .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWv9s47sVn .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWv9s47sVn .card-text3,
.cid-tWv9s47sVn .mbr-section-btn {
  color: #232323;
}
.cid-tWv9s47sVn .card-text2,
.cid-tWv9s47sVn .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWv9s47sVn .card-text1,
.cid-tWv9s47sVn .mbr-section-btn {
  color: #502274;
}
.cid-tWv9s47sVn .card-title2,
.cid-tWv9s47sVn .social-row {
  color: #ffd7ef;
}
.cid-tWv9s47sVn .mbr-role3,
.cid-tWv9s47sVn .social-row {
  color: #ffffff;
}
.cid-tWv9s47sVn .card-title3,
.cid-tWv9s47sVn .social-row {
  color: #232323;
}
.cid-tWv9s47sVn .card-title4,
.cid-tWv9s47sVn .social-row {
  color: #ffffff;
}
.cid-tWv9s47sVn .mbr-role3 {
  color: #232323;
}
.cid-tWv9s47sVn .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWv9s47sVn .mbr-role4 {
  color: #ffffff;
}
.cid-tWv9s47sVn .card-text4,
.cid-tWv9s47sVn .mbr-section-btn {
  color: #ffffff;
}
.cid-tWv9s4PH7o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWv9s4PH7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9s4PH7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9s4PH7o .row {
  justify-content: center;
}
.cid-tWv9s4PH7o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWv9s4PH7o .item {
    margin-bottom: 1rem;
  }
}
.cid-tWv9s4PH7o .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWv9s4PH7o .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWv9s4PH7o .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWv9s4PH7o .content-head {
  max-width: 800px;
}
.cid-tWv9s5iu3x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWv9s5iu3x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWv9s5iu3x form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWv9s5iu3x form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWv9s5iu3x form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWv9s5iu3x .content-head {
  max-width: 800px;
}
.cid-tWv9s5iu3x .mbr-section-title {
  color: #ffa600;
}
.cid-tWv9s5Itxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWv9s5Itxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWv9s5Itxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWv9s5Itxm .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWv9s5Itxm .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWv9s5Itxm .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-tWv9s5Itxm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWv9s5Itxm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWv9s5Itxm .content-head {
  max-width: 800px;
}
.cid-tWv9s6ku45 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvaoqxXwQ {
  z-index: 1000;
  width: 100%;
}
.cid-tWvaoqxXwQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvaoqxXwQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvaoqxXwQ .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvaoqxXwQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvaoqxXwQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvaoqxXwQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvaoqxXwQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvaoqxXwQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvaoqxXwQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvaoqxXwQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvaoqxXwQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvaoqxXwQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvaoqxXwQ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvaoqxXwQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvaoqxXwQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvaoqxXwQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvaoqxXwQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvaoqxXwQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvaoqxXwQ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaoqxXwQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvaoqxXwQ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvaoqxXwQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvaoqxXwQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvaoqxXwQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvaoqxXwQ .nav-item:focus,
.cid-tWvaoqxXwQ .nav-link:focus {
  outline: none;
}
.cid-tWvaoqxXwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvaoqxXwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvaoqxXwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvaoqxXwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvaoqxXwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvaoqxXwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvaoqxXwQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvaoqxXwQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvaoqxXwQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvaoqxXwQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvaoqxXwQ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvaoqxXwQ .navbar.collapsed {
  justify-content: center;
}
.cid-tWvaoqxXwQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvaoqxXwQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvaoqxXwQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvaoqxXwQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvaoqxXwQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvaoqxXwQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvaoqxXwQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvaoqxXwQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvaoqxXwQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaoqxXwQ .navbar {
    min-height: 72px;
  }
  .cid-tWvaoqxXwQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvaoqxXwQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvaoqxXwQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvaoqxXwQ .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-tWvaoqxXwQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvaoqxXwQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvaoqxXwQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvaoqxXwQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaoqxXwQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvaoqxXwQ .dropdown-item.active,
.cid-tWvaoqxXwQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvaoqxXwQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvaoqxXwQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvaoqxXwQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvaoqxXwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvaoqxXwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvaoqxXwQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvaoqxXwQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvaoqxXwQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvaoqxXwQ .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvaoqxXwQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvaoqxXwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvaoqxXwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvaoqxXwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaoqxXwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaoqxXwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvaoqxXwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaoqxXwQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvaoqxXwQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvaoqxXwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaoqxXwQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvaoqxXwQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvaoqxXwQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvaoqxXwQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvaoqxXwQ .navbar {
    height: 70px;
  }
  .cid-tWvaoqxXwQ .navbar.opened {
    height: auto;
  }
  .cid-tWvaoqxXwQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvaoqxXwQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvaoqxXwQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvaoqxXwQ .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvaoqxXwQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvaoqxXwQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvaoqxXwQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvaoqxXwQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaoqxXwQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvaoqxXwQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvaor4IKa {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvaor4IKa .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvaor4IKa .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvaor4IKa {
    align-items: center;
  }
  .cid-tWvaor4IKa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvaor4IKa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvaor4IKa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvaor4IKa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvaor4IKa .content-wrap {
    width: 100%;
  }
}
.cid-tWvaor4IKa .mbr-section-title {
  text-align: center;
}
.cid-tWvaor4IKa .mbr-text,
.cid-tWvaor4IKa .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvaorIcaJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaorIcaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaorIcaJ .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-tWvaorIcaJ .container-fluid {
    padding: 0;
  }
}
.cid-tWvaorIcaJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvaorIcaJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvaorIcaJ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvaorIcaJ .embla__button--next,
.cid-tWvaorIcaJ .embla__button--prev {
  display: flex;
}
.cid-tWvaorIcaJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvaorIcaJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvaorIcaJ .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-tWvaorIcaJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvaorIcaJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvaorIcaJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaorIcaJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvaorIcaJ .embla {
  position: relative;
  width: 100%;
}
.cid-tWvaorIcaJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvaorIcaJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvaorIcaJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvaorIcaJ .embla__slide a {
  cursor: grab;
}
.cid-tWvaorIcaJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvaorIcaJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvaorIcaJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvaorIcaJ .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaorIcaJ .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvaorIcaJ .mbr-box {
  color: #ffffff;
}
.cid-tWvaorIcaJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvaorIcaJ img,
.cid-tWvaorIcaJ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaorIcaJ .item-wrapper {
  position: relative;
}
.cid-tWvaorIcaJ .content-head {
  max-width: 800px;
}
.cid-tWvaosN432 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaosN432 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaosN432 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaosN432 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaosN432 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaosN432 .content-head {
  max-width: 800px;
}
.cid-tWvaosN432 .card1 {
  background: #ffd7ef;
}
.cid-tWvaosN432 .card2 {
  background: #260a30;
}
.cid-tWvaosN432 .card3 {
  background: #a0e2e1;
}
.cid-tWvaosN432 .card4 {
  background: #2e481a;
}
.cid-tWvaosN432 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaosN432 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaosN432 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaosN432 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaosN432 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaosN432 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaosN432 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaosN432 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaosN432 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaosN432 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaosN432 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaosN432 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaosN432 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaosN432 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaosN432 .card-text3,
.cid-tWvaosN432 .mbr-section-btn {
  color: #232323;
}
.cid-tWvaosN432 .card-text2,
.cid-tWvaosN432 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaosN432 .card-text1,
.cid-tWvaosN432 .mbr-section-btn {
  color: #502274;
}
.cid-tWvaosN432 .card-title2,
.cid-tWvaosN432 .social-row {
  color: #ffd7ef;
}
.cid-tWvaosN432 .mbr-role3,
.cid-tWvaosN432 .social-row {
  color: #ffffff;
}
.cid-tWvaosN432 .card-title3,
.cid-tWvaosN432 .social-row {
  color: #232323;
}
.cid-tWvaosN432 .card-title4,
.cid-tWvaosN432 .social-row {
  color: #ffffff;
}
.cid-tWvaosN432 .mbr-role3 {
  color: #232323;
}
.cid-tWvaosN432 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaosN432 .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaosN432 .card-text4,
.cid-tWvaosN432 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaotzcGz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvaotzcGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaotzcGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaotzcGz .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaotzcGz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaotzcGz .content-head {
  max-width: 800px;
}
.cid-tWvaotzcGz .card1 {
  background: #ffd7ef;
}
.cid-tWvaotzcGz .card2 {
  background: #260a30;
}
.cid-tWvaotzcGz .card3 {
  background: #a0e2e1;
}
.cid-tWvaotzcGz .card4 {
  background: #2e481a;
}
.cid-tWvaotzcGz .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaotzcGz .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaotzcGz .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaotzcGz .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaotzcGz .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaotzcGz .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaotzcGz .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaotzcGz .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaotzcGz .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaotzcGz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaotzcGz .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaotzcGz .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaotzcGz .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaotzcGz .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaotzcGz .card-text3,
.cid-tWvaotzcGz .mbr-section-btn {
  color: #232323;
}
.cid-tWvaotzcGz .card-text2,
.cid-tWvaotzcGz .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaotzcGz .card-text1,
.cid-tWvaotzcGz .mbr-section-btn {
  color: #502274;
}
.cid-tWvaotzcGz .card-title2,
.cid-tWvaotzcGz .social-row {
  color: #ffd7ef;
}
.cid-tWvaotzcGz .mbr-role3,
.cid-tWvaotzcGz .social-row {
  color: #ffffff;
}
.cid-tWvaotzcGz .card-title3,
.cid-tWvaotzcGz .social-row {
  color: #232323;
}
.cid-tWvaotzcGz .card-title4,
.cid-tWvaotzcGz .social-row {
  color: #ffffff;
}
.cid-tWvaotzcGz .mbr-role3 {
  color: #232323;
}
.cid-tWvaotzcGz .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaotzcGz .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaotzcGz .card-text4,
.cid-tWvaotzcGz .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaouywwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvaouywwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaouywwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaouywwz .row {
  justify-content: center;
}
.cid-tWvaouywwz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvaouywwz .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvaouywwz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvaouywwz .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaouywwz .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvaouywwz .content-head {
  max-width: 800px;
}
.cid-tWvaovajhZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvaovajhZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvaovajhZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvaovajhZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvaovajhZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvaovajhZ .content-head {
  max-width: 800px;
}
.cid-tWvaovajhZ .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaovKWnx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvaovKWnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaovKWnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaovKWnx .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvaovKWnx .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvaovKWnx .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-tWvaovKWnx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvaovKWnx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvaovKWnx .content-head {
  max-width: 800px;
}
.cid-tWvaowyvbs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvaB6E7fK {
  z-index: 1000;
  width: 100%;
}
.cid-tWvaB6E7fK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvaB6E7fK .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvaB6E7fK .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvaB6E7fK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvaB6E7fK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvaB6E7fK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvaB6E7fK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvaB6E7fK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvaB6E7fK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvaB6E7fK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvaB6E7fK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvaB6E7fK .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvaB6E7fK .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvaB6E7fK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvaB6E7fK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvaB6E7fK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvaB6E7fK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvaB6E7fK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvaB6E7fK .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaB6E7fK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvaB6E7fK .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvaB6E7fK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvaB6E7fK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvaB6E7fK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvaB6E7fK .nav-item:focus,
.cid-tWvaB6E7fK .nav-link:focus {
  outline: none;
}
.cid-tWvaB6E7fK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvaB6E7fK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvaB6E7fK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvaB6E7fK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvaB6E7fK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvaB6E7fK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvaB6E7fK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvaB6E7fK .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvaB6E7fK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvaB6E7fK .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvaB6E7fK .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvaB6E7fK .navbar.collapsed {
  justify-content: center;
}
.cid-tWvaB6E7fK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvaB6E7fK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvaB6E7fK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvaB6E7fK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvaB6E7fK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvaB6E7fK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvaB6E7fK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvaB6E7fK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvaB6E7fK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaB6E7fK .navbar {
    min-height: 72px;
  }
  .cid-tWvaB6E7fK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvaB6E7fK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvaB6E7fK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvaB6E7fK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvaB6E7fK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvaB6E7fK .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-tWvaB6E7fK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvaB6E7fK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvaB6E7fK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvaB6E7fK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaB6E7fK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvaB6E7fK .dropdown-item.active,
.cid-tWvaB6E7fK .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvaB6E7fK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvaB6E7fK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvaB6E7fK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvaB6E7fK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvaB6E7fK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvaB6E7fK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvaB6E7fK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvaB6E7fK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvaB6E7fK .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvaB6E7fK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvaB6E7fK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvaB6E7fK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvaB6E7fK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaB6E7fK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaB6E7fK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvaB6E7fK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaB6E7fK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvaB6E7fK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvaB6E7fK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaB6E7fK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvaB6E7fK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvaB6E7fK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvaB6E7fK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvaB6E7fK .navbar {
    height: 70px;
  }
  .cid-tWvaB6E7fK .navbar.opened {
    height: auto;
  }
  .cid-tWvaB6E7fK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvaB6E7fK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvaB6E7fK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvaB6E7fK .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvaB6E7fK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvaB6E7fK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvaB6E7fK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvaB6E7fK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaB6E7fK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvaB6E7fK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvaB7S3IF {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvaB7S3IF .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvaB7S3IF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvaB7S3IF {
    align-items: center;
  }
  .cid-tWvaB7S3IF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvaB7S3IF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvaB7S3IF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvaB7S3IF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvaB7S3IF .content-wrap {
    width: 100%;
  }
}
.cid-tWvaB7S3IF .mbr-section-title {
  text-align: center;
}
.cid-tWvaB7S3IF .mbr-text,
.cid-tWvaB7S3IF .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvaB94khT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaB94khT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaB94khT .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-tWvaB94khT .container-fluid {
    padding: 0;
  }
}
.cid-tWvaB94khT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvaB94khT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvaB94khT .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvaB94khT .embla__button--next,
.cid-tWvaB94khT .embla__button--prev {
  display: flex;
}
.cid-tWvaB94khT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvaB94khT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvaB94khT .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-tWvaB94khT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvaB94khT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvaB94khT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaB94khT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvaB94khT .embla {
  position: relative;
  width: 100%;
}
.cid-tWvaB94khT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvaB94khT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvaB94khT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvaB94khT .embla__slide a {
  cursor: grab;
}
.cid-tWvaB94khT .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvaB94khT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvaB94khT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvaB94khT .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaB94khT .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvaB94khT .mbr-box {
  color: #ffffff;
}
.cid-tWvaB94khT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvaB94khT img,
.cid-tWvaB94khT .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaB94khT .item-wrapper {
  position: relative;
}
.cid-tWvaB94khT .content-head {
  max-width: 800px;
}
.cid-tWvaBadFMz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaBadFMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaBadFMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaBadFMz .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaBadFMz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaBadFMz .content-head {
  max-width: 800px;
}
.cid-tWvaBadFMz .card1 {
  background: #ffd7ef;
}
.cid-tWvaBadFMz .card2 {
  background: #260a30;
}
.cid-tWvaBadFMz .card3 {
  background: #a0e2e1;
}
.cid-tWvaBadFMz .card4 {
  background: #2e481a;
}
.cid-tWvaBadFMz .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaBadFMz .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaBadFMz .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaBadFMz .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaBadFMz .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaBadFMz .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaBadFMz .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaBadFMz .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaBadFMz .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaBadFMz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaBadFMz .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaBadFMz .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaBadFMz .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaBadFMz .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaBadFMz .card-text3,
.cid-tWvaBadFMz .mbr-section-btn {
  color: #232323;
}
.cid-tWvaBadFMz .card-text2,
.cid-tWvaBadFMz .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaBadFMz .card-text1,
.cid-tWvaBadFMz .mbr-section-btn {
  color: #502274;
}
.cid-tWvaBadFMz .card-title2,
.cid-tWvaBadFMz .social-row {
  color: #ffd7ef;
}
.cid-tWvaBadFMz .mbr-role3,
.cid-tWvaBadFMz .social-row {
  color: #ffffff;
}
.cid-tWvaBadFMz .card-title3,
.cid-tWvaBadFMz .social-row {
  color: #232323;
}
.cid-tWvaBadFMz .card-title4,
.cid-tWvaBadFMz .social-row {
  color: #ffffff;
}
.cid-tWvaBadFMz .mbr-role3 {
  color: #232323;
}
.cid-tWvaBadFMz .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaBadFMz .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaBadFMz .card-text4,
.cid-tWvaBadFMz .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaBaUPWV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvaBaUPWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaBaUPWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaBaUPWV .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaBaUPWV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaBaUPWV .content-head {
  max-width: 800px;
}
.cid-tWvaBaUPWV .card1 {
  background: #ffd7ef;
}
.cid-tWvaBaUPWV .card2 {
  background: #260a30;
}
.cid-tWvaBaUPWV .card3 {
  background: #a0e2e1;
}
.cid-tWvaBaUPWV .card4 {
  background: #2e481a;
}
.cid-tWvaBaUPWV .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaBaUPWV .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaBaUPWV .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaBaUPWV .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaBaUPWV .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaBaUPWV .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaBaUPWV .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaBaUPWV .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaBaUPWV .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaBaUPWV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaBaUPWV .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaBaUPWV .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaBaUPWV .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaBaUPWV .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaBaUPWV .card-text3,
.cid-tWvaBaUPWV .mbr-section-btn {
  color: #232323;
}
.cid-tWvaBaUPWV .card-text2,
.cid-tWvaBaUPWV .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaBaUPWV .card-text1,
.cid-tWvaBaUPWV .mbr-section-btn {
  color: #502274;
}
.cid-tWvaBaUPWV .card-title2,
.cid-tWvaBaUPWV .social-row {
  color: #ffd7ef;
}
.cid-tWvaBaUPWV .mbr-role3,
.cid-tWvaBaUPWV .social-row {
  color: #ffffff;
}
.cid-tWvaBaUPWV .card-title3,
.cid-tWvaBaUPWV .social-row {
  color: #232323;
}
.cid-tWvaBaUPWV .card-title4,
.cid-tWvaBaUPWV .social-row {
  color: #ffffff;
}
.cid-tWvaBaUPWV .mbr-role3 {
  color: #232323;
}
.cid-tWvaBaUPWV .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaBaUPWV .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaBaUPWV .card-text4,
.cid-tWvaBaUPWV .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaBbC1iw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvaBbC1iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaBbC1iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaBbC1iw .row {
  justify-content: center;
}
.cid-tWvaBbC1iw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvaBbC1iw .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvaBbC1iw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvaBbC1iw .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaBbC1iw .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvaBbC1iw .content-head {
  max-width: 800px;
}
.cid-tWvaBcgnEB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvaBcgnEB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvaBcgnEB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvaBcgnEB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvaBcgnEB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvaBcgnEB .content-head {
  max-width: 800px;
}
.cid-tWvaBcgnEB .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaBcIBs7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvaBcIBs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaBcIBs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaBcIBs7 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvaBcIBs7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvaBcIBs7 .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-tWvaBcIBs7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvaBcIBs7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvaBcIBs7 .content-head {
  max-width: 800px;
}
.cid-tWvaBdiFZp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvaNozWWX {
  z-index: 1000;
  width: 100%;
}
.cid-tWvaNozWWX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvaNozWWX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvaNozWWX .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvaNozWWX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvaNozWWX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvaNozWWX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvaNozWWX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvaNozWWX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvaNozWWX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvaNozWWX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvaNozWWX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvaNozWWX .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvaNozWWX .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvaNozWWX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvaNozWWX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvaNozWWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvaNozWWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvaNozWWX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvaNozWWX .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaNozWWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvaNozWWX .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvaNozWWX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvaNozWWX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvaNozWWX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvaNozWWX .nav-item:focus,
.cid-tWvaNozWWX .nav-link:focus {
  outline: none;
}
.cid-tWvaNozWWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvaNozWWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvaNozWWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvaNozWWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvaNozWWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvaNozWWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvaNozWWX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvaNozWWX .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvaNozWWX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvaNozWWX .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvaNozWWX .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvaNozWWX .navbar.collapsed {
  justify-content: center;
}
.cid-tWvaNozWWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvaNozWWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvaNozWWX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvaNozWWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvaNozWWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvaNozWWX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvaNozWWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvaNozWWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvaNozWWX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaNozWWX .navbar {
    min-height: 72px;
  }
  .cid-tWvaNozWWX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvaNozWWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvaNozWWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvaNozWWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvaNozWWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvaNozWWX .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-tWvaNozWWX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvaNozWWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvaNozWWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvaNozWWX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvaNozWWX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvaNozWWX .dropdown-item.active,
.cid-tWvaNozWWX .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvaNozWWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvaNozWWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvaNozWWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvaNozWWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvaNozWWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvaNozWWX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvaNozWWX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvaNozWWX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvaNozWWX .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvaNozWWX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvaNozWWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvaNozWWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvaNozWWX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaNozWWX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvaNozWWX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvaNozWWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaNozWWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvaNozWWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvaNozWWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvaNozWWX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvaNozWWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvaNozWWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvaNozWWX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvaNozWWX .navbar {
    height: 70px;
  }
  .cid-tWvaNozWWX .navbar.opened {
    height: auto;
  }
  .cid-tWvaNozWWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvaNozWWX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvaNozWWX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvaNozWWX .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvaNozWWX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvaNozWWX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvaNozWWX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvaNozWWX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvaNozWWX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvaNozWWX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvaNpwXmB {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvaNpwXmB .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvaNpwXmB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvaNpwXmB {
    align-items: center;
  }
  .cid-tWvaNpwXmB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvaNpwXmB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNpwXmB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvaNpwXmB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvaNpwXmB .content-wrap {
    width: 100%;
  }
}
.cid-tWvaNpwXmB .mbr-section-title {
  text-align: center;
}
.cid-tWvaNpwXmB .mbr-text,
.cid-tWvaNpwXmB .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvaNqDXnp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaNqDXnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNqDXnp .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-tWvaNqDXnp .container-fluid {
    padding: 0;
  }
}
.cid-tWvaNqDXnp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvaNqDXnp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvaNqDXnp .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvaNqDXnp .embla__button--next,
.cid-tWvaNqDXnp .embla__button--prev {
  display: flex;
}
.cid-tWvaNqDXnp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvaNqDXnp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvaNqDXnp .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-tWvaNqDXnp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvaNqDXnp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvaNqDXnp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvaNqDXnp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvaNqDXnp .embla {
  position: relative;
  width: 100%;
}
.cid-tWvaNqDXnp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvaNqDXnp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvaNqDXnp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvaNqDXnp .embla__slide a {
  cursor: grab;
}
.cid-tWvaNqDXnp .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvaNqDXnp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvaNqDXnp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvaNqDXnp .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaNqDXnp .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvaNqDXnp .mbr-box {
  color: #ffffff;
}
.cid-tWvaNqDXnp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvaNqDXnp img,
.cid-tWvaNqDXnp .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaNqDXnp .item-wrapper {
  position: relative;
}
.cid-tWvaNqDXnp .content-head {
  max-width: 800px;
}
.cid-tWvaNtg3N6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvaNtg3N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNtg3N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNtg3N6 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaNtg3N6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaNtg3N6 .content-head {
  max-width: 800px;
}
.cid-tWvaNtg3N6 .card1 {
  background: #ffd7ef;
}
.cid-tWvaNtg3N6 .card2 {
  background: #260a30;
}
.cid-tWvaNtg3N6 .card3 {
  background: #a0e2e1;
}
.cid-tWvaNtg3N6 .card4 {
  background: #2e481a;
}
.cid-tWvaNtg3N6 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaNtg3N6 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaNtg3N6 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaNtg3N6 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaNtg3N6 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaNtg3N6 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaNtg3N6 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaNtg3N6 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNtg3N6 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaNtg3N6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaNtg3N6 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaNtg3N6 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaNtg3N6 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaNtg3N6 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaNtg3N6 .card-text3,
.cid-tWvaNtg3N6 .mbr-section-btn {
  color: #232323;
}
.cid-tWvaNtg3N6 .card-text2,
.cid-tWvaNtg3N6 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaNtg3N6 .card-text1,
.cid-tWvaNtg3N6 .mbr-section-btn {
  color: #502274;
}
.cid-tWvaNtg3N6 .card-title2,
.cid-tWvaNtg3N6 .social-row {
  color: #ffd7ef;
}
.cid-tWvaNtg3N6 .mbr-role3,
.cid-tWvaNtg3N6 .social-row {
  color: #ffffff;
}
.cid-tWvaNtg3N6 .card-title3,
.cid-tWvaNtg3N6 .social-row {
  color: #232323;
}
.cid-tWvaNtg3N6 .card-title4,
.cid-tWvaNtg3N6 .social-row {
  color: #ffffff;
}
.cid-tWvaNtg3N6 .mbr-role3 {
  color: #232323;
}
.cid-tWvaNtg3N6 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaNtg3N6 .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaNtg3N6 .card-text4,
.cid-tWvaNtg3N6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaNuBAPJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvaNuBAPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNuBAPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNuBAPJ .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvaNuBAPJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvaNuBAPJ .content-head {
  max-width: 800px;
}
.cid-tWvaNuBAPJ .card1 {
  background: #ffd7ef;
}
.cid-tWvaNuBAPJ .card2 {
  background: #260a30;
}
.cid-tWvaNuBAPJ .card3 {
  background: #a0e2e1;
}
.cid-tWvaNuBAPJ .card4 {
  background: #2e481a;
}
.cid-tWvaNuBAPJ .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvaNuBAPJ .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvaNuBAPJ .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvaNuBAPJ .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvaNuBAPJ .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvaNuBAPJ .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvaNuBAPJ .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvaNuBAPJ .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvaNuBAPJ .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvaNuBAPJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvaNuBAPJ .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvaNuBAPJ .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvaNuBAPJ .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvaNuBAPJ .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvaNuBAPJ .card-text3,
.cid-tWvaNuBAPJ .mbr-section-btn {
  color: #232323;
}
.cid-tWvaNuBAPJ .card-text2,
.cid-tWvaNuBAPJ .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvaNuBAPJ .card-text1,
.cid-tWvaNuBAPJ .mbr-section-btn {
  color: #502274;
}
.cid-tWvaNuBAPJ .card-title2,
.cid-tWvaNuBAPJ .social-row {
  color: #ffd7ef;
}
.cid-tWvaNuBAPJ .mbr-role3,
.cid-tWvaNuBAPJ .social-row {
  color: #ffffff;
}
.cid-tWvaNuBAPJ .card-title3,
.cid-tWvaNuBAPJ .social-row {
  color: #232323;
}
.cid-tWvaNuBAPJ .card-title4,
.cid-tWvaNuBAPJ .social-row {
  color: #ffffff;
}
.cid-tWvaNuBAPJ .mbr-role3 {
  color: #232323;
}
.cid-tWvaNuBAPJ .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvaNuBAPJ .mbr-role4 {
  color: #ffffff;
}
.cid-tWvaNuBAPJ .card-text4,
.cid-tWvaNuBAPJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvaNvFyA9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvaNvFyA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNvFyA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNvFyA9 .row {
  justify-content: center;
}
.cid-tWvaNvFyA9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvaNvFyA9 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvaNvFyA9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvaNvFyA9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvaNvFyA9 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvaNvFyA9 .content-head {
  max-width: 800px;
}
.cid-tWvaNwSxqd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvaNwSxqd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvaNwSxqd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvaNwSxqd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvaNwSxqd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvaNwSxqd .content-head {
  max-width: 800px;
}
.cid-tWvaNwSxqd .mbr-section-title {
  color: #ffa600;
}
.cid-tWvaNxQmE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvaNxQmE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvaNxQmE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvaNxQmE0 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvaNxQmE0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvaNxQmE0 .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-tWvaNxQmE0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvaNxQmE0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvaNxQmE0 .content-head {
  max-width: 800px;
}
.cid-tWvaNyqyVw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvbgL2N7A {
  z-index: 1000;
  width: 100%;
}
.cid-tWvbgL2N7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvbgL2N7A .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvbgL2N7A .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvbgL2N7A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvbgL2N7A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvbgL2N7A .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvbgL2N7A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvbgL2N7A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvbgL2N7A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvbgL2N7A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvbgL2N7A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvbgL2N7A .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvbgL2N7A .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvbgL2N7A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvbgL2N7A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvbgL2N7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvbgL2N7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvbgL2N7A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvbgL2N7A .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbgL2N7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvbgL2N7A .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvbgL2N7A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvbgL2N7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvbgL2N7A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvbgL2N7A .nav-item:focus,
.cid-tWvbgL2N7A .nav-link:focus {
  outline: none;
}
.cid-tWvbgL2N7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvbgL2N7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvbgL2N7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvbgL2N7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvbgL2N7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvbgL2N7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvbgL2N7A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvbgL2N7A .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvbgL2N7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvbgL2N7A .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvbgL2N7A .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvbgL2N7A .navbar.collapsed {
  justify-content: center;
}
.cid-tWvbgL2N7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvbgL2N7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvbgL2N7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvbgL2N7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvbgL2N7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvbgL2N7A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvbgL2N7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvbgL2N7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvbgL2N7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbgL2N7A .navbar {
    min-height: 72px;
  }
  .cid-tWvbgL2N7A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvbgL2N7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvbgL2N7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvbgL2N7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvbgL2N7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvbgL2N7A .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-tWvbgL2N7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvbgL2N7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvbgL2N7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvbgL2N7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbgL2N7A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvbgL2N7A .dropdown-item.active,
.cid-tWvbgL2N7A .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvbgL2N7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvbgL2N7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvbgL2N7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvbgL2N7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvbgL2N7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvbgL2N7A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvbgL2N7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvbgL2N7A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvbgL2N7A .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvbgL2N7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvbgL2N7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvbgL2N7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvbgL2N7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbgL2N7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbgL2N7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvbgL2N7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbgL2N7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvbgL2N7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvbgL2N7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbgL2N7A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvbgL2N7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvbgL2N7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvbgL2N7A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvbgL2N7A .navbar {
    height: 70px;
  }
  .cid-tWvbgL2N7A .navbar.opened {
    height: auto;
  }
  .cid-tWvbgL2N7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvbgL2N7A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvbgL2N7A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvbgL2N7A .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvbgL2N7A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvbgL2N7A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvbgL2N7A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvbgL2N7A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbgL2N7A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvbgL2N7A .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvbgLBwzi {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvbgLBwzi .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvbgLBwzi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvbgLBwzi {
    align-items: center;
  }
  .cid-tWvbgLBwzi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvbgLBwzi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvbgLBwzi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvbgLBwzi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvbgLBwzi .content-wrap {
    width: 100%;
  }
}
.cid-tWvbgLBwzi .mbr-section-title {
  text-align: center;
}
.cid-tWvbgLBwzi .mbr-text,
.cid-tWvbgLBwzi .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvbgMpPJQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbgMpPJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbgMpPJQ .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-tWvbgMpPJQ .container-fluid {
    padding: 0;
  }
}
.cid-tWvbgMpPJQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvbgMpPJQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvbgMpPJQ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvbgMpPJQ .embla__button--next,
.cid-tWvbgMpPJQ .embla__button--prev {
  display: flex;
}
.cid-tWvbgMpPJQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvbgMpPJQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvbgMpPJQ .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-tWvbgMpPJQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvbgMpPJQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvbgMpPJQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbgMpPJQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvbgMpPJQ .embla {
  position: relative;
  width: 100%;
}
.cid-tWvbgMpPJQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvbgMpPJQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvbgMpPJQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvbgMpPJQ .embla__slide a {
  cursor: grab;
}
.cid-tWvbgMpPJQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvbgMpPJQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvbgMpPJQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvbgMpPJQ .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbgMpPJQ .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvbgMpPJQ .mbr-box {
  color: #ffffff;
}
.cid-tWvbgMpPJQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvbgMpPJQ img,
.cid-tWvbgMpPJQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbgMpPJQ .item-wrapper {
  position: relative;
}
.cid-tWvbgMpPJQ .content-head {
  max-width: 800px;
}
.cid-tWvbgNVO6D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbgNVO6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbgNVO6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbgNVO6D .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbgNVO6D .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbgNVO6D .content-head {
  max-width: 800px;
}
.cid-tWvbgNVO6D .card1 {
  background: #ffd7ef;
}
.cid-tWvbgNVO6D .card2 {
  background: #260a30;
}
.cid-tWvbgNVO6D .card3 {
  background: #a0e2e1;
}
.cid-tWvbgNVO6D .card4 {
  background: #2e481a;
}
.cid-tWvbgNVO6D .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbgNVO6D .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbgNVO6D .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbgNVO6D .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbgNVO6D .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbgNVO6D .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbgNVO6D .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbgNVO6D .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbgNVO6D .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbgNVO6D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbgNVO6D .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbgNVO6D .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbgNVO6D .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbgNVO6D .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbgNVO6D .card-text3,
.cid-tWvbgNVO6D .mbr-section-btn {
  color: #232323;
}
.cid-tWvbgNVO6D .card-text2,
.cid-tWvbgNVO6D .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbgNVO6D .card-text1,
.cid-tWvbgNVO6D .mbr-section-btn {
  color: #502274;
}
.cid-tWvbgNVO6D .card-title2,
.cid-tWvbgNVO6D .social-row {
  color: #ffd7ef;
}
.cid-tWvbgNVO6D .mbr-role3,
.cid-tWvbgNVO6D .social-row {
  color: #ffffff;
}
.cid-tWvbgNVO6D .card-title3,
.cid-tWvbgNVO6D .social-row {
  color: #232323;
}
.cid-tWvbgNVO6D .card-title4,
.cid-tWvbgNVO6D .social-row {
  color: #ffffff;
}
.cid-tWvbgNVO6D .mbr-role3 {
  color: #232323;
}
.cid-tWvbgNVO6D .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbgNVO6D .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbgNVO6D .card-text4,
.cid-tWvbgNVO6D .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbgOz6zL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvbgOz6zL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbgOz6zL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbgOz6zL .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbgOz6zL .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbgOz6zL .content-head {
  max-width: 800px;
}
.cid-tWvbgOz6zL .card1 {
  background: #ffd7ef;
}
.cid-tWvbgOz6zL .card2 {
  background: #260a30;
}
.cid-tWvbgOz6zL .card3 {
  background: #a0e2e1;
}
.cid-tWvbgOz6zL .card4 {
  background: #2e481a;
}
.cid-tWvbgOz6zL .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbgOz6zL .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbgOz6zL .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbgOz6zL .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbgOz6zL .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbgOz6zL .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbgOz6zL .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbgOz6zL .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbgOz6zL .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbgOz6zL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbgOz6zL .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbgOz6zL .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbgOz6zL .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbgOz6zL .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbgOz6zL .card-text3,
.cid-tWvbgOz6zL .mbr-section-btn {
  color: #232323;
}
.cid-tWvbgOz6zL .card-text2,
.cid-tWvbgOz6zL .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbgOz6zL .card-text1,
.cid-tWvbgOz6zL .mbr-section-btn {
  color: #502274;
}
.cid-tWvbgOz6zL .card-title2,
.cid-tWvbgOz6zL .social-row {
  color: #ffd7ef;
}
.cid-tWvbgOz6zL .mbr-role3,
.cid-tWvbgOz6zL .social-row {
  color: #ffffff;
}
.cid-tWvbgOz6zL .card-title3,
.cid-tWvbgOz6zL .social-row {
  color: #232323;
}
.cid-tWvbgOz6zL .card-title4,
.cid-tWvbgOz6zL .social-row {
  color: #ffffff;
}
.cid-tWvbgOz6zL .mbr-role3 {
  color: #232323;
}
.cid-tWvbgOz6zL .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbgOz6zL .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbgOz6zL .card-text4,
.cid-tWvbgOz6zL .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbgPgc3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvbgPgc3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbgPgc3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbgPgc3g .row {
  justify-content: center;
}
.cid-tWvbgPgc3g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvbgPgc3g .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvbgPgc3g .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvbgPgc3g .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvbgPgc3g .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvbgPgc3g .content-head {
  max-width: 800px;
}
.cid-tWvbgPMnFN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvbgPMnFN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvbgPMnFN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvbgPMnFN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvbgPMnFN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvbgPMnFN .content-head {
  max-width: 800px;
}
.cid-tWvbgPMnFN .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbgQhg9V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvbgQhg9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbgQhg9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbgQhg9V .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvbgQhg9V .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvbgQhg9V .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-tWvbgQhg9V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvbgQhg9V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvbgQhg9V .content-head {
  max-width: 800px;
}
.cid-tWvbgQScJf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvbtNl5xE {
  z-index: 1000;
  width: 100%;
}
.cid-tWvbtNl5xE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvbtNl5xE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvbtNl5xE .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvbtNl5xE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvbtNl5xE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvbtNl5xE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvbtNl5xE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvbtNl5xE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvbtNl5xE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvbtNl5xE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvbtNl5xE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvbtNl5xE .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvbtNl5xE .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvbtNl5xE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvbtNl5xE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvbtNl5xE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvbtNl5xE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvbtNl5xE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvbtNl5xE .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbtNl5xE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvbtNl5xE .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvbtNl5xE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvbtNl5xE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvbtNl5xE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvbtNl5xE .nav-item:focus,
.cid-tWvbtNl5xE .nav-link:focus {
  outline: none;
}
.cid-tWvbtNl5xE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvbtNl5xE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvbtNl5xE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvbtNl5xE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvbtNl5xE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvbtNl5xE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvbtNl5xE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvbtNl5xE .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvbtNl5xE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvbtNl5xE .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvbtNl5xE .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvbtNl5xE .navbar.collapsed {
  justify-content: center;
}
.cid-tWvbtNl5xE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvbtNl5xE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvbtNl5xE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvbtNl5xE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvbtNl5xE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvbtNl5xE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvbtNl5xE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvbtNl5xE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvbtNl5xE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbtNl5xE .navbar {
    min-height: 72px;
  }
  .cid-tWvbtNl5xE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvbtNl5xE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvbtNl5xE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvbtNl5xE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvbtNl5xE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvbtNl5xE .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-tWvbtNl5xE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvbtNl5xE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvbtNl5xE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvbtNl5xE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbtNl5xE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvbtNl5xE .dropdown-item.active,
.cid-tWvbtNl5xE .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvbtNl5xE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvbtNl5xE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvbtNl5xE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvbtNl5xE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvbtNl5xE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvbtNl5xE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvbtNl5xE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvbtNl5xE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvbtNl5xE .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvbtNl5xE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvbtNl5xE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvbtNl5xE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvbtNl5xE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbtNl5xE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbtNl5xE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvbtNl5xE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbtNl5xE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvbtNl5xE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvbtNl5xE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbtNl5xE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvbtNl5xE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvbtNl5xE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvbtNl5xE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvbtNl5xE .navbar {
    height: 70px;
  }
  .cid-tWvbtNl5xE .navbar.opened {
    height: auto;
  }
  .cid-tWvbtNl5xE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvbtNl5xE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvbtNl5xE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvbtNl5xE .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvbtNl5xE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvbtNl5xE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvbtNl5xE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvbtNl5xE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbtNl5xE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvbtNl5xE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvbtNZB37 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvbtNZB37 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvbtNZB37 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvbtNZB37 {
    align-items: center;
  }
  .cid-tWvbtNZB37 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvbtNZB37 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvbtNZB37 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvbtNZB37 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvbtNZB37 .content-wrap {
    width: 100%;
  }
}
.cid-tWvbtNZB37 .mbr-section-title {
  text-align: center;
}
.cid-tWvbtNZB37 .mbr-text,
.cid-tWvbtNZB37 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvbtOE9h0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbtOE9h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbtOE9h0 .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-tWvbtOE9h0 .container-fluid {
    padding: 0;
  }
}
.cid-tWvbtOE9h0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvbtOE9h0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvbtOE9h0 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvbtOE9h0 .embla__button--next,
.cid-tWvbtOE9h0 .embla__button--prev {
  display: flex;
}
.cid-tWvbtOE9h0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvbtOE9h0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvbtOE9h0 .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-tWvbtOE9h0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvbtOE9h0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvbtOE9h0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbtOE9h0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvbtOE9h0 .embla {
  position: relative;
  width: 100%;
}
.cid-tWvbtOE9h0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvbtOE9h0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvbtOE9h0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvbtOE9h0 .embla__slide a {
  cursor: grab;
}
.cid-tWvbtOE9h0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvbtOE9h0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvbtOE9h0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvbtOE9h0 .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbtOE9h0 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvbtOE9h0 .mbr-box {
  color: #ffffff;
}
.cid-tWvbtOE9h0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvbtOE9h0 img,
.cid-tWvbtOE9h0 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbtOE9h0 .item-wrapper {
  position: relative;
}
.cid-tWvbtOE9h0 .content-head {
  max-width: 800px;
}
.cid-tWvbtPZWb4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbtPZWb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbtPZWb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbtPZWb4 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbtPZWb4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbtPZWb4 .content-head {
  max-width: 800px;
}
.cid-tWvbtPZWb4 .card1 {
  background: #ffd7ef;
}
.cid-tWvbtPZWb4 .card2 {
  background: #260a30;
}
.cid-tWvbtPZWb4 .card3 {
  background: #a0e2e1;
}
.cid-tWvbtPZWb4 .card4 {
  background: #2e481a;
}
.cid-tWvbtPZWb4 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbtPZWb4 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbtPZWb4 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbtPZWb4 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbtPZWb4 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbtPZWb4 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbtPZWb4 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbtPZWb4 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbtPZWb4 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbtPZWb4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbtPZWb4 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbtPZWb4 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbtPZWb4 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbtPZWb4 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbtPZWb4 .card-text3,
.cid-tWvbtPZWb4 .mbr-section-btn {
  color: #232323;
}
.cid-tWvbtPZWb4 .card-text2,
.cid-tWvbtPZWb4 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbtPZWb4 .card-text1,
.cid-tWvbtPZWb4 .mbr-section-btn {
  color: #502274;
}
.cid-tWvbtPZWb4 .card-title2,
.cid-tWvbtPZWb4 .social-row {
  color: #ffd7ef;
}
.cid-tWvbtPZWb4 .mbr-role3,
.cid-tWvbtPZWb4 .social-row {
  color: #ffffff;
}
.cid-tWvbtPZWb4 .card-title3,
.cid-tWvbtPZWb4 .social-row {
  color: #232323;
}
.cid-tWvbtPZWb4 .card-title4,
.cid-tWvbtPZWb4 .social-row {
  color: #ffffff;
}
.cid-tWvbtPZWb4 .mbr-role3 {
  color: #232323;
}
.cid-tWvbtPZWb4 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbtPZWb4 .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbtPZWb4 .card-text4,
.cid-tWvbtPZWb4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbtQICBU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvbtQICBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbtQICBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbtQICBU .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbtQICBU .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbtQICBU .content-head {
  max-width: 800px;
}
.cid-tWvbtQICBU .card1 {
  background: #ffd7ef;
}
.cid-tWvbtQICBU .card2 {
  background: #260a30;
}
.cid-tWvbtQICBU .card3 {
  background: #a0e2e1;
}
.cid-tWvbtQICBU .card4 {
  background: #2e481a;
}
.cid-tWvbtQICBU .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbtQICBU .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbtQICBU .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbtQICBU .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbtQICBU .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbtQICBU .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbtQICBU .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbtQICBU .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbtQICBU .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbtQICBU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbtQICBU .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbtQICBU .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbtQICBU .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbtQICBU .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbtQICBU .card-text3,
.cid-tWvbtQICBU .mbr-section-btn {
  color: #232323;
}
.cid-tWvbtQICBU .card-text2,
.cid-tWvbtQICBU .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbtQICBU .card-text1,
.cid-tWvbtQICBU .mbr-section-btn {
  color: #502274;
}
.cid-tWvbtQICBU .card-title2,
.cid-tWvbtQICBU .social-row {
  color: #ffd7ef;
}
.cid-tWvbtQICBU .mbr-role3,
.cid-tWvbtQICBU .social-row {
  color: #ffffff;
}
.cid-tWvbtQICBU .card-title3,
.cid-tWvbtQICBU .social-row {
  color: #232323;
}
.cid-tWvbtQICBU .card-title4,
.cid-tWvbtQICBU .social-row {
  color: #ffffff;
}
.cid-tWvbtQICBU .mbr-role3 {
  color: #232323;
}
.cid-tWvbtQICBU .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbtQICBU .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbtQICBU .card-text4,
.cid-tWvbtQICBU .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbtRi5yX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvbtRi5yX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbtRi5yX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbtRi5yX .row {
  justify-content: center;
}
.cid-tWvbtRi5yX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvbtRi5yX .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvbtRi5yX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvbtRi5yX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvbtRi5yX .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvbtRi5yX .content-head {
  max-width: 800px;
}
.cid-tWvbtRXpnK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvbtRXpnK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvbtRXpnK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvbtRXpnK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvbtRXpnK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvbtRXpnK .content-head {
  max-width: 800px;
}
.cid-tWvbtRXpnK .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbtSpZhb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvbtSpZhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbtSpZhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbtSpZhb .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvbtSpZhb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvbtSpZhb .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-tWvbtSpZhb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvbtSpZhb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvbtSpZhb .content-head {
  max-width: 800px;
}
.cid-tWvbtSZ5nm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvbGhyNSC {
  z-index: 1000;
  width: 100%;
}
.cid-tWvbGhyNSC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvbGhyNSC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvbGhyNSC .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvbGhyNSC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvbGhyNSC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvbGhyNSC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvbGhyNSC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvbGhyNSC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvbGhyNSC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvbGhyNSC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvbGhyNSC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvbGhyNSC .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvbGhyNSC .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvbGhyNSC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvbGhyNSC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvbGhyNSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvbGhyNSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvbGhyNSC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvbGhyNSC .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbGhyNSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvbGhyNSC .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvbGhyNSC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvbGhyNSC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvbGhyNSC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvbGhyNSC .nav-item:focus,
.cid-tWvbGhyNSC .nav-link:focus {
  outline: none;
}
.cid-tWvbGhyNSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvbGhyNSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvbGhyNSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvbGhyNSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvbGhyNSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvbGhyNSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvbGhyNSC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvbGhyNSC .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvbGhyNSC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvbGhyNSC .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvbGhyNSC .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvbGhyNSC .navbar.collapsed {
  justify-content: center;
}
.cid-tWvbGhyNSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvbGhyNSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvbGhyNSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvbGhyNSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvbGhyNSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvbGhyNSC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvbGhyNSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvbGhyNSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvbGhyNSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbGhyNSC .navbar {
    min-height: 72px;
  }
  .cid-tWvbGhyNSC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvbGhyNSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvbGhyNSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvbGhyNSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvbGhyNSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvbGhyNSC .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-tWvbGhyNSC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvbGhyNSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvbGhyNSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvbGhyNSC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbGhyNSC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvbGhyNSC .dropdown-item.active,
.cid-tWvbGhyNSC .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvbGhyNSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvbGhyNSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvbGhyNSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvbGhyNSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvbGhyNSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvbGhyNSC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvbGhyNSC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvbGhyNSC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvbGhyNSC .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvbGhyNSC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvbGhyNSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvbGhyNSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvbGhyNSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbGhyNSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbGhyNSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvbGhyNSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbGhyNSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvbGhyNSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvbGhyNSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbGhyNSC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvbGhyNSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvbGhyNSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvbGhyNSC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvbGhyNSC .navbar {
    height: 70px;
  }
  .cid-tWvbGhyNSC .navbar.opened {
    height: auto;
  }
  .cid-tWvbGhyNSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvbGhyNSC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvbGhyNSC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvbGhyNSC .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvbGhyNSC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvbGhyNSC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvbGhyNSC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvbGhyNSC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbGhyNSC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvbGhyNSC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvbGi1v37 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvbGi1v37 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvbGi1v37 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvbGi1v37 {
    align-items: center;
  }
  .cid-tWvbGi1v37 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvbGi1v37 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvbGi1v37 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvbGi1v37 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvbGi1v37 .content-wrap {
    width: 100%;
  }
}
.cid-tWvbGi1v37 .mbr-section-title {
  text-align: center;
}
.cid-tWvbGi1v37 .mbr-text,
.cid-tWvbGi1v37 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvbGiunJI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbGiunJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbGiunJI .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-tWvbGiunJI .container-fluid {
    padding: 0;
  }
}
.cid-tWvbGiunJI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvbGiunJI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvbGiunJI .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvbGiunJI .embla__button--next,
.cid-tWvbGiunJI .embla__button--prev {
  display: flex;
}
.cid-tWvbGiunJI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvbGiunJI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvbGiunJI .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-tWvbGiunJI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvbGiunJI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvbGiunJI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbGiunJI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvbGiunJI .embla {
  position: relative;
  width: 100%;
}
.cid-tWvbGiunJI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvbGiunJI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvbGiunJI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvbGiunJI .embla__slide a {
  cursor: grab;
}
.cid-tWvbGiunJI .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvbGiunJI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvbGiunJI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvbGiunJI .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbGiunJI .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvbGiunJI .mbr-box {
  color: #ffffff;
}
.cid-tWvbGiunJI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvbGiunJI img,
.cid-tWvbGiunJI .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbGiunJI .item-wrapper {
  position: relative;
}
.cid-tWvbGiunJI .content-head {
  max-width: 800px;
}
.cid-tWvbGjivYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbGjivYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbGjivYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbGjivYW .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbGjivYW .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbGjivYW .content-head {
  max-width: 800px;
}
.cid-tWvbGjivYW .card1 {
  background: #ffd7ef;
}
.cid-tWvbGjivYW .card2 {
  background: #260a30;
}
.cid-tWvbGjivYW .card3 {
  background: #a0e2e1;
}
.cid-tWvbGjivYW .card4 {
  background: #2e481a;
}
.cid-tWvbGjivYW .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbGjivYW .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbGjivYW .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbGjivYW .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbGjivYW .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbGjivYW .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbGjivYW .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbGjivYW .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbGjivYW .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbGjivYW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbGjivYW .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbGjivYW .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbGjivYW .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbGjivYW .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbGjivYW .card-text3,
.cid-tWvbGjivYW .mbr-section-btn {
  color: #232323;
}
.cid-tWvbGjivYW .card-text2,
.cid-tWvbGjivYW .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbGjivYW .card-text1,
.cid-tWvbGjivYW .mbr-section-btn {
  color: #502274;
}
.cid-tWvbGjivYW .card-title2,
.cid-tWvbGjivYW .social-row {
  color: #ffd7ef;
}
.cid-tWvbGjivYW .mbr-role3,
.cid-tWvbGjivYW .social-row {
  color: #ffffff;
}
.cid-tWvbGjivYW .card-title3,
.cid-tWvbGjivYW .social-row {
  color: #232323;
}
.cid-tWvbGjivYW .card-title4,
.cid-tWvbGjivYW .social-row {
  color: #ffffff;
}
.cid-tWvbGjivYW .mbr-role3 {
  color: #232323;
}
.cid-tWvbGjivYW .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbGjivYW .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbGjivYW .card-text4,
.cid-tWvbGjivYW .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbGjR4eT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvbGjR4eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbGjR4eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbGjR4eT .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbGjR4eT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbGjR4eT .content-head {
  max-width: 800px;
}
.cid-tWvbGjR4eT .card1 {
  background: #ffd7ef;
}
.cid-tWvbGjR4eT .card2 {
  background: #260a30;
}
.cid-tWvbGjR4eT .card3 {
  background: #a0e2e1;
}
.cid-tWvbGjR4eT .card4 {
  background: #2e481a;
}
.cid-tWvbGjR4eT .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbGjR4eT .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbGjR4eT .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbGjR4eT .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbGjR4eT .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbGjR4eT .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbGjR4eT .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbGjR4eT .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbGjR4eT .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbGjR4eT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbGjR4eT .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbGjR4eT .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbGjR4eT .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbGjR4eT .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbGjR4eT .card-text3,
.cid-tWvbGjR4eT .mbr-section-btn {
  color: #232323;
}
.cid-tWvbGjR4eT .card-text2,
.cid-tWvbGjR4eT .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbGjR4eT .card-text1,
.cid-tWvbGjR4eT .mbr-section-btn {
  color: #502274;
}
.cid-tWvbGjR4eT .card-title2,
.cid-tWvbGjR4eT .social-row {
  color: #ffd7ef;
}
.cid-tWvbGjR4eT .mbr-role3,
.cid-tWvbGjR4eT .social-row {
  color: #ffffff;
}
.cid-tWvbGjR4eT .card-title3,
.cid-tWvbGjR4eT .social-row {
  color: #232323;
}
.cid-tWvbGjR4eT .card-title4,
.cid-tWvbGjR4eT .social-row {
  color: #ffffff;
}
.cid-tWvbGjR4eT .mbr-role3 {
  color: #232323;
}
.cid-tWvbGjR4eT .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbGjR4eT .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbGjR4eT .card-text4,
.cid-tWvbGjR4eT .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbGkv8EB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvbGkv8EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbGkv8EB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbGkv8EB .row {
  justify-content: center;
}
.cid-tWvbGkv8EB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvbGkv8EB .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvbGkv8EB .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvbGkv8EB .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvbGkv8EB .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvbGkv8EB .content-head {
  max-width: 800px;
}
.cid-tWvbGl6ViP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvbGl6ViP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvbGl6ViP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvbGl6ViP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvbGl6ViP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvbGl6ViP .content-head {
  max-width: 800px;
}
.cid-tWvbGl6ViP .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbGlxgJN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvbGlxgJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbGlxgJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbGlxgJN .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvbGlxgJN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvbGlxgJN .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-tWvbGlxgJN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvbGlxgJN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvbGlxgJN .content-head {
  max-width: 800px;
}
.cid-tWvbGm884e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvbTGwzVu {
  z-index: 1000;
  width: 100%;
}
.cid-tWvbTGwzVu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvbTGwzVu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvbTGwzVu .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvbTGwzVu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvbTGwzVu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvbTGwzVu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvbTGwzVu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvbTGwzVu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvbTGwzVu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvbTGwzVu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvbTGwzVu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvbTGwzVu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvbTGwzVu .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvbTGwzVu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvbTGwzVu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvbTGwzVu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvbTGwzVu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvbTGwzVu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvbTGwzVu .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbTGwzVu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvbTGwzVu .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvbTGwzVu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvbTGwzVu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvbTGwzVu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvbTGwzVu .nav-item:focus,
.cid-tWvbTGwzVu .nav-link:focus {
  outline: none;
}
.cid-tWvbTGwzVu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvbTGwzVu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvbTGwzVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvbTGwzVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvbTGwzVu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvbTGwzVu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvbTGwzVu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvbTGwzVu .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvbTGwzVu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvbTGwzVu .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvbTGwzVu .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvbTGwzVu .navbar.collapsed {
  justify-content: center;
}
.cid-tWvbTGwzVu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvbTGwzVu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvbTGwzVu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvbTGwzVu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvbTGwzVu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvbTGwzVu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvbTGwzVu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvbTGwzVu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvbTGwzVu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbTGwzVu .navbar {
    min-height: 72px;
  }
  .cid-tWvbTGwzVu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvbTGwzVu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvbTGwzVu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvbTGwzVu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvbTGwzVu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvbTGwzVu .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-tWvbTGwzVu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvbTGwzVu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvbTGwzVu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvbTGwzVu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvbTGwzVu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvbTGwzVu .dropdown-item.active,
.cid-tWvbTGwzVu .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvbTGwzVu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvbTGwzVu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvbTGwzVu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvbTGwzVu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvbTGwzVu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvbTGwzVu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvbTGwzVu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvbTGwzVu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvbTGwzVu .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvbTGwzVu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvbTGwzVu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvbTGwzVu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvbTGwzVu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbTGwzVu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvbTGwzVu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvbTGwzVu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbTGwzVu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvbTGwzVu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvbTGwzVu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvbTGwzVu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvbTGwzVu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvbTGwzVu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvbTGwzVu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvbTGwzVu .navbar {
    height: 70px;
  }
  .cid-tWvbTGwzVu .navbar.opened {
    height: auto;
  }
  .cid-tWvbTGwzVu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvbTGwzVu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvbTGwzVu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvbTGwzVu .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvbTGwzVu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvbTGwzVu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvbTGwzVu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvbTGwzVu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvbTGwzVu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvbTGwzVu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvbTGXjl3 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvbTGXjl3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvbTGXjl3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvbTGXjl3 {
    align-items: center;
  }
  .cid-tWvbTGXjl3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvbTGXjl3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvbTGXjl3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvbTGXjl3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvbTGXjl3 .content-wrap {
    width: 100%;
  }
}
.cid-tWvbTGXjl3 .mbr-section-title {
  text-align: center;
}
.cid-tWvbTGXjl3 .mbr-text,
.cid-tWvbTGXjl3 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvbTHsUGl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbTHsUGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbTHsUGl .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-tWvbTHsUGl .container-fluid {
    padding: 0;
  }
}
.cid-tWvbTHsUGl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvbTHsUGl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvbTHsUGl .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvbTHsUGl .embla__button--next,
.cid-tWvbTHsUGl .embla__button--prev {
  display: flex;
}
.cid-tWvbTHsUGl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvbTHsUGl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvbTHsUGl .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-tWvbTHsUGl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvbTHsUGl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvbTHsUGl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvbTHsUGl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvbTHsUGl .embla {
  position: relative;
  width: 100%;
}
.cid-tWvbTHsUGl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvbTHsUGl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvbTHsUGl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvbTHsUGl .embla__slide a {
  cursor: grab;
}
.cid-tWvbTHsUGl .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvbTHsUGl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvbTHsUGl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvbTHsUGl .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbTHsUGl .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvbTHsUGl .mbr-box {
  color: #ffffff;
}
.cid-tWvbTHsUGl .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvbTHsUGl img,
.cid-tWvbTHsUGl .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbTHsUGl .item-wrapper {
  position: relative;
}
.cid-tWvbTHsUGl .content-head {
  max-width: 800px;
}
.cid-tWvbTIyUP4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvbTIyUP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbTIyUP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbTIyUP4 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbTIyUP4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbTIyUP4 .content-head {
  max-width: 800px;
}
.cid-tWvbTIyUP4 .card1 {
  background: #ffd7ef;
}
.cid-tWvbTIyUP4 .card2 {
  background: #260a30;
}
.cid-tWvbTIyUP4 .card3 {
  background: #a0e2e1;
}
.cid-tWvbTIyUP4 .card4 {
  background: #2e481a;
}
.cid-tWvbTIyUP4 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbTIyUP4 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbTIyUP4 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbTIyUP4 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbTIyUP4 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbTIyUP4 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbTIyUP4 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbTIyUP4 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbTIyUP4 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbTIyUP4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbTIyUP4 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbTIyUP4 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbTIyUP4 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbTIyUP4 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbTIyUP4 .card-text3,
.cid-tWvbTIyUP4 .mbr-section-btn {
  color: #232323;
}
.cid-tWvbTIyUP4 .card-text2,
.cid-tWvbTIyUP4 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbTIyUP4 .card-text1,
.cid-tWvbTIyUP4 .mbr-section-btn {
  color: #502274;
}
.cid-tWvbTIyUP4 .card-title2,
.cid-tWvbTIyUP4 .social-row {
  color: #ffd7ef;
}
.cid-tWvbTIyUP4 .mbr-role3,
.cid-tWvbTIyUP4 .social-row {
  color: #ffffff;
}
.cid-tWvbTIyUP4 .card-title3,
.cid-tWvbTIyUP4 .social-row {
  color: #232323;
}
.cid-tWvbTIyUP4 .card-title4,
.cid-tWvbTIyUP4 .social-row {
  color: #ffffff;
}
.cid-tWvbTIyUP4 .mbr-role3 {
  color: #232323;
}
.cid-tWvbTIyUP4 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbTIyUP4 .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbTIyUP4 .card-text4,
.cid-tWvbTIyUP4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbTJgc9f {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvbTJgc9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbTJgc9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbTJgc9f .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvbTJgc9f .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvbTJgc9f .content-head {
  max-width: 800px;
}
.cid-tWvbTJgc9f .card1 {
  background: #ffd7ef;
}
.cid-tWvbTJgc9f .card2 {
  background: #260a30;
}
.cid-tWvbTJgc9f .card3 {
  background: #a0e2e1;
}
.cid-tWvbTJgc9f .card4 {
  background: #2e481a;
}
.cid-tWvbTJgc9f .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvbTJgc9f .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvbTJgc9f .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvbTJgc9f .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvbTJgc9f .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvbTJgc9f .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvbTJgc9f .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvbTJgc9f .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvbTJgc9f .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvbTJgc9f .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvbTJgc9f .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvbTJgc9f .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvbTJgc9f .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvbTJgc9f .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvbTJgc9f .card-text3,
.cid-tWvbTJgc9f .mbr-section-btn {
  color: #232323;
}
.cid-tWvbTJgc9f .card-text2,
.cid-tWvbTJgc9f .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvbTJgc9f .card-text1,
.cid-tWvbTJgc9f .mbr-section-btn {
  color: #502274;
}
.cid-tWvbTJgc9f .card-title2,
.cid-tWvbTJgc9f .social-row {
  color: #ffd7ef;
}
.cid-tWvbTJgc9f .mbr-role3,
.cid-tWvbTJgc9f .social-row {
  color: #ffffff;
}
.cid-tWvbTJgc9f .card-title3,
.cid-tWvbTJgc9f .social-row {
  color: #232323;
}
.cid-tWvbTJgc9f .card-title4,
.cid-tWvbTJgc9f .social-row {
  color: #ffffff;
}
.cid-tWvbTJgc9f .mbr-role3 {
  color: #232323;
}
.cid-tWvbTJgc9f .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvbTJgc9f .mbr-role4 {
  color: #ffffff;
}
.cid-tWvbTJgc9f .card-text4,
.cid-tWvbTJgc9f .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvbTK0XwO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvbTK0XwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbTK0XwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbTK0XwO .row {
  justify-content: center;
}
.cid-tWvbTK0XwO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvbTK0XwO .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvbTK0XwO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvbTK0XwO .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvbTK0XwO .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvbTK0XwO .content-head {
  max-width: 800px;
}
.cid-tWvbTKz1CE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvbTKz1CE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvbTKz1CE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvbTKz1CE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvbTKz1CE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvbTKz1CE .content-head {
  max-width: 800px;
}
.cid-tWvbTKz1CE .mbr-section-title {
  color: #ffa600;
}
.cid-tWvbTL4gE8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvbTL4gE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvbTL4gE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvbTL4gE8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvbTL4gE8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvbTL4gE8 .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-tWvbTL4gE8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvbTL4gE8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvbTL4gE8 .content-head {
  max-width: 800px;
}
.cid-tWvbTLDYpC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWve6jW3Tk {
  z-index: 1000;
  width: 100%;
}
.cid-tWve6jW3Tk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWve6jW3Tk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWve6jW3Tk .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWve6jW3Tk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWve6jW3Tk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWve6jW3Tk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWve6jW3Tk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWve6jW3Tk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWve6jW3Tk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWve6jW3Tk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWve6jW3Tk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWve6jW3Tk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWve6jW3Tk .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWve6jW3Tk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWve6jW3Tk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWve6jW3Tk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWve6jW3Tk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWve6jW3Tk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWve6jW3Tk .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWve6jW3Tk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWve6jW3Tk .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWve6jW3Tk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWve6jW3Tk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWve6jW3Tk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWve6jW3Tk .nav-item:focus,
.cid-tWve6jW3Tk .nav-link:focus {
  outline: none;
}
.cid-tWve6jW3Tk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWve6jW3Tk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWve6jW3Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWve6jW3Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWve6jW3Tk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWve6jW3Tk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWve6jW3Tk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWve6jW3Tk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWve6jW3Tk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWve6jW3Tk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWve6jW3Tk .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWve6jW3Tk .navbar.collapsed {
  justify-content: center;
}
.cid-tWve6jW3Tk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWve6jW3Tk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWve6jW3Tk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWve6jW3Tk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWve6jW3Tk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWve6jW3Tk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWve6jW3Tk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWve6jW3Tk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWve6jW3Tk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWve6jW3Tk .navbar {
    min-height: 72px;
  }
  .cid-tWve6jW3Tk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWve6jW3Tk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWve6jW3Tk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWve6jW3Tk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWve6jW3Tk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWve6jW3Tk .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-tWve6jW3Tk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWve6jW3Tk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWve6jW3Tk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWve6jW3Tk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWve6jW3Tk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWve6jW3Tk .dropdown-item.active,
.cid-tWve6jW3Tk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWve6jW3Tk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWve6jW3Tk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWve6jW3Tk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWve6jW3Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWve6jW3Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWve6jW3Tk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWve6jW3Tk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWve6jW3Tk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWve6jW3Tk .navbar-buttons {
    text-align: left;
  }
}
.cid-tWve6jW3Tk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWve6jW3Tk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWve6jW3Tk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWve6jW3Tk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWve6jW3Tk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWve6jW3Tk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWve6jW3Tk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWve6jW3Tk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWve6jW3Tk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWve6jW3Tk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWve6jW3Tk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWve6jW3Tk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWve6jW3Tk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWve6jW3Tk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWve6jW3Tk .navbar {
    height: 70px;
  }
  .cid-tWve6jW3Tk .navbar.opened {
    height: auto;
  }
  .cid-tWve6jW3Tk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWve6jW3Tk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWve6jW3Tk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWve6jW3Tk .navbar-brand {
    margin-right: auto;
  }
  .cid-tWve6jW3Tk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWve6jW3Tk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWve6jW3Tk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWve6jW3Tk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWve6jW3Tk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWve6jW3Tk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWve6p1wHM {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWve6p1wHM .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWve6p1wHM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWve6p1wHM {
    align-items: center;
  }
  .cid-tWve6p1wHM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWve6p1wHM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWve6p1wHM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWve6p1wHM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWve6p1wHM .content-wrap {
    width: 100%;
  }
}
.cid-tWve6p1wHM .mbr-section-title {
  text-align: center;
}
.cid-tWve6p1wHM .mbr-text,
.cid-tWve6p1wHM .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWve6qoWQ3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWve6qoWQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWve6qoWQ3 .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-tWve6qoWQ3 .container-fluid {
    padding: 0;
  }
}
.cid-tWve6qoWQ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWve6qoWQ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWve6qoWQ3 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWve6qoWQ3 .embla__button--next,
.cid-tWve6qoWQ3 .embla__button--prev {
  display: flex;
}
.cid-tWve6qoWQ3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWve6qoWQ3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWve6qoWQ3 .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-tWve6qoWQ3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWve6qoWQ3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWve6qoWQ3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWve6qoWQ3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWve6qoWQ3 .embla {
  position: relative;
  width: 100%;
}
.cid-tWve6qoWQ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWve6qoWQ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWve6qoWQ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWve6qoWQ3 .embla__slide a {
  cursor: grab;
}
.cid-tWve6qoWQ3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWve6qoWQ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWve6qoWQ3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWve6qoWQ3 .mbr-section-title {
  color: #ffa600;
}
.cid-tWve6qoWQ3 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWve6qoWQ3 .mbr-box {
  color: #ffffff;
}
.cid-tWve6qoWQ3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWve6qoWQ3 img,
.cid-tWve6qoWQ3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWve6qoWQ3 .item-wrapper {
  position: relative;
}
.cid-tWve6qoWQ3 .content-head {
  max-width: 800px;
}
.cid-tWve6sO6aC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWve6sO6aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWve6sO6aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWve6sO6aC .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWve6sO6aC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWve6sO6aC .content-head {
  max-width: 800px;
}
.cid-tWve6sO6aC .card1 {
  background: #ffd7ef;
}
.cid-tWve6sO6aC .card2 {
  background: #260a30;
}
.cid-tWve6sO6aC .card3 {
  background: #a0e2e1;
}
.cid-tWve6sO6aC .card4 {
  background: #2e481a;
}
.cid-tWve6sO6aC .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWve6sO6aC .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWve6sO6aC .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWve6sO6aC .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWve6sO6aC .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWve6sO6aC .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWve6sO6aC .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWve6sO6aC .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWve6sO6aC .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWve6sO6aC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWve6sO6aC .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWve6sO6aC .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWve6sO6aC .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWve6sO6aC .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWve6sO6aC .card-text3,
.cid-tWve6sO6aC .mbr-section-btn {
  color: #232323;
}
.cid-tWve6sO6aC .card-text2,
.cid-tWve6sO6aC .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWve6sO6aC .card-text1,
.cid-tWve6sO6aC .mbr-section-btn {
  color: #502274;
}
.cid-tWve6sO6aC .card-title2,
.cid-tWve6sO6aC .social-row {
  color: #ffd7ef;
}
.cid-tWve6sO6aC .mbr-role3,
.cid-tWve6sO6aC .social-row {
  color: #ffffff;
}
.cid-tWve6sO6aC .card-title3,
.cid-tWve6sO6aC .social-row {
  color: #232323;
}
.cid-tWve6sO6aC .card-title4,
.cid-tWve6sO6aC .social-row {
  color: #ffffff;
}
.cid-tWve6sO6aC .mbr-role3 {
  color: #232323;
}
.cid-tWve6sO6aC .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWve6sO6aC .mbr-role4 {
  color: #ffffff;
}
.cid-tWve6sO6aC .card-text4,
.cid-tWve6sO6aC .mbr-section-btn {
  color: #ffffff;
}
.cid-tWve6vrRY8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWve6vrRY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWve6vrRY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWve6vrRY8 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWve6vrRY8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWve6vrRY8 .content-head {
  max-width: 800px;
}
.cid-tWve6vrRY8 .card1 {
  background: #ffd7ef;
}
.cid-tWve6vrRY8 .card2 {
  background: #260a30;
}
.cid-tWve6vrRY8 .card3 {
  background: #a0e2e1;
}
.cid-tWve6vrRY8 .card4 {
  background: #2e481a;
}
.cid-tWve6vrRY8 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWve6vrRY8 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWve6vrRY8 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWve6vrRY8 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWve6vrRY8 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWve6vrRY8 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWve6vrRY8 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWve6vrRY8 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWve6vrRY8 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWve6vrRY8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWve6vrRY8 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWve6vrRY8 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWve6vrRY8 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWve6vrRY8 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWve6vrRY8 .card-text3,
.cid-tWve6vrRY8 .mbr-section-btn {
  color: #232323;
}
.cid-tWve6vrRY8 .card-text2,
.cid-tWve6vrRY8 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWve6vrRY8 .card-text1,
.cid-tWve6vrRY8 .mbr-section-btn {
  color: #502274;
}
.cid-tWve6vrRY8 .card-title2,
.cid-tWve6vrRY8 .social-row {
  color: #ffd7ef;
}
.cid-tWve6vrRY8 .mbr-role3,
.cid-tWve6vrRY8 .social-row {
  color: #ffffff;
}
.cid-tWve6vrRY8 .card-title3,
.cid-tWve6vrRY8 .social-row {
  color: #232323;
}
.cid-tWve6vrRY8 .card-title4,
.cid-tWve6vrRY8 .social-row {
  color: #ffffff;
}
.cid-tWve6vrRY8 .mbr-role3 {
  color: #232323;
}
.cid-tWve6vrRY8 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWve6vrRY8 .mbr-role4 {
  color: #ffffff;
}
.cid-tWve6vrRY8 .card-text4,
.cid-tWve6vrRY8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWve6wAb8Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWve6wAb8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWve6wAb8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWve6wAb8Q .row {
  justify-content: center;
}
.cid-tWve6wAb8Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWve6wAb8Q .item {
    margin-bottom: 1rem;
  }
}
.cid-tWve6wAb8Q .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWve6wAb8Q .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWve6wAb8Q .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWve6wAb8Q .content-head {
  max-width: 800px;
}
.cid-tWve6xN6Mi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWve6xN6Mi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWve6xN6Mi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWve6xN6Mi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWve6xN6Mi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWve6xN6Mi .content-head {
  max-width: 800px;
}
.cid-tWve6xN6Mi .mbr-section-title {
  color: #ffa600;
}
.cid-tWve6ysWDQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWve6ysWDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWve6ysWDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWve6ysWDQ .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWve6ysWDQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWve6ysWDQ .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-tWve6ysWDQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWve6ysWDQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWve6ysWDQ .content-head {
  max-width: 800px;
}
.cid-tWve6zDGYV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWvejKwWRX {
  z-index: 1000;
  width: 100%;
}
.cid-tWvejKwWRX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWvejKwWRX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWvejKwWRX .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWvejKwWRX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWvejKwWRX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWvejKwWRX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWvejKwWRX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWvejKwWRX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWvejKwWRX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWvejKwWRX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWvejKwWRX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWvejKwWRX .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWvejKwWRX .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWvejKwWRX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWvejKwWRX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWvejKwWRX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvejKwWRX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvejKwWRX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWvejKwWRX .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWvejKwWRX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWvejKwWRX .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWvejKwWRX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWvejKwWRX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWvejKwWRX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWvejKwWRX .nav-item:focus,
.cid-tWvejKwWRX .nav-link:focus {
  outline: none;
}
.cid-tWvejKwWRX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWvejKwWRX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvejKwWRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWvejKwWRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWvejKwWRX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWvejKwWRX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWvejKwWRX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWvejKwWRX .navbar.opened {
  transition: all 0.3s;
}
.cid-tWvejKwWRX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWvejKwWRX .navbar .navbar-logo img {
  width: auto;
}
.cid-tWvejKwWRX .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWvejKwWRX .navbar.collapsed {
  justify-content: center;
}
.cid-tWvejKwWRX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWvejKwWRX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWvejKwWRX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWvejKwWRX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWvejKwWRX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWvejKwWRX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWvejKwWRX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWvejKwWRX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWvejKwWRX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWvejKwWRX .navbar {
    min-height: 72px;
  }
  .cid-tWvejKwWRX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvejKwWRX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWvejKwWRX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWvejKwWRX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWvejKwWRX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWvejKwWRX .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-tWvejKwWRX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWvejKwWRX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWvejKwWRX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWvejKwWRX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWvejKwWRX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWvejKwWRX .dropdown-item.active,
.cid-tWvejKwWRX .dropdown-item:active {
  background-color: transparent;
}
.cid-tWvejKwWRX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWvejKwWRX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWvejKwWRX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWvejKwWRX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWvejKwWRX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWvejKwWRX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWvejKwWRX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWvejKwWRX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWvejKwWRX .navbar-buttons {
    text-align: left;
  }
}
.cid-tWvejKwWRX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWvejKwWRX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWvejKwWRX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWvejKwWRX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvejKwWRX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWvejKwWRX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWvejKwWRX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvejKwWRX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWvejKwWRX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWvejKwWRX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWvejKwWRX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWvejKwWRX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvejKwWRX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWvejKwWRX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWvejKwWRX .navbar {
    height: 70px;
  }
  .cid-tWvejKwWRX .navbar.opened {
    height: auto;
  }
  .cid-tWvejKwWRX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWvejKwWRX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWvejKwWRX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWvejKwWRX .navbar-brand {
    margin-right: auto;
  }
  .cid-tWvejKwWRX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWvejKwWRX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWvejKwWRX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWvejKwWRX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWvejKwWRX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWvejKwWRX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvejLDuyK {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWvejLDuyK .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWvejLDuyK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWvejLDuyK {
    align-items: center;
  }
  .cid-tWvejLDuyK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWvejLDuyK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWvejLDuyK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWvejLDuyK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWvejLDuyK .content-wrap {
    width: 100%;
  }
}
.cid-tWvejLDuyK .mbr-section-title {
  text-align: center;
}
.cid-tWvejLDuyK .mbr-text,
.cid-tWvejLDuyK .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWvejMFtam {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvejMFtam .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvejMFtam .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-tWvejMFtam .container-fluid {
    padding: 0;
  }
}
.cid-tWvejMFtam .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWvejMFtam .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWvejMFtam .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWvejMFtam .embla__button--next,
.cid-tWvejMFtam .embla__button--prev {
  display: flex;
}
.cid-tWvejMFtam .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWvejMFtam .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWvejMFtam .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-tWvejMFtam .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWvejMFtam .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvejMFtam .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWvejMFtam .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWvejMFtam .embla {
  position: relative;
  width: 100%;
}
.cid-tWvejMFtam .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWvejMFtam .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWvejMFtam .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWvejMFtam .embla__slide a {
  cursor: grab;
}
.cid-tWvejMFtam .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWvejMFtam .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWvejMFtam .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWvejMFtam .mbr-section-title {
  color: #ffa600;
}
.cid-tWvejMFtam .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWvejMFtam .mbr-box {
  color: #ffffff;
}
.cid-tWvejMFtam .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWvejMFtam img,
.cid-tWvejMFtam .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvejMFtam .item-wrapper {
  position: relative;
}
.cid-tWvejMFtam .content-head {
  max-width: 800px;
}
.cid-tWvejNL0o5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWvejNL0o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvejNL0o5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvejNL0o5 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvejNL0o5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvejNL0o5 .content-head {
  max-width: 800px;
}
.cid-tWvejNL0o5 .card1 {
  background: #ffd7ef;
}
.cid-tWvejNL0o5 .card2 {
  background: #260a30;
}
.cid-tWvejNL0o5 .card3 {
  background: #a0e2e1;
}
.cid-tWvejNL0o5 .card4 {
  background: #2e481a;
}
.cid-tWvejNL0o5 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvejNL0o5 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvejNL0o5 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvejNL0o5 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvejNL0o5 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvejNL0o5 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvejNL0o5 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvejNL0o5 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvejNL0o5 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvejNL0o5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvejNL0o5 .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvejNL0o5 .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvejNL0o5 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvejNL0o5 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvejNL0o5 .card-text3,
.cid-tWvejNL0o5 .mbr-section-btn {
  color: #232323;
}
.cid-tWvejNL0o5 .card-text2,
.cid-tWvejNL0o5 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvejNL0o5 .card-text1,
.cid-tWvejNL0o5 .mbr-section-btn {
  color: #502274;
}
.cid-tWvejNL0o5 .card-title2,
.cid-tWvejNL0o5 .social-row {
  color: #ffd7ef;
}
.cid-tWvejNL0o5 .mbr-role3,
.cid-tWvejNL0o5 .social-row {
  color: #ffffff;
}
.cid-tWvejNL0o5 .card-title3,
.cid-tWvejNL0o5 .social-row {
  color: #232323;
}
.cid-tWvejNL0o5 .card-title4,
.cid-tWvejNL0o5 .social-row {
  color: #ffffff;
}
.cid-tWvejNL0o5 .mbr-role3 {
  color: #232323;
}
.cid-tWvejNL0o5 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvejNL0o5 .mbr-role4 {
  color: #ffffff;
}
.cid-tWvejNL0o5 .card-text4,
.cid-tWvejNL0o5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvejOuOJP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWvejOuOJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvejOuOJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvejOuOJP .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWvejOuOJP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWvejOuOJP .content-head {
  max-width: 800px;
}
.cid-tWvejOuOJP .card1 {
  background: #ffd7ef;
}
.cid-tWvejOuOJP .card2 {
  background: #260a30;
}
.cid-tWvejOuOJP .card3 {
  background: #a0e2e1;
}
.cid-tWvejOuOJP .card4 {
  background: #2e481a;
}
.cid-tWvejOuOJP .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWvejOuOJP .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWvejOuOJP .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWvejOuOJP .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvejOuOJP .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWvejOuOJP .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWvejOuOJP .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWvejOuOJP .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvejOuOJP .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWvejOuOJP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWvejOuOJP .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWvejOuOJP .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWvejOuOJP .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWvejOuOJP .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWvejOuOJP .card-text3,
.cid-tWvejOuOJP .mbr-section-btn {
  color: #232323;
}
.cid-tWvejOuOJP .card-text2,
.cid-tWvejOuOJP .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWvejOuOJP .card-text1,
.cid-tWvejOuOJP .mbr-section-btn {
  color: #502274;
}
.cid-tWvejOuOJP .card-title2,
.cid-tWvejOuOJP .social-row {
  color: #ffd7ef;
}
.cid-tWvejOuOJP .mbr-role3,
.cid-tWvejOuOJP .social-row {
  color: #ffffff;
}
.cid-tWvejOuOJP .card-title3,
.cid-tWvejOuOJP .social-row {
  color: #232323;
}
.cid-tWvejOuOJP .card-title4,
.cid-tWvejOuOJP .social-row {
  color: #ffffff;
}
.cid-tWvejOuOJP .mbr-role3 {
  color: #232323;
}
.cid-tWvejOuOJP .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWvejOuOJP .mbr-role4 {
  color: #ffffff;
}
.cid-tWvejOuOJP .card-text4,
.cid-tWvejOuOJP .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvejPaRla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWvejPaRla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvejPaRla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvejPaRla .row {
  justify-content: center;
}
.cid-tWvejPaRla .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWvejPaRla .item {
    margin-bottom: 1rem;
  }
}
.cid-tWvejPaRla .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWvejPaRla .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvejPaRla .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWvejPaRla .content-head {
  max-width: 800px;
}
.cid-tWvejPLCqn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWvejPLCqn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvejPLCqn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWvejPLCqn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWvejPLCqn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWvejPLCqn .content-head {
  max-width: 800px;
}
.cid-tWvejPLCqn .mbr-section-title {
  color: #ffa600;
}
.cid-tWvejQjeG2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWvejQjeG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvejQjeG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvejQjeG2 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWvejQjeG2 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWvejQjeG2 .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-tWvejQjeG2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWvejQjeG2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWvejQjeG2 .content-head {
  max-width: 800px;
}
.cid-tWvejR86Wm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-tWveA2Y85K {
  z-index: 1000;
  width: 100%;
}
.cid-tWveA2Y85K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWveA2Y85K .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tWveA2Y85K .navbar-nav {
    max-width: 45%;
  }
}
.cid-tWveA2Y85K .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWveA2Y85K .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWveA2Y85K .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tWveA2Y85K .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWveA2Y85K .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWveA2Y85K .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWveA2Y85K .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWveA2Y85K .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tWveA2Y85K .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tWveA2Y85K .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWveA2Y85K .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWveA2Y85K .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWveA2Y85K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWveA2Y85K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWveA2Y85K .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWveA2Y85K .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWveA2Y85K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWveA2Y85K .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tWveA2Y85K .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tWveA2Y85K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWveA2Y85K .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-tWveA2Y85K .nav-item:focus,
.cid-tWveA2Y85K .nav-link:focus {
  outline: none;
}
.cid-tWveA2Y85K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWveA2Y85K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWveA2Y85K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWveA2Y85K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWveA2Y85K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWveA2Y85K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWveA2Y85K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tWveA2Y85K .navbar.opened {
  transition: all 0.3s;
}
.cid-tWveA2Y85K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWveA2Y85K .navbar .navbar-logo img {
  width: auto;
}
.cid-tWveA2Y85K .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tWveA2Y85K .navbar.collapsed {
  justify-content: center;
}
.cid-tWveA2Y85K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWveA2Y85K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWveA2Y85K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tWveA2Y85K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWveA2Y85K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWveA2Y85K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tWveA2Y85K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWveA2Y85K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWveA2Y85K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWveA2Y85K .navbar {
    min-height: 72px;
  }
  .cid-tWveA2Y85K .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWveA2Y85K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWveA2Y85K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWveA2Y85K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWveA2Y85K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWveA2Y85K .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-tWveA2Y85K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWveA2Y85K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWveA2Y85K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWveA2Y85K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWveA2Y85K .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWveA2Y85K .dropdown-item.active,
.cid-tWveA2Y85K .dropdown-item:active {
  background-color: transparent;
}
.cid-tWveA2Y85K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWveA2Y85K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWveA2Y85K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWveA2Y85K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWveA2Y85K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWveA2Y85K .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWveA2Y85K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWveA2Y85K .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWveA2Y85K .navbar-buttons {
    text-align: left;
  }
}
.cid-tWveA2Y85K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWveA2Y85K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWveA2Y85K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWveA2Y85K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWveA2Y85K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWveA2Y85K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWveA2Y85K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWveA2Y85K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWveA2Y85K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWveA2Y85K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWveA2Y85K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWveA2Y85K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWveA2Y85K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWveA2Y85K .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWveA2Y85K .navbar {
    height: 70px;
  }
  .cid-tWveA2Y85K .navbar.opened {
    height: auto;
  }
  .cid-tWveA2Y85K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWveA2Y85K .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWveA2Y85K .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWveA2Y85K .navbar-brand {
    margin-right: auto;
  }
  .cid-tWveA2Y85K .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWveA2Y85K .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWveA2Y85K .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWveA2Y85K .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tWveA2Y85K .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWveA2Y85K .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWveA3KUu6 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/disel-listing-banner.jpg");
}
.cid-tWveA3KUu6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tWveA3KUu6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tWveA3KUu6 {
    align-items: center;
  }
  .cid-tWveA3KUu6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWveA3KUu6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWveA3KUu6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWveA3KUu6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWveA3KUu6 .content-wrap {
    width: 100%;
  }
}
.cid-tWveA3KUu6 .mbr-section-title {
  text-align: center;
}
.cid-tWveA3KUu6 .mbr-text,
.cid-tWveA3KUu6 .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-tWveA4eICb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWveA4eICb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWveA4eICb .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-tWveA4eICb .container-fluid {
    padding: 0;
  }
}
.cid-tWveA4eICb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWveA4eICb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWveA4eICb .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tWveA4eICb .embla__button--next,
.cid-tWveA4eICb .embla__button--prev {
  display: flex;
}
.cid-tWveA4eICb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tWveA4eICb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tWveA4eICb .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-tWveA4eICb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWveA4eICb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWveA4eICb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWveA4eICb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWveA4eICb .embla {
  position: relative;
  width: 100%;
}
.cid-tWveA4eICb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWveA4eICb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWveA4eICb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWveA4eICb .embla__slide a {
  cursor: grab;
}
.cid-tWveA4eICb .embla__slide a:active {
  cursor: grabbing;
}
.cid-tWveA4eICb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWveA4eICb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWveA4eICb .mbr-section-title {
  color: #ffa600;
}
.cid-tWveA4eICb .mbr-section-subtitle {
  color: #ffa600;
}
.cid-tWveA4eICb .mbr-box {
  color: #ffffff;
}
.cid-tWveA4eICb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWveA4eICb img,
.cid-tWveA4eICb .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWveA4eICb .item-wrapper {
  position: relative;
}
.cid-tWveA4eICb .content-head {
  max-width: 800px;
}
.cid-tWveA5kLPt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-tWveA5kLPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWveA5kLPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWveA5kLPt .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWveA5kLPt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWveA5kLPt .content-head {
  max-width: 800px;
}
.cid-tWveA5kLPt .card1 {
  background: #ffd7ef;
}
.cid-tWveA5kLPt .card2 {
  background: #260a30;
}
.cid-tWveA5kLPt .card3 {
  background: #a0e2e1;
}
.cid-tWveA5kLPt .card4 {
  background: #2e481a;
}
.cid-tWveA5kLPt .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWveA5kLPt .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWveA5kLPt .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWveA5kLPt .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWveA5kLPt .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWveA5kLPt .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWveA5kLPt .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWveA5kLPt .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWveA5kLPt .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWveA5kLPt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWveA5kLPt .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWveA5kLPt .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWveA5kLPt .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWveA5kLPt .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWveA5kLPt .card-text3,
.cid-tWveA5kLPt .mbr-section-btn {
  color: #232323;
}
.cid-tWveA5kLPt .card-text2,
.cid-tWveA5kLPt .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWveA5kLPt .card-text1,
.cid-tWveA5kLPt .mbr-section-btn {
  color: #502274;
}
.cid-tWveA5kLPt .card-title2,
.cid-tWveA5kLPt .social-row {
  color: #ffd7ef;
}
.cid-tWveA5kLPt .mbr-role3,
.cid-tWveA5kLPt .social-row {
  color: #ffffff;
}
.cid-tWveA5kLPt .card-title3,
.cid-tWveA5kLPt .social-row {
  color: #232323;
}
.cid-tWveA5kLPt .card-title4,
.cid-tWveA5kLPt .social-row {
  color: #ffffff;
}
.cid-tWveA5kLPt .mbr-role3 {
  color: #232323;
}
.cid-tWveA5kLPt .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWveA5kLPt .mbr-role4 {
  color: #ffffff;
}
.cid-tWveA5kLPt .card-text4,
.cid-tWveA5kLPt .mbr-section-btn {
  color: #ffffff;
}
.cid-tWveA63diB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tWveA63diB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWveA63diB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWveA63diB .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tWveA63diB .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWveA63diB .content-head {
  max-width: 800px;
}
.cid-tWveA63diB .card1 {
  background: #ffd7ef;
}
.cid-tWveA63diB .card2 {
  background: #260a30;
}
.cid-tWveA63diB .card3 {
  background: #a0e2e1;
}
.cid-tWveA63diB .card4 {
  background: #2e481a;
}
.cid-tWveA63diB .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tWveA63diB .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tWveA63diB .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tWveA63diB .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWveA63diB .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tWveA63diB .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tWveA63diB .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tWveA63diB .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tWveA63diB .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tWveA63diB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tWveA63diB .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tWveA63diB .tag2 {
  background: #260a30;
  color: #ffd7ef;
}
.cid-tWveA63diB .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tWveA63diB .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tWveA63diB .card-text3,
.cid-tWveA63diB .mbr-section-btn {
  color: #232323;
}
.cid-tWveA63diB .card-text2,
.cid-tWveA63diB .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tWveA63diB .card-text1,
.cid-tWveA63diB .mbr-section-btn {
  color: #502274;
}
.cid-tWveA63diB .card-title2,
.cid-tWveA63diB .social-row {
  color: #ffd7ef;
}
.cid-tWveA63diB .mbr-role3,
.cid-tWveA63diB .social-row {
  color: #ffffff;
}
.cid-tWveA63diB .card-title3,
.cid-tWveA63diB .social-row {
  color: #232323;
}
.cid-tWveA63diB .card-title4,
.cid-tWveA63diB .social-row {
  color: #ffffff;
}
.cid-tWveA63diB .mbr-role3 {
  color: #232323;
}
.cid-tWveA63diB .mbr-role2 {
  color: #ffd7ef;
}
.cid-tWveA63diB .mbr-role4 {
  color: #ffffff;
}
.cid-tWveA63diB .card-text4,
.cid-tWveA63diB .mbr-section-btn {
  color: #ffffff;
}
.cid-tWveA6Pspa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tWveA6Pspa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWveA6Pspa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWveA6Pspa .row {
  justify-content: center;
}
.cid-tWveA6Pspa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWveA6Pspa .item {
    margin-bottom: 1rem;
  }
}
.cid-tWveA6Pspa .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWveA6Pspa .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWveA6Pspa .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWveA6Pspa .content-head {
  max-width: 800px;
}
.cid-tWveA7qaU1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tWveA7qaU1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWveA7qaU1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWveA7qaU1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWveA7qaU1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWveA7qaU1 .content-head {
  max-width: 800px;
}
.cid-tWveA7qaU1 .mbr-section-title {
  color: #ffa600;
}
.cid-tWveA81zTI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tWveA81zTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWveA81zTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWveA81zTI .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWveA81zTI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWveA81zTI .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-tWveA81zTI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWveA81zTI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWveA81zTI .content-head {
  max-width: 800px;
}
.cid-tWveA91AMX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e481a;
  overflow: hidden;
}
