.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;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc(2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc(0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #99cc33 !important;
}
.bg-success {
  background-color: #99cc33 !important;
}
.bg-info {
  background-color: #434e2b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #99cc33 !important;
  border-color: #99cc33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #add65c !important;
  border-color: #add65c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #add65c !important;
  border-color: #add65c !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: #434e2b !important;
  border-color: #434e2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f6f3d !important;
  border-color: #5f6f3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f6f3d !important;
  border-color: #5f6f3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #99cc33 !important;
  border-color: #99cc33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #add65c !important;
  border-color: #add65c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #add65c !important;
  border-color: #add65c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #99cc33;
  color: #99cc33;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #658722 !important;
  background-color: transparent !important;
  border-color: #658722 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #99cc33 !important;
  border-color: #99cc33 !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: #434e2b;
  color: #434e2b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13160c !important;
  background-color: transparent !important;
  border-color: #13160c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #434e2b !important;
  border-color: #434e2b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #99cc33;
  color: #99cc33;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #658722 !important;
  background-color: transparent !important;
  border-color: #658722 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #99cc33 !important;
  border-color: #99cc33 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #99cc33 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #99cc33 !important;
}
.text-info {
  color: #434e2b !important;
}
.text-warning {
  color: #ffffff !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: #5c7a1f !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: #5c7a1f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b0c07 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !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: #99cc33;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #f3f4f3 !important;
  padding: 1.5rem;
  border-radius: 1.5rem !important;
}
.alert-info {
  background-color: #434e2b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #99cc33;
  border-color: #99cc33;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #99cc33;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebf5d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebf5d6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b8c698;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #99cc33 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #99cc33;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #99cc33;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #99cc33;
}
.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: #99cc33;
  border-bottom-color: #99cc33;
}
.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: #99cc33 !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='%2399cc33' %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-tVMpaVOWij {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVMpaVOWij .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-tVMpaVOWij .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVMpaVOWij .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-tVMpaVOWij .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-tVMpaVOWij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVMpaVOWij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVMpaVOWij .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tVMpaVOWij .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tVMpaVOWij .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  transition: 0.3s all !important;
}
.cid-tVMpaVOWij .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVMpaVOWij .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVMpaVOWij .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVMpaVOWij .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tVMpaVOWij .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVMpaVOWij .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVMpaVOWij .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVMpaVOWij .navbar-logo {
  padding-left: 2rem;
  margin: 0;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .cid-tVMpaVOWij .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVMpaVOWij .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVMpaVOWij .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVMpaVOWij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tVMpaVOWij .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tVMpaVOWij .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVMpaVOWij .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVMpaVOWij .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVMpaVOWij .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-tVMpaVOWij .nav-item:focus,
.cid-tVMpaVOWij .nav-link:focus {
  outline: none;
}
.cid-tVMpaVOWij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVMpaVOWij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVMpaVOWij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVMpaVOWij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVMpaVOWij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVMpaVOWij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVMpaVOWij .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: 2rem !important;
}
.cid-tVMpaVOWij .navbar.opened {
  transition: all 0.3s;
}
.cid-tVMpaVOWij .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVMpaVOWij .navbar .navbar-logo img {
  width: auto;
}
.cid-tVMpaVOWij .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVMpaVOWij .navbar.collapsed {
  justify-content: center;
}
.cid-tVMpaVOWij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVMpaVOWij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVMpaVOWij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tVMpaVOWij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVMpaVOWij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVMpaVOWij .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-tVMpaVOWij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVMpaVOWij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVMpaVOWij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVMpaVOWij .navbar {
    min-height: 72px;
  }
  .cid-tVMpaVOWij .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVMpaVOWij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVMpaVOWij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVMpaVOWij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVMpaVOWij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVMpaVOWij .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-tVMpaVOWij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVMpaVOWij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVMpaVOWij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVMpaVOWij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVMpaVOWij .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVMpaVOWij .dropdown-item.active,
.cid-tVMpaVOWij .dropdown-item:active {
  background-color: transparent;
}
.cid-tVMpaVOWij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVMpaVOWij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVMpaVOWij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVMpaVOWij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVMpaVOWij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVMpaVOWij .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVMpaVOWij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVMpaVOWij .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVMpaVOWij .navbar-buttons {
    text-align: left;
  }
}
.cid-tVMpaVOWij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVMpaVOWij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
  color: white;
}
.cid-tVMpaVOWij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVMpaVOWij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMpaVOWij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMpaVOWij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVMpaVOWij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMpaVOWij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVMpaVOWij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVMpaVOWij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMpaVOWij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVMpaVOWij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVMpaVOWij .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-tVMpaVOWij .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVMpaVOWij .navbar {
    height: 70px;
  }
  .cid-tVMpaVOWij .navbar.opened {
    height: auto;
  }
  .cid-tVMpaVOWij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVMpaVOWij .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVMpaVOWij .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVMpaVOWij .navbar-brand {
    margin-right: auto;
  }
  .cid-tVMpaVOWij .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) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(20px);
    border-radius: 4px !important;
  }
  .cid-tVMpaVOWij .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVMpaVOWij .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVMpaVOWij .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-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tVMpaVOWij .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVMpaVOWij .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-tVMpaVOWij .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVMpaVOWij .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVcvEypdwW {
  display: flex;
}
.cid-tVcvEypdwW .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVcvEypdwW {
    align-items: center;
  }
  .cid-tVcvEypdwW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVcvEypdwW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVcvEypdwW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVcvEypdwW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVcvEypdwW .content-wrap {
    width: 100%;
  }
}
.cid-tVcvEypdwW .mbr-section-title {
  text-align: center;
  color: #99cc33;
}
.cid-tVcvEypdwW .mbr-text,
.cid-tVcvEypdwW .mbr-section-btn {
  text-align: center;
}
.cid-tWpFn0KqcE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWpFn0KqcE nav.navbar {
  position: fixed;
}
.cid-tWpFn0KqcE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWpFn0KqcE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWpFn0KqcE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWpFn0KqcE .dropdown-item:hover,
.cid-tWpFn0KqcE .dropdown-item:focus {
  background: #99cc33 !important;
  color: white !important;
}
.cid-tWpFn0KqcE .dropdown-item:hover span {
  color: white;
}
.cid-tWpFn0KqcE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWpFn0KqcE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWpFn0KqcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWpFn0KqcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWpFn0KqcE .nav-link {
  position: relative;
}
.cid-tWpFn0KqcE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWpFn0KqcE .container {
    flex-wrap: wrap;
  }
}
.cid-tWpFn0KqcE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWpFn0KqcE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWpFn0KqcE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWpFn0KqcE .dropdown-menu,
.cid-tWpFn0KqcE .navbar.opened {
  background: #ffffff !important;
}
.cid-tWpFn0KqcE .nav-item:focus,
.cid-tWpFn0KqcE .nav-link:focus {
  outline: none;
}
.cid-tWpFn0KqcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWpFn0KqcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWpFn0KqcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWpFn0KqcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWpFn0KqcE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWpFn0KqcE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWpFn0KqcE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWpFn0KqcE .navbar.opened {
  transition: all 0.3s;
}
.cid-tWpFn0KqcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWpFn0KqcE .navbar .navbar-logo img {
  width: auto;
}
.cid-tWpFn0KqcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWpFn0KqcE .navbar.collapsed {
  justify-content: center;
}
.cid-tWpFn0KqcE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWpFn0KqcE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWpFn0KqcE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWpFn0KqcE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWpFn0KqcE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWpFn0KqcE .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-tWpFn0KqcE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWpFn0KqcE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWpFn0KqcE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWpFn0KqcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWpFn0KqcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWpFn0KqcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWpFn0KqcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWpFn0KqcE .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-tWpFn0KqcE .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
  .cid-tWpFn0KqcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWpFn0KqcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWpFn0KqcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWpFn0KqcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWpFn0KqcE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWpFn0KqcE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWpFn0KqcE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWpFn0KqcE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWpFn0KqcE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWpFn0KqcE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWpFn0KqcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWpFn0KqcE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWpFn0KqcE .dropdown-item.active,
.cid-tWpFn0KqcE .dropdown-item:active {
  background-color: transparent;
}
.cid-tWpFn0KqcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWpFn0KqcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWpFn0KqcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWpFn0KqcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWpFn0KqcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWpFn0KqcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWpFn0KqcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWpFn0KqcE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWpFn0KqcE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWpFn0KqcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWpFn0KqcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWpFn0KqcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWpFn0KqcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWpFn0KqcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWpFn0KqcE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWpFn0KqcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWpFn0KqcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWpFn0KqcE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWpFn0KqcE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWpFn0KqcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWpFn0KqcE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWpFn0KqcE .navbar {
    height: 70px;
  }
  .cid-tWpFn0KqcE .navbar.opened {
    height: auto;
  }
  .cid-tWpFn0KqcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVuN06Zb5g {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-about-1.webp");
}
.cid-tVuN06Zb5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuN06Zb5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVuN06Zb5g .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tVuy7Sr8XH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-tVuy7Sr8XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuy7Sr8XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVuy7Sr8XH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVuy7Sr8XH .row {
  flex-direction: row-reverse;
}
.cid-tVuy7Sr8XH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVuy7Sr8XH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVuy7Sr8XH .mbr-section-title {
  color: #434e2b;
}
.cid-tVuy7Sr8XH .mbr-text {
  color: #434e2b;
}
.cid-tVuy8wqo2n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tVuy8wqo2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuy8wqo2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVuy8wqo2n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVuy8wqo2n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVuy8wqo2n .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVuy8wqo2n .mbr-section-title {
  color: #434e2b;
}
.cid-tVuy8wqo2n .mbr-text {
  color: #434e2b;
}
.cid-tVuy936pB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tVuy936pB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuy936pB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVuy936pB2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVuy936pB2 .row {
  flex-direction: row-reverse;
}
.cid-tVuy936pB2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVuy936pB2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVuy936pB2 .mbr-section-title {
  color: #434e2b;
}
.cid-tVuy936pB2 .mbr-text {
  color: #434e2b;
}
.cid-tVuBCYpvre {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tVuBCYpvre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuBCYpvre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVuBCYpvre .mbr-section-title {
  color: #434e2b;
}
.cid-tVuBl9jpGB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-tVuBl9jpGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuBl9jpGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVuBl9jpGB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVuBl9jpGB .row {
  flex-direction: row-reverse;
}
.cid-tVuBl9jpGB img {
  width: 100%;
}
.cid-tVuBl9jpGB .mbr-description {
  color: #434e2b;
}
.cid-tVuBRBGr0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tVuBRBGr0F h6 {
  line-height: 1.2;
}
.cid-tVuBRBGr0F img,
.cid-tVuBRBGr0F .item-img {
  margin-bottom: 1rem;
  object-fit: cover;

  margin-left: auto;
  margin-right: auto;
}
.img-inner {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 1000px) {
  .cid-tVuBRBGr0F .item-img {
    margin-bottom: 1rem;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tVuBRBGr0F .item:focus,
.cid-tVuBRBGr0F span:focus {
  outline: none;
}
.cid-tVuBRBGr0F .item {
  cursor: pointer;
}
.cid-tVuBRBGr0F .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVuBRBGr0F .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tVuBRBGr0F .mbr-section-title {
  color: #000000;
}
.cid-tVuBRBGr0F .mbr-text,
.cid-tVuBRBGr0F .mbr-section-btn {
  color: #000000;
}
.cid-tVuBRBGr0F .item-title {
  color: #000000;
  text-align: center;
}
.cid-tVuBRBGr0F .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVuBRBGr0F .item-text {
  color: #000000;
  text-align: center;
}
.cid-tVuBRBGr0F .content-head {
  max-width: 800px;
}
.cid-tVuBRBGr0F .item-subtitle,
.cid-tVuBRBGr0F .mbr-section-btn {
  color: #434e2b;
}
.cid-tVuE8CSpLT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-tVuE8CSpLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVuE8CSpLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVuE8CSpLT .mbr-section-subtitle {
  color: #434e2b;
}
.cid-tVuEC9ZdpL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-demo.png");
  background-size: cover;
}
.cid-tVuEC9ZdpL input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVuEC9ZdpL input:hover {
  border: none !important;
}
.cid-tVuEC9ZdpL .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVuEC9ZdpL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVuEC9ZdpL .row {
  justify-content: center;
}
.cid-tVuEC9ZdpL .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVuEC9ZdpL .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVuEC9ZdpL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVuEC9ZdpL .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVuEC9ZdpL .justify-content-center {
  align-items: center;
}
.cid-tVuEC9ZdpL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVuL4grFmC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVuL4grFmC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVuL4grFmC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tVuL4grFmC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tVuL4grFmC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVuL4grFmC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVuL4grFmC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tVuL4grFmC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tVuL4grFmC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tVuL4grFmC .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tVuL4grFmC .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-tVuL4grFmC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVuL4grFmC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVuL4grFmC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tVuL4grFmC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tVuL4grFmC .media-container-row .mbr-text {
  color: #434e2b;
}
.cid-tWGKJ9g2QL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWGKJ9g2QL nav.navbar {
  position: fixed;
}
.cid-tWGKJ9g2QL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWGKJ9g2QL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWGKJ9g2QL .dropdown-item:hover,
.cid-tWGKJ9g2QL .dropdown-item:focus {
  background: #99cc33 !important;
  color: white !important;
}
.cid-tWGKJ9g2QL .dropdown-item:hover span {
  color: white;
}
.cid-tWGKJ9g2QL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWGKJ9g2QL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWGKJ9g2QL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWGKJ9g2QL .nav-link {
  position: relative;
}
.cid-tWGKJ9g2QL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .container {
    flex-wrap: wrap;
  }
}
.cid-tWGKJ9g2QL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWGKJ9g2QL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWGKJ9g2QL .dropdown-menu,
.cid-tWGKJ9g2QL .navbar.opened {
  background: #ffffff !important;
}
.cid-tWGKJ9g2QL .nav-item:focus,
.cid-tWGKJ9g2QL .nav-link:focus {
  outline: none;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWGKJ9g2QL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWGKJ9g2QL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWGKJ9g2QL .navbar.opened {
  transition: all 0.3s;
}
.cid-tWGKJ9g2QL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWGKJ9g2QL .navbar .navbar-logo img {
  width: auto;
}
.cid-tWGKJ9g2QL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWGKJ9g2QL .navbar.collapsed {
  justify-content: center;
}
.cid-tWGKJ9g2QL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWGKJ9g2QL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWGKJ9g2QL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWGKJ9g2QL .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-tWGKJ9g2QL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWGKJ9g2QL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWGKJ9g2QL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWGKJ9g2QL .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-tWGKJ9g2QL .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
  .cid-tWGKJ9g2QL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWGKJ9g2QL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWGKJ9g2QL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWGKJ9g2QL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWGKJ9g2QL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWGKJ9g2QL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWGKJ9g2QL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWGKJ9g2QL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWGKJ9g2QL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWGKJ9g2QL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWGKJ9g2QL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWGKJ9g2QL .dropdown-item.active,
.cid-tWGKJ9g2QL .dropdown-item:active {
  background-color: transparent;
}
.cid-tWGKJ9g2QL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWGKJ9g2QL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWGKJ9g2QL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWGKJ9g2QL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWGKJ9g2QL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWGKJ9g2QL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWGKJ9g2QL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWGKJ9g2QL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWGKJ9g2QL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWGKJ9g2QL .navbar {
    height: 70px;
  }
  .cid-tWGKJ9g2QL .navbar.opened {
    height: auto;
  }
  .cid-tWGKJ9g2QL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWGKJa7Wmm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/frame-26-1604x289.webp");
}
.cid-tWGKJa7Wmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWGKJa7Wmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWGKJa7Wmm .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWHbXic17R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWHbXic17R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHbXic17R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWHbXic17R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWHbXic17R .row {
  flex-direction: row-reverse;
}
.cid-tWHbXic17R .row {
  /* align-items: center; */
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tWHbXic17R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWHbXic17R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWHbXic17R .mbr-section-title {
  color: #434e2b;
  text-align: left;
}
.cid-tWHbXic17R .mbr-text,
.cid-tWHbXic17R .mbr-section-btn {
  color: #434e2b;
  text-align: left;
}
.cid-tWHd9jQpRA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWHd9jQpRA img,
.cid-tWHd9jQpRA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tWHd9jQpRA .item:focus,
.cid-tWHd9jQpRA span:focus {
  outline: none;
}
.cid-tWHd9jQpRA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWHd9jQpRA .item {
    margin-bottom: 1rem;
  }
}
.cid-tWHd9jQpRA .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWHd9jQpRA .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tWHd9jQpRA .item-wrapper {
  position: relative;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWHd9jQpRA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWHd9jQpRA .mbr-section-title {
  color: #666666;
}
.cid-tWHd9jQpRA .item-title {
  text-align: left;
}
.cid-tWHd9jQpRA .item-subtitle {
  text-align: left;
  color: #3e3e3e;
  font-weight: 600;
}
.cid-tWHd9jQpRA .mbr-text,
.cid-tWHd9jQpRA .item .mbr-section-btn {
  text-align: left;
}
.cid-tWHd9jQpRA .content-head {
  max-width: 800px;
}
.cid-tWHfchYPfH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWHfchYPfH img,
.cid-tWHfchYPfH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tWHfchYPfH .item:focus,
.cid-tWHfchYPfH span:focus {
  outline: none;
}
.cid-tWHfchYPfH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWHfchYPfH .item {
    margin-bottom: 1rem;
  }
}
.cid-tWHfchYPfH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWHfchYPfH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tWHfchYPfH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWHfchYPfH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWHfchYPfH .mbr-section-title {
  color: #666666;
}
.cid-tWHfchYPfH .item-title {
  text-align: left;
  font-size: 1.7rem;
}
.cid-tWHfchYPfH .item-subtitle {
  text-align: left;
  color: #3e3e3e;
  font-weight: 600;
}
.cid-tWHfchYPfH .mbr-text,
.cid-tWHfchYPfH .item .mbr-section-btn {
  text-align: left;
}
.cid-tWHfchYPfH .content-head {
  max-width: 800px;
}
.cid-tWQQjQoTrb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-tWQQjQoTrb input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tWQQjQoTrb input:hover {
  border: none !important;
}
.cid-tWQQjQoTrb .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWQQjQoTrb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWQQjQoTrb .row {
  justify-content: center;
}
.cid-tWQQjQoTrb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tWQQjQoTrb .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tWQQjQoTrb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWQQjQoTrb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tWQQjQoTrb .justify-content-center {
  align-items: center;
}
.cid-tWQQjQoTrb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWHBewFW8Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWHBewFW8Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWHBewFW8Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWHBewFW8Q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWHBewFW8Q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWHBewFW8Q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWHBewFW8Q .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tWHBewFW8Q .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-tWHBewFW8Q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWHBewFW8Q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWHBewFW8Q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWHBewFW8Q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWHBewFW8Q .media-container-row .mbr-text {
  color: #434e2b;
}
.cid-tWHBVJLSmG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWHBVJLSmG nav.navbar {
  position: fixed;
}
.cid-tWHBVJLSmG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWHBVJLSmG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWHBVJLSmG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWHBVJLSmG .dropdown-item:hover,
.cid-tWHBVJLSmG .dropdown-item:focus {
  background: #99cc33 !important;
  color: white !important;
}
.cid-tWHBVJLSmG .dropdown-item:hover span {
  color: white;
}
.cid-tWHBVJLSmG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWHBVJLSmG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWHBVJLSmG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWHBVJLSmG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWHBVJLSmG .nav-link {
  position: relative;
}
.cid-tWHBVJLSmG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWHBVJLSmG .container {
    flex-wrap: wrap;
  }
}
.cid-tWHBVJLSmG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWHBVJLSmG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWHBVJLSmG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWHBVJLSmG .dropdown-menu,
.cid-tWHBVJLSmG .navbar.opened {
  background: #ffffff !important;
}
.cid-tWHBVJLSmG .nav-item:focus,
.cid-tWHBVJLSmG .nav-link:focus {
  outline: none;
}
.cid-tWHBVJLSmG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWHBVJLSmG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWHBVJLSmG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWHBVJLSmG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWHBVJLSmG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWHBVJLSmG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWHBVJLSmG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWHBVJLSmG .navbar.opened {
  transition: all 0.3s;
}
.cid-tWHBVJLSmG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWHBVJLSmG .navbar .navbar-logo img {
  width: auto;
}
.cid-tWHBVJLSmG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWHBVJLSmG .navbar.collapsed {
  justify-content: center;
}
.cid-tWHBVJLSmG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWHBVJLSmG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWHBVJLSmG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWHBVJLSmG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWHBVJLSmG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWHBVJLSmG .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-tWHBVJLSmG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWHBVJLSmG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWHBVJLSmG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWHBVJLSmG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWHBVJLSmG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWHBVJLSmG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWHBVJLSmG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWHBVJLSmG .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-tWHBVJLSmG .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
  .cid-tWHBVJLSmG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWHBVJLSmG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWHBVJLSmG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWHBVJLSmG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWHBVJLSmG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWHBVJLSmG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWHBVJLSmG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWHBVJLSmG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWHBVJLSmG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWHBVJLSmG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWHBVJLSmG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWHBVJLSmG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWHBVJLSmG .dropdown-item.active,
.cid-tWHBVJLSmG .dropdown-item:active {
  background-color: transparent;
}
.cid-tWHBVJLSmG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWHBVJLSmG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWHBVJLSmG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWHBVJLSmG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWHBVJLSmG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWHBVJLSmG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWHBVJLSmG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWHBVJLSmG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWHBVJLSmG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWHBVJLSmG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWHBVJLSmG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWHBVJLSmG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWHBVJLSmG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWHBVJLSmG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWHBVJLSmG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWHBVJLSmG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWHBVJLSmG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWHBVJLSmG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWHBVJLSmG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWHBVJLSmG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWHBVJLSmG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWHBVJLSmG .navbar {
    height: 70px;
  }
  .cid-tWHBVJLSmG .navbar.opened {
    height: auto;
  }
  .cid-tWHBVJLSmG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWHBVKDS3O {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-offerings.png");
}

.cid-tWHBVKDS3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWHBVKDS3OA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smallfleet.png");
}

.cid-tWHBVKDS3OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWHBVKDS3OB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-mediumfleet.png");
}

.cid-tWHBVKDS3OB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWHBVKDS3OC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/Enterprisefleetbanner.png");
}

.cid-tWHBVKDS3OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWHBVKDS3OD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/activenews.png");
}

.cid-tWHBVKDS3OD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

@media (min-width: 991px) {
  .cid-tWHBVKDS3OD .mbr-section-title {
    text-align: left;
    color: #ffffff;
    margin-left: -5vw;
  }
}



.cid-tWHBVKDS3OE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ContactUs.png");
}

.cid-tWHBVKDS3OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWHBVKDS3OF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-nonfleet.png");
}

.cid-tWHBVKDS3OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWHBVKDS3OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWHBVKDS3OF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}

.cid-tWQRePzFpR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWQRePzFpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQRePzFpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQRePzFpR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWQRePzFpR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWQRePzFpR .mbr-iconfont {
  padding-left: 1rem;
  font-family: "Moririse2" !important;
  font-size: 1.4rem !important;
  color: #99cc33;
}
.cid-tWQRePzFpR .panel-body,
.cid-tWQRePzFpR .card-header {
  padding: 1rem 0;
}
.cid-tWQRePzFpR .panel-title-edit {
  color: #320707;
  text-align: left;
}
.cid-tWQRePzFpR H3 {
  text-align: left;
}
.cid-tWQRePzFpR .panel-text {
  text-align: left;
}
.cid-tWQV4Pzu3X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-tWQV4Pzu3X input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tWQV4Pzu3X input:hover {
  border: none !important;
}
.cid-tWQV4Pzu3X .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWQV4Pzu3X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWQV4Pzu3X .row {
  justify-content: center;
}
.cid-tWQV4Pzu3X .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tWQV4Pzu3X .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tWQV4Pzu3X .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWQV4Pzu3X .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tWQV4Pzu3X .justify-content-center {
  align-items: center;
}
.cid-tWQV4Pzu3X .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWHBVOr6QA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWHBVOr6QA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWHBVOr6QA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWHBVOr6QA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWHBVOr6QA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWHBVOr6QA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWHBVOr6QA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWHBVOr6QA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWHBVOr6QA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWHBVOr6QA .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tWHBVOr6QA .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-tWHBVOr6QA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWHBVOr6QA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWHBVOr6QA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0rem;
}
.cid-tWHBVOr6QA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWHBVOr6QA .media-container-row .mbr-text {
  color: #434e2b;
}
.cid-tWHEBb5Hzi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWHEBb5Hzi nav.navbar {
  position: fixed;
}
.cid-tWHEBb5Hzi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWHEBb5Hzi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWHEBb5Hzi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWHEBb5Hzi .dropdown-item:hover,
.cid-tWHEBb5Hzi .dropdown-item:focus {
  background: #99cc33 !important;
  color: white !important;
}
.cid-tWHEBb5Hzi .dropdown-item:hover span {
  color: white;
}
.cid-tWHEBb5Hzi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWHEBb5Hzi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWHEBb5Hzi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWHEBb5Hzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWHEBb5Hzi .nav-link {
  position: relative;
}
.cid-tWHEBb5Hzi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWHEBb5Hzi .container {
    flex-wrap: wrap;
  }
}
.cid-tWHEBb5Hzi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWHEBb5Hzi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWHEBb5Hzi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWHEBb5Hzi .dropdown-menu,
.cid-tWHEBb5Hzi .navbar.opened {
  background: #ffffff !important;
}
.cid-tWHEBb5Hzi .nav-item:focus,
.cid-tWHEBb5Hzi .nav-link:focus {
  outline: none;
}
.cid-tWHEBb5Hzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWHEBb5Hzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWHEBb5Hzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWHEBb5Hzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWHEBb5Hzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWHEBb5Hzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWHEBb5Hzi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWHEBb5Hzi .navbar.opened {
  transition: all 0.3s;
}
.cid-tWHEBb5Hzi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWHEBb5Hzi .navbar .navbar-logo img {
  width: auto;
}
.cid-tWHEBb5Hzi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWHEBb5Hzi .navbar.collapsed {
  justify-content: center;
}
.cid-tWHEBb5Hzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWHEBb5Hzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWHEBb5Hzi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWHEBb5Hzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWHEBb5Hzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWHEBb5Hzi .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-tWHEBb5Hzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWHEBb5Hzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWHEBb5Hzi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWHEBb5Hzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWHEBb5Hzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWHEBb5Hzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWHEBb5Hzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWHEBb5Hzi .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-tWHEBb5Hzi .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
  .cid-tWHEBb5Hzi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWHEBb5Hzi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWHEBb5Hzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWHEBb5Hzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWHEBb5Hzi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWHEBb5Hzi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWHEBb5Hzi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWHEBb5Hzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWHEBb5Hzi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWHEBb5Hzi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWHEBb5Hzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWHEBb5Hzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWHEBb5Hzi .dropdown-item.active,
.cid-tWHEBb5Hzi .dropdown-item:active {
  background-color: transparent;
}
.cid-tWHEBb5Hzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWHEBb5Hzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWHEBb5Hzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWHEBb5Hzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWHEBb5Hzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWHEBb5Hzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWHEBb5Hzi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWHEBb5Hzi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWHEBb5Hzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWHEBb5Hzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWHEBb5Hzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWHEBb5Hzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWHEBb5Hzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWHEBb5Hzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWHEBb5Hzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWHEBb5Hzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWHEBb5Hzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWHEBb5Hzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWHEBb5Hzi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWHEBb5Hzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWHEBb5Hzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWHEBb5Hzi .navbar {
    height: 70px;
  }
  .cid-tWHEBb5Hzi .navbar.opened {
    height: auto;
  }
  .cid-tWHEBb5Hzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWHGQItWkE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 991px) {
  .cid-tWHGQItWkE .container-fluid {
    padding-left: 0;
  }
}
.cid-tWHGQItWkE .mbr-text,
.cid-tWHGQItWkE .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tWHGQItWkE .mbr-text,
  .cid-tWHGQItWkE .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tWHGQItWkE .mbr-text,
  .cid-tWHGQItWkE .mbr-section-title {
    text-align: center;
  }
}
.cid-tWHGQItWkE a.btn {
  height: 100%;
  margin: 0;
}
.cid-tWHGQItWkE .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tWHGQItWkE .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWHGQItWkE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWHGQItWkE .justify-content-center {
  align-items: center;
}
.cid-tWQZivZCGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWQZivZCGZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWQZivZCGZ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tWQZivZCGZ form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tWQZivZCGZ form.mbr-form {
    padding: 1rem;
  }
}
.cid-tWQZivZCGZ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWQZivZCGZ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tWQV8RP3cr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-tWQV8RP3cr input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tWQV8RP3cr input:hover {
  border: none !important;
}
.cid-tWQV8RP3cr .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWQV8RP3cr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWQV8RP3cr .row {
  justify-content: center;
}
.cid-tWQV8RP3cr .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tWQV8RP3cr .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tWQV8RP3cr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWQV8RP3cr .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tWQV8RP3cr .justify-content-center {
  align-items: center;
}
.cid-tWQV8RP3cr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tWHEBclivA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWHEBclivA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWHEBclivA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWHEBclivA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWHEBclivA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWHEBclivA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWHEBclivA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWHEBclivA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWHEBclivA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWHEBclivA .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tWHEBclivA .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-tWHEBclivA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWHEBclivA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWHEBclivA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWHEBclivA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWHEBclivA .media-container-row .mbr-text {
  color: #434e2b;
}
.cid-tWGKJ9g2QL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWGKJ9g2QL nav.navbar {
  position: fixed;
}
.cid-tWGKJ9g2QL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWGKJ9g2QL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWGKJ9g2QL .dropdown-item:hover,
.cid-tWGKJ9g2QL .dropdown-item:focus {
  background: #99cc33 !important;
  color: white !important;
}
.cid-tWGKJ9g2QL .dropdown-item:hover span {
  color: white;
}
.cid-tWGKJ9g2QL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWGKJ9g2QL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWGKJ9g2QL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWGKJ9g2QL .nav-link {
  position: relative;
}
.cid-tWGKJ9g2QL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .container {
    flex-wrap: wrap;
  }
}
.cid-tWGKJ9g2QL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWGKJ9g2QL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWGKJ9g2QL .dropdown-menu,
.cid-tWGKJ9g2QL .navbar.opened {
  background: #ffffff !important;
}
.cid-tWGKJ9g2QL .nav-item:focus,
.cid-tWGKJ9g2QL .nav-link:focus {
  outline: none;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWGKJ9g2QL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWGKJ9g2QL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWGKJ9g2QL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWGKJ9g2QL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tWGKJ9g2QL .navbar.opened {
  transition: all 0.3s;
}
.cid-tWGKJ9g2QL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWGKJ9g2QL .navbar .navbar-logo img {
  width: auto;
}
.cid-tWGKJ9g2QL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWGKJ9g2QL .navbar.collapsed {
  justify-content: center;
}
.cid-tWGKJ9g2QL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWGKJ9g2QL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWGKJ9g2QL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWGKJ9g2QL .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-tWGKJ9g2QL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWGKJ9g2QL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWGKJ9g2QL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWGKJ9g2QL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWGKJ9g2QL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWGKJ9g2QL .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-tWGKJ9g2QL .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
  .cid-tWGKJ9g2QL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWGKJ9g2QL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWGKJ9g2QL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWGKJ9g2QL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWGKJ9g2QL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWGKJ9g2QL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWGKJ9g2QL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWGKJ9g2QL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWGKJ9g2QL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWGKJ9g2QL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWGKJ9g2QL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWGKJ9g2QL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWGKJ9g2QL .dropdown-item.active,
.cid-tWGKJ9g2QL .dropdown-item:active {
  background-color: transparent;
}
.cid-tWGKJ9g2QL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWGKJ9g2QL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWGKJ9g2QL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWGKJ9g2QL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWGKJ9g2QL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWGKJ9g2QL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWGKJ9g2QL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWGKJ9g2QL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWGKJ9g2QL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWGKJ9g2QL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWGKJ9g2QL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWGKJ9g2QL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWGKJ9g2QL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWGKJ9g2QL .navbar {
    height: 70px;
  }
  .cid-tWGKJ9g2QL .navbar.opened {
    height: auto;
  }
  .cid-tWGKJ9g2QL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXFGQBhT1s {
  padding-top: 3rem;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXFGQBhT1s img,
.cid-tXFGQBhT1s .item-img {
  width: 100%;
  border-radius: 0 !important;
  margin-top: 1rem;
  height: 12rem;
  object-fit: cover;
}
.cid-tXFGQBhT1s .item:focus,
.cid-tXFGQBhT1s span:focus {
  outline: none;
}
.cid-tXFGQBhT1s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXFGQBhT1s .item-wrapper {
  position: relative;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tXFGQBhT1s .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tXFGQBhT1s .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXFGQBhT1s .item-wrapper .item-content {
    padding: 1rem 1rem 1rem;
  }
  .cid-tXFGQBhT1s .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tXFGQBhT1s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXFGQBhT1s .mbr-section-title {
  color: #232323;
}
.cid-tXFGQBhT1s .mbr-text,
.cid-tXFGQBhT1s .mbr-section-btn {
  text-align: left;
}
.cid-tXFGQBhT1s .item-title {
  margin-top: 1rem;
  text-align: left;
}
.cid-tXFGQBhT1s .item-subtitle {
  text-align: left;
}
.cid-tXFKXh0yGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXFKXh0yGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFKXh0yGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFKXh0yGV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFKXh0yGV .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tXFKXh0yGV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXFKXh0yGV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXFKXh0yGV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXFKXh0yGV .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-tXFKXh0yGV .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXFKXh0yGV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXFL93agwU {
  background-color: #ffffff;
}
.cid-tXFL93agwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFL93agwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFL93agwU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFL93agwU .content-wrapper .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXFL93agwU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXFL93agwU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXFL93agwU .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-tXFL93agwU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tXFL93agwU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXFLacybp6 {
  background-color: #ffffff;
}
.cid-tXFLacybp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFLacybp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFLacybp6 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFLacybp6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tXFLacybp6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXFLacybp6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXFLacybp6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXFLacybp6 .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-tXFLacybp6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXFLacybp6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXFLaQkyOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXFLaQkyOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFLaQkyOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFLaQkyOC .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFLaQkyOC .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tXFLaQkyOC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXFLaQkyOC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXFLaQkyOC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXFLaQkyOC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tXFLaQkyOC .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXFLaQkyOC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXFNn3xT3V {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXFNn3xT3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFNn3xT3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFNn3xT3V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tXFNn3xT3V .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXFNn3xT3V .embla__button--next,
.cid-tXFNn3xT3V .embla__button--prev {
  display: flex;
}
.cid-tXFNn3xT3V .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXFNn3xT3V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXFNn3xT3V .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXFNn3xT3V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXFNn3xT3V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tXFNn3xT3V .embla__button {
    top: auto;
  }
}
.cid-tXFNn3xT3V .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tXFNn3xT3V .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tXFNn3xT3V .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tXFNn3xT3V .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tXFNn3xT3V .embla {
  position: relative;
  width: 100%;
}
.cid-tXFNn3xT3V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXFNn3xT3V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXFNn3xT3V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXFNn3xT3V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWHBewFW8Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWHBewFW8Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWHBewFW8Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWHBewFW8Q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWHBewFW8Q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWHBewFW8Q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWHBewFW8Q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWHBewFW8Q .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tWHBewFW8Q .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-tWHBewFW8Q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWHBewFW8Q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWHBewFW8Q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWHBewFW8Q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWHBewFW8Q .media-container-row .mbr-text {
  color: #434e2b;
}

.offer-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}

@media (min-width: 1000px) {
  .offer-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
}

.fleet-img {
  width: 16vw;
  height: 16vh;
  border-radius: 0%;
  margin-top: 01rem;
  margin-right: 1rem;
  object-fit: cover;
}

.fleet-img-container {
  display: flex;
  align-content: space-between;
}

.para-small {
  width: 60%;
  margin: 1rem;
}

.tele-header {
  margin-left: 14rem;
  font-size: 18pt;
  font-weight: 400;
}

.about-text {
  width: 40vw;
  text-align: justify;
}

@media (max-width: 1000px) {
  .fleet-img {
    width: 90%;
    border-radius: 0%;
    margin-top: 0.5rem;
    align-self: center;
  }

  .about-text {
    width: 70vw;
    text-align: justify;
  }

  .fleet-img-container {
    display: block;
  }

  .para-small {
    width: 80%;
    margin: 1rem;
  }
  .fleet-img-cont {
    width: 90%;
  }
}

@media (max-width: 700px) {
  .tele-header {
    margin-left: 5rem;
    font-size: 16pt;
    font-weight: 400;
  }

  .about-text {
    width: 85vw;
    text-align: justify;
  }

  .cid-tWHBVKDS3O {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-image: none;
    background-color: #99cc33;
  }

  .cid-tVuN06Zb5g {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-image: none;
    background-color: #99cc33;
  }
  .btn-offerings {
    padding: px !important;
  }
}

.whatsappButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cid-u14TbWl4Cs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u14TbWl4Cs .mbr-fallback-image.disabled {
  display: none;
}

.cid-u14TbWl4Cs .nav-tabs .nav-item.open .nav-link:focus,
.cid-u14TbWl4Cs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u14TbWl4Cs .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {

  .cid-u14TbWl4Cs .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}

@media (max-height: 850px) {

  .raiseUpp{
    margin-top: -7rem;
  }
}


.cid-u14TbWl4Cs .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-u14TbWl4Cs .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0 !important;
  background-color: transparent !important;
  overflow: hidden !important;
}
.cid-u14TbWl4Cs .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-u14TbWl4Cs .nav-tabs .nav-link.active {
  color: #141d00 !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem !important;
}
.cid-u14TbWl4Cs .mbr-section-title {
  text-align: center;
  color: #141d00;
}
.cid-u14TbWl4Cs .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u14TbWl4Cs .mbr-text {
  color: #141d00;
  margin: 0;
  text-align: left;
}
.cid-u14TbWl4Cs .content-head {
  max-width: 800px;
}
.cid-u14TbWl4Cs .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u14TbWl4Cs .item-wrapper {
    padding: 2rem 1.5rem;
  }
}

.cid-u1TN40SLVF {
  margin: 0 160px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u1TN40SLVF img,
.cid-u1TN40SLVF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1TN40SLVF .item:focus,
.cid-u1TN40SLVF span:focus {
  outline: none;
}
.cid-u1TN40SLVF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1TN40SLVF .item {
    margin-bottom: 1rem;
  }
}
.cid-u1TN40SLVF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u1TN40SLVF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .remPhone {
    display: none;
  }
}
.cid-u1TN40SLVF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1TN40SLVF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u1TN40SLVF .mbr-section-title {
  color: #000000;
}
.cid-u1TN40SLVF .item-title {
  text-align: left;
  color: #99cc33;
}
.cid-u1TN40SLVF .item-subtitle {
  text-align: left;
}
.cid-u1TN40SLVF .mbr-text,
.cid-u1TN40SLVF .item .mbr-section-btn {
  text-align: left;
}
.cid-u1TN40SLVF .content-head {
  max-width: 800px;
}

.cid-u43qdNSNS7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u43qdNSNS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u43qdNSNS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-u43qjg9hcz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u43qjg9hcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u43qjg9hcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u43qjg9hcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u43qjg9hcz .row {
  flex-direction: row-reverse;
}
.cid-u43qjg9hcz img {
  width: 100%;
}

.cid-u43qDt3oxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-u4rGvIFE06 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4rGvIFE06 img,
.cid-u4rGvIFE06 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4rGvIFE06 .item:focus,
.cid-u4rGvIFE06 span:focus {
  outline: none;
}
.cid-u4rGvIFE06 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4rGvIFE06 .item {
    margin-bottom: 1rem;
  }
}
.cid-u4rGvIFE06 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4rGvIFE06 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4rGvIFE06 .item-wrapper {
  position: relative;
  background-color: #FAFAFA;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4rGvIFE06 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4rGvIFE06 .mbr-section-title {
  color: #000000;
}
.cid-u4rGvIFE06 .item-title {
  text-align: left;
  color: #99cc33;
  line-height: normal;
}
.cid-u4rGvIFE06 .item-subtitle {
  text-align: left;
}
.cid-u4rGvIFE06 .mbr-text,
.cid-u4rGvIFE06 .item .mbr-section-btn {
  text-align: left;
}
.cid-u4rGvIFE06 .content-head {
  max-width: 800px;
}
