.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #0379bd !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #0379bd !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #0379bd !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #0379bd !important;
  border-color: #0379bd !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #0379bd !important;
}
.btn-info,
.btn-info:active {
  color: #0379bd !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #0379bd !important;
  border-color: #0379bd !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff8484 !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0379bd !important;
  border-color: #0379bd !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #024268;
  border-color: #024268;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #024268 !important;
  border-color: #024268 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #2a747e;
  border-color: #2a747e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:active {
  color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-secondary-outline {
  color: #0379bd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0379bd;
  color: #0379bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #024268 !important;
  background-color: transparent!important;
  border-color: #024268 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0379bd !important;
  border-color: #0379bd !important;
}
.btn-secondary-outline:active {
  color: #0379bd !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:active {
  color: #ffffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-success-outline {
  color: #40b0bf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:active {
  color: #40b0bf !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-warning-outline {
  color: #ff8484 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-warning-outline:active {
  color: #ff8484 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-danger-outline {
  color: #ff8484 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: #ff8484 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0379bd !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0379bd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff8484 !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2aaffc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8cd0d9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffeaea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff8484;
}
.alert-danger {
  background-color: #ff8484;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0379bd !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='%23ffffff' %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-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .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-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .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-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .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-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2ehtS7Pp {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bt-slider-2000x1140.jpg");
}
.cid-st2ehtS7Pp .mbr-text,
.cid-st2ehtS7Pp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-st2ehtS7Pp .mbr-section-title {
  text-align: left;
}
.cid-teIoVfVGXH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teIoVfVGXH .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teIoVfVGXH .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teIoVfVGXH .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teIoVfVGXH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teIoVfVGXH .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teIoVfVGXH .row {
  justify-content: center;
}
.cid-teIoVfVGXH .card-box {
  display: flex;
  align-items: center;
}
.cid-teIoVfVGXH .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teIoVfVGXH .card-box {
    flex-direction: column;
  }
  .cid-teIoVfVGXH .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teIoVfVGXH .card-link:hover a {
  background-image: none!important;
}
.cid-teIoVfVGXH .mbr-section-subtitle {
  color: #777777;
}
.cid-teIoVfVGXH .card-text {
  color: #777777;
}
.cid-teIoVfVGXH .mbr-section-title {
  color: #0379bd;
}
.cid-teIoVfVGXH .card-title,
.cid-teIoVfVGXH .iconfont-wrapper {
  color: #89c441;
}
.cid-teMfsAW1fC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teMfsAW1fC img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teMfsAW1fC img {
    width: 100%;
  }
}
.cid-teMfsAW1fC .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teMfsAW1fC .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-teMfsAW1fC .icon1 {
  color: #8bd176;
}
.cid-teMfsAW1fC .icon2 {
  color: #ff6666;
}
.cid-teMfsAW1fC .icon-wrapper {
  border-radius: 50%;
  min-width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teMfsAW1fC .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teMfsAW1fC .card-text {
  color: #777777;
}
.cid-teMfsAW1fC .mbr-section-subtitle {
  color: #777777;
}
.cid-teMfsAW1fC .mbr-text,
.cid-teMfsAW1fC .mbr-section-btn {
  color: #777777;
}
.cid-teMfsAW1fC .mbr-section-title {
  color: #0379bd;
}
.cid-teMFycLp1h {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-teMFycLp1h .mbr-section-subtitle {
  color: #0379bd;
  text-align: center;
}
.cid-teMFycLp1h .mbr-text {
  color: #777777;
}
.cid-teMElTyXch {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-teMElTyXch .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-teMElTyXch .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-teMElTyXch .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 767px) {
  .cid-teMElTyXch .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-teMElTyXch .row .img-item {
    padding: 0rem;
  }
}
.cid-teMElTyXch .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-teMElTyXch .big {
    transform: scale(1);
  }
}
.cid-teMreaAuqz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teMreaAuqz .image-wrapper {
  padding: 0;
}
.cid-teMreaAuqz .img-item,
.cid-teMreaAuqz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teMreaAuqz .container-fluid {
  padding: 0 1rem;
}
.cid-teMreaAuqz .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-teMreaAuqz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teMreaAuqz .card-wrapper {
    flex-direction: column;
  }
}
.cid-teMreaAuqz .mbr-iconfont {
  font-size: 2rem;
}
.cid-teMreaAuqz .icon1 {
  color: #14191e;
}
.cid-teMreaAuqz .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teMreaAuqz .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-teMreaAuqz .mbr-text,
.cid-teMreaAuqz .mbr-section-btn {
  color: #777777;
}
.cid-teMreaAuqz .mbr-section-subtitle {
  color: #777777;
}
.cid-teMreaAuqz .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teMreaAuqz .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-teMreaAuqz .card-text {
  color: #777777;
}
.cid-teMreaAuqz .card-title {
  color: #0379bd;
}
.cid-teMreaAuqz .mbr-section-title {
  color: #0379bd;
}
.cid-teIe9C2doS {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teIe9C2doS .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teIe9C2doS .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teIe9C2doS .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teIe9C2doS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teIe9C2doS .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teIe9C2doS .row {
  justify-content: center;
}
.cid-teIe9C2doS .card-box {
  display: flex;
  align-items: center;
}
.cid-teIe9C2doS .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teIe9C2doS .card-box {
    flex-direction: column;
  }
  .cid-teIe9C2doS .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teIe9C2doS .card-link:hover a {
  background-image: none!important;
}
.cid-teIe9C2doS .mbr-section-subtitle {
  color: #777777;
}
.cid-teIe9C2doS .card-text {
  color: #777777;
}
.cid-teIe9C2doS .card-title,
.cid-teIe9C2doS .iconfont-wrapper {
  color: #0379bd;
}
.cid-teIe9C2doS .mbr-section-title {
  color: #0379bd;
}
.cid-teHZIcQr57 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teHZIcQr57 .row {
  flex-direction: row-reverse;
}
.cid-teHZIcQr57 p {
  margin: 0;
}
.cid-teHZIcQr57 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teHZIcQr57 .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teHZIcQr57 .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teHZIcQr57 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teHZIcQr57 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teHZIcQr57 .card-wrapper {
  width: 33%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teHZIcQr57 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teHZIcQr57 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teHZIcQr57 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teHZIcQr57 .google-map {
  height: 100%;
  position: relative;
}
.cid-teHZIcQr57 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teHZIcQr57 .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teHZIcQr57 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teHZIcQr57 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teHZIcQr57 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teHZIcQr57 .card-title {
  color: #0379bd;
}
.cid-teHZIcQr57 P {
  color: #777777;
}
.cid-st2NPmDNW0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-st2NPmDNW0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-st2NPmDNW0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-st2NPmDNW0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-st2NPmDNW0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-st2NPmDNW0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-st2NzQz2ks {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teIaZb6xTF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teIaZb6xTF .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teIaZb6xTF nav.navbar {
  position: fixed;
}
.cid-teIaZb6xTF .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teIaZb6xTF .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teIaZb6xTF .nav-item {
    height: auto;
  }
}
.cid-teIaZb6xTF .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teIaZb6xTF .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-teIaZb6xTF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teIaZb6xTF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teIaZb6xTF .dropdown-item:hover,
.cid-teIaZb6xTF .dropdown-item:focus {
  background: white !important;
}
.cid-teIaZb6xTF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teIaZb6xTF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teIaZb6xTF .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teIaZb6xTF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teIaZb6xTF .nav-link {
  position: relative;
}
.cid-teIaZb6xTF .container {
  display: flex;
  margin: auto;
}
.cid-teIaZb6xTF .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teIaZb6xTF .dropdown-menu,
.cid-teIaZb6xTF .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teIaZb6xTF .nav-item:focus,
.cid-teIaZb6xTF .nav-link:focus {
  outline: none;
}
.cid-teIaZb6xTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teIaZb6xTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teIaZb6xTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teIaZb6xTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teIaZb6xTF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teIaZb6xTF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teIaZb6xTF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teIaZb6xTF .navbar.opened {
  transition: all 0.3s;
}
.cid-teIaZb6xTF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teIaZb6xTF .navbar .navbar-logo img {
  width: auto;
}
.cid-teIaZb6xTF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teIaZb6xTF .navbar.collapsed {
  justify-content: center;
}
.cid-teIaZb6xTF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teIaZb6xTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teIaZb6xTF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teIaZb6xTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teIaZb6xTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teIaZb6xTF .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-teIaZb6xTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teIaZb6xTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teIaZb6xTF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teIaZb6xTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teIaZb6xTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teIaZb6xTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teIaZb6xTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teIaZb6xTF .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-teIaZb6xTF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teIaZb6xTF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teIaZb6xTF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teIaZb6xTF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teIaZb6xTF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teIaZb6xTF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teIaZb6xTF .navbar.navbar-short {
  min-height: 60px;
}
.cid-teIaZb6xTF .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teIaZb6xTF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teIaZb6xTF .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-teIaZb6xTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teIaZb6xTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teIaZb6xTF .dropdown-item.active,
.cid-teIaZb6xTF .dropdown-item:active {
  background-color: transparent;
}
.cid-teIaZb6xTF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teIaZb6xTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teIaZb6xTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teIaZb6xTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teIaZb6xTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teIaZb6xTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teIaZb6xTF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teIaZb6xTF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teIaZb6xTF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teIaZb6xTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teIaZb6xTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teIaZb6xTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIaZb6xTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIaZb6xTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teIaZb6xTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIaZb6xTF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teIaZb6xTF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teIaZb6xTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIaZb6xTF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teIaZb6xTF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teIaZb6xTF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teIaZb6xTF .navbar {
    height: 70px;
  }
  .cid-teIaZb6xTF .navbar.opened {
    height: auto;
  }
  .cid-teIaZb6xTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teIgHxZc2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teIgHxZc2c .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-teIgHxZc2c img {
  width: 100%;
  border-radius: 10px;
}
.cid-teIgHxZc2c .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-teIgHxZc2c .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teIgHxZc2c .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-teIgHxZc2c img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-teIgHxZc2c .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-teIgHxZc2c img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-teIgHxZc2c img {
    width: 100%;
  }
}
.cid-teIgHxZc2c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-teIgHxZc2c .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-teIgHxZc2c .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-teIgHxZc2c .mbr-text,
.cid-teIgHxZc2c .mbr-section-btn {
  color: #464646;
}
.cid-teIgHxZc2c .mbr-section-subtitle {
  color: #777777;
}
.cid-teIgHxZc2c .mbr-section-title {
  color: #0379bd;
}
.cid-teIaZbXk3d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teIaZbXk3d .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-teIaZbXk3d .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-teIaZbXk3d .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-teIaZbXk3d .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-teIaZbXk3d .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teIaZbXk3d .img-text {
    left: 1rem;
  }
}
.cid-teIaZbXk3d img,
.cid-teIaZbXk3d .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-teIaZbXk3d .item:focus,
.cid-teIaZbXk3d span:focus {
  outline: none;
}
.cid-teIaZbXk3d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teIaZbXk3d .mbr-section-title {
  color: #232323;
}
.cid-teIaZbXk3d .mbr-text,
.cid-teIaZbXk3d .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-teIaZbXk3d .item-title {
  text-align: left;
  color: #89c441;
}
.cid-teIaZbXk3d .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-teIaZbXk3d .mbr-section-subtitle {
  color: #777777;
}
.cid-teIaZdKhrT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teIjSwLrsQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teIjSwLrsQ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teIjSwLrsQ nav.navbar {
  position: fixed;
}
.cid-teIjSwLrsQ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teIjSwLrsQ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teIjSwLrsQ .nav-item {
    height: auto;
  }
}
.cid-teIjSwLrsQ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teIjSwLrsQ .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-teIjSwLrsQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teIjSwLrsQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teIjSwLrsQ .dropdown-item:hover,
.cid-teIjSwLrsQ .dropdown-item:focus {
  background: white !important;
}
.cid-teIjSwLrsQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teIjSwLrsQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teIjSwLrsQ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teIjSwLrsQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teIjSwLrsQ .nav-link {
  position: relative;
}
.cid-teIjSwLrsQ .container {
  display: flex;
  margin: auto;
}
.cid-teIjSwLrsQ .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teIjSwLrsQ .dropdown-menu,
.cid-teIjSwLrsQ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teIjSwLrsQ .nav-item:focus,
.cid-teIjSwLrsQ .nav-link:focus {
  outline: none;
}
.cid-teIjSwLrsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teIjSwLrsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teIjSwLrsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teIjSwLrsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teIjSwLrsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teIjSwLrsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teIjSwLrsQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teIjSwLrsQ .navbar.opened {
  transition: all 0.3s;
}
.cid-teIjSwLrsQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teIjSwLrsQ .navbar .navbar-logo img {
  width: auto;
}
.cid-teIjSwLrsQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teIjSwLrsQ .navbar.collapsed {
  justify-content: center;
}
.cid-teIjSwLrsQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teIjSwLrsQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teIjSwLrsQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teIjSwLrsQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teIjSwLrsQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teIjSwLrsQ .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-teIjSwLrsQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teIjSwLrsQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teIjSwLrsQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teIjSwLrsQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teIjSwLrsQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teIjSwLrsQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teIjSwLrsQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teIjSwLrsQ .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-teIjSwLrsQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teIjSwLrsQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teIjSwLrsQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teIjSwLrsQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teIjSwLrsQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teIjSwLrsQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teIjSwLrsQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-teIjSwLrsQ .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teIjSwLrsQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teIjSwLrsQ .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-teIjSwLrsQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teIjSwLrsQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teIjSwLrsQ .dropdown-item.active,
.cid-teIjSwLrsQ .dropdown-item:active {
  background-color: transparent;
}
.cid-teIjSwLrsQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teIjSwLrsQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teIjSwLrsQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teIjSwLrsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teIjSwLrsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teIjSwLrsQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teIjSwLrsQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teIjSwLrsQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teIjSwLrsQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teIjSwLrsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teIjSwLrsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teIjSwLrsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIjSwLrsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIjSwLrsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teIjSwLrsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIjSwLrsQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teIjSwLrsQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teIjSwLrsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIjSwLrsQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teIjSwLrsQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teIjSwLrsQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teIjSwLrsQ .navbar {
    height: 70px;
  }
  .cid-teIjSwLrsQ .navbar.opened {
    height: auto;
  }
  .cid-teIjSwLrsQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teIjSx7JcQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-teIjSx7JcQ .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-teIjSx7JcQ img {
  width: 100%;
  border-radius: 10px;
}
.cid-teIjSx7JcQ .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-teIjSx7JcQ .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teIjSx7JcQ .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-teIjSx7JcQ img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-teIjSx7JcQ .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-teIjSx7JcQ img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-teIjSx7JcQ img {
    width: 100%;
  }
}
.cid-teIjSx7JcQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-teIjSx7JcQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-teIjSx7JcQ .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-teIjSx7JcQ .mbr-text,
.cid-teIjSx7JcQ .mbr-section-btn {
  color: #464646;
}
.cid-teIjSx7JcQ .mbr-section-subtitle {
  color: #777777;
}
.cid-teIjSx7JcQ .mbr-section-title {
  color: #0379bd;
}
.cid-teScbQTkNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-teScbQTkNP .mbr-section-subtitle {
  color: #14191e;
}
.cid-teScbQTkNP .mbr-text {
  color: #777777;
}
.cid-teIjSxT51q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teIifcURn0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teIifcURn0 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teIifcURn0 nav.navbar {
  position: fixed;
}
.cid-teIifcURn0 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teIifcURn0 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teIifcURn0 .nav-item {
    height: auto;
  }
}
.cid-teIifcURn0 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teIifcURn0 .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-teIifcURn0 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teIifcURn0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teIifcURn0 .dropdown-item:hover,
.cid-teIifcURn0 .dropdown-item:focus {
  background: white !important;
}
.cid-teIifcURn0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teIifcURn0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teIifcURn0 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teIifcURn0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teIifcURn0 .nav-link {
  position: relative;
}
.cid-teIifcURn0 .container {
  display: flex;
  margin: auto;
}
.cid-teIifcURn0 .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teIifcURn0 .dropdown-menu,
.cid-teIifcURn0 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teIifcURn0 .nav-item:focus,
.cid-teIifcURn0 .nav-link:focus {
  outline: none;
}
.cid-teIifcURn0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teIifcURn0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teIifcURn0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teIifcURn0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teIifcURn0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teIifcURn0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teIifcURn0 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teIifcURn0 .navbar.opened {
  transition: all 0.3s;
}
.cid-teIifcURn0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teIifcURn0 .navbar .navbar-logo img {
  width: auto;
}
.cid-teIifcURn0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teIifcURn0 .navbar.collapsed {
  justify-content: center;
}
.cid-teIifcURn0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teIifcURn0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teIifcURn0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teIifcURn0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teIifcURn0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teIifcURn0 .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-teIifcURn0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teIifcURn0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teIifcURn0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teIifcURn0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teIifcURn0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teIifcURn0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teIifcURn0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teIifcURn0 .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-teIifcURn0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teIifcURn0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teIifcURn0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teIifcURn0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teIifcURn0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teIifcURn0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teIifcURn0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-teIifcURn0 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teIifcURn0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teIifcURn0 .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-teIifcURn0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teIifcURn0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teIifcURn0 .dropdown-item.active,
.cid-teIifcURn0 .dropdown-item:active {
  background-color: transparent;
}
.cid-teIifcURn0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teIifcURn0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teIifcURn0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teIifcURn0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teIifcURn0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teIifcURn0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teIifcURn0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teIifcURn0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teIifcURn0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teIifcURn0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teIifcURn0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teIifcURn0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIifcURn0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teIifcURn0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teIifcURn0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIifcURn0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teIifcURn0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teIifcURn0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teIifcURn0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teIifcURn0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teIifcURn0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teIifcURn0 .navbar {
    height: 70px;
  }
  .cid-teIifcURn0 .navbar.opened {
    height: auto;
  }
  .cid-teIifcURn0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teIifdmJJv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teIifdmJJv .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-teIifdmJJv img {
  width: 100%;
  border-radius: 10px;
}
.cid-teIifdmJJv .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-teIifdmJJv .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teIifdmJJv .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-teIifdmJJv img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-teIifdmJJv .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-teIifdmJJv img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-teIifdmJJv img {
    width: 100%;
  }
}
.cid-teIifdmJJv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-teIifdmJJv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-teIifdmJJv .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-teIifdmJJv .mbr-text,
.cid-teIifdmJJv .mbr-section-btn {
  color: #464646;
}
.cid-teIifdmJJv .mbr-section-subtitle {
  color: #777777;
}
.cid-teIifdmJJv .mbr-section-title {
  color: #0379bd;
}
.cid-teIifdByrq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teIifdByrq .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-teIifdByrq .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-teIifdByrq .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-teIifdByrq .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-teIifdByrq .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teIifdByrq .img-text {
    left: 1rem;
  }
}
.cid-teIifdByrq img,
.cid-teIifdByrq .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-teIifdByrq .item:focus,
.cid-teIifdByrq span:focus {
  outline: none;
}
.cid-teIifdByrq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teIifdByrq .mbr-section-title {
  color: #232323;
}
.cid-teIifdByrq .mbr-text,
.cid-teIifdByrq .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-teIifdByrq .item-title {
  text-align: left;
  color: #89c441;
}
.cid-teIifdByrq .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-teIifdByrq .mbr-section-subtitle {
  color: #777777;
}
.cid-teIifem9e1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teNpRx7zNQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teNpRx7zNQ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teNpRx7zNQ nav.navbar {
  position: fixed;
}
.cid-teNpRx7zNQ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teNpRx7zNQ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teNpRx7zNQ .nav-item {
    height: auto;
  }
}
.cid-teNpRx7zNQ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpRx7zNQ .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-teNpRx7zNQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teNpRx7zNQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNpRx7zNQ .dropdown-item:hover,
.cid-teNpRx7zNQ .dropdown-item:focus {
  background: white !important;
}
.cid-teNpRx7zNQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNpRx7zNQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNpRx7zNQ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teNpRx7zNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNpRx7zNQ .nav-link {
  position: relative;
}
.cid-teNpRx7zNQ .container {
  display: flex;
  margin: auto;
}
.cid-teNpRx7zNQ .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teNpRx7zNQ .dropdown-menu,
.cid-teNpRx7zNQ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teNpRx7zNQ .nav-item:focus,
.cid-teNpRx7zNQ .nav-link:focus {
  outline: none;
}
.cid-teNpRx7zNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNpRx7zNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNpRx7zNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teNpRx7zNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNpRx7zNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNpRx7zNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNpRx7zNQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teNpRx7zNQ .navbar.opened {
  transition: all 0.3s;
}
.cid-teNpRx7zNQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNpRx7zNQ .navbar .navbar-logo img {
  width: auto;
}
.cid-teNpRx7zNQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNpRx7zNQ .navbar.collapsed {
  justify-content: center;
}
.cid-teNpRx7zNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNpRx7zNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNpRx7zNQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teNpRx7zNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNpRx7zNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNpRx7zNQ .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-teNpRx7zNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNpRx7zNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teNpRx7zNQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teNpRx7zNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNpRx7zNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNpRx7zNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNpRx7zNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNpRx7zNQ .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-teNpRx7zNQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNpRx7zNQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNpRx7zNQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNpRx7zNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNpRx7zNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teNpRx7zNQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teNpRx7zNQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-teNpRx7zNQ .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teNpRx7zNQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teNpRx7zNQ .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-teNpRx7zNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNpRx7zNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNpRx7zNQ .dropdown-item.active,
.cid-teNpRx7zNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-teNpRx7zNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNpRx7zNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNpRx7zNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNpRx7zNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teNpRx7zNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNpRx7zNQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNpRx7zNQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNpRx7zNQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teNpRx7zNQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNpRx7zNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teNpRx7zNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNpRx7zNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNpRx7zNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNpRx7zNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNpRx7zNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNpRx7zNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNpRx7zNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNpRx7zNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNpRx7zNQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teNpRx7zNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teNpRx7zNQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNpRx7zNQ .navbar {
    height: 70px;
  }
  .cid-teNpRx7zNQ .navbar.opened {
    height: auto;
  }
  .cid-teNpRx7zNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNpRxBY4q {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-bigtree3-1920x802.jpg");
}
.cid-teNpRxBY4q .mbr-text,
.cid-teNpRxBY4q .mbr-section-btn {
  color: #bbbbbb;
}
.cid-teNpRxBY4q .mbr-section-title {
  text-align: left;
}
.cid-teNpRxVIAr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-teNpRxVIAr img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpRxVIAr img {
    width: 100%;
  }
}
.cid-teNpRxVIAr .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpRxVIAr .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-teNpRxVIAr .icon1 {
  color: #ff8484;
}
.cid-teNpRxVIAr .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-teNpRxVIAr .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-teNpRxVIAr .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teNpRxVIAr .card-text {
  color: #777777;
}
.cid-teNpRxVIAr .mbr-section-subtitle {
  color: #89c441;
}
.cid-teNpRxVIAr .mbr-text,
.cid-teNpRxVIAr .mbr-section-btn {
  color: #777777;
}
.cid-teNpRxVIAr .mbr-section-title {
  color: #0379bd;
}
.cid-teNpRy9THQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNpRy9THQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpRy9THQ img {
    width: 100%;
  }
}
.cid-teNpRy9THQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-teNpRy9THQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-teNpRy9THQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-teNpRy9THQ .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e9f6d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-teNpRy9THQ .mbr-text,
.cid-teNpRy9THQ .mbr-section-btn {
  color: #777777;
}
.cid-teNpRy9THQ .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpRy9THQ .mbr-list {
  color: #777777;
}
.cid-teNpRy9THQ .mbr-section-title {
  color: #0379bd;
}
.cid-teNpRymUZq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-teNpRymUZq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNpRymUZq .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNpRymUZq p {
  line-height: 1.9;
}
.cid-teNpRymUZq .image-wrap {
  margin-bottom: 2rem;
}
.cid-teNpRymUZq .card-wrap {
  background: #eeeeee;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-teNpRymUZq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-teNpRymUZq .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-teNpRymUZq .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-teNpRymUZq .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-teNpRymUZq .mbr-role,
.cid-teNpRymUZq .social-row {
  color: #ff8484;
}
.cid-teNpRymUZq .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpRymUZq .card-text,
.cid-teNpRymUZq .mbr-section-btn,
.cid-teNpRymUZq .social-row {
  color: #777777;
}
.cid-teNpRymUZq .card-title,
.cid-teNpRymUZq .social-row {
  color: #89c441;
}
.cid-teNpRymUZq .mbr-section-title {
  color: #0379bd;
}
.cid-teNpRBBPyW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teNpRBBPyW .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teNpRBBPyW .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teNpRBBPyW .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teNpRBBPyW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teNpRBBPyW .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teNpRBBPyW .row {
  justify-content: center;
}
.cid-teNpRBBPyW .card-box {
  display: flex;
  align-items: center;
}
.cid-teNpRBBPyW .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teNpRBBPyW .card-box {
    flex-direction: column;
  }
  .cid-teNpRBBPyW .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teNpRBBPyW .card-link:hover a {
  background-image: none!important;
}
.cid-teNpRBBPyW .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpRBBPyW .card-text {
  color: #777777;
}
.cid-teNpRBBPyW .card-title,
.cid-teNpRBBPyW .iconfont-wrapper {
  color: #0379bd;
}
.cid-teNpRBBPyW .mbr-section-title {
  color: #0379bd;
}
.cid-teNpRCR7j8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-teNpRCR7j8 .row {
  flex-direction: row-reverse;
}
.cid-teNpRCR7j8 p {
  margin: 0;
}
.cid-teNpRCR7j8 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNpRCR7j8 .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teNpRCR7j8 .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teNpRCR7j8 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNpRCR7j8 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNpRCR7j8 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNpRCR7j8 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNpRCR7j8 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNpRCR7j8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNpRCR7j8 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNpRCR7j8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNpRCR7j8 .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNpRCR7j8 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNpRCR7j8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNpRCR7j8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNpRCR7j8 .card-title {
  color: #0379bd;
}
.cid-teNpRCR7j8 P {
  color: #777777;
}
.cid-teNpRDW4k1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teNsJfVxvz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teNsJfVxvz .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teNsJfVxvz nav.navbar {
  position: fixed;
}
.cid-teNsJfVxvz .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teNsJfVxvz .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teNsJfVxvz .nav-item {
    height: auto;
  }
}
.cid-teNsJfVxvz .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNsJfVxvz .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-teNsJfVxvz .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teNsJfVxvz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNsJfVxvz .dropdown-item:hover,
.cid-teNsJfVxvz .dropdown-item:focus {
  background: white !important;
}
.cid-teNsJfVxvz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNsJfVxvz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNsJfVxvz .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teNsJfVxvz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNsJfVxvz .nav-link {
  position: relative;
}
.cid-teNsJfVxvz .container {
  display: flex;
  margin: auto;
}
.cid-teNsJfVxvz .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teNsJfVxvz .dropdown-menu,
.cid-teNsJfVxvz .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teNsJfVxvz .nav-item:focus,
.cid-teNsJfVxvz .nav-link:focus {
  outline: none;
}
.cid-teNsJfVxvz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNsJfVxvz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNsJfVxvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teNsJfVxvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNsJfVxvz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNsJfVxvz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNsJfVxvz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teNsJfVxvz .navbar.opened {
  transition: all 0.3s;
}
.cid-teNsJfVxvz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNsJfVxvz .navbar .navbar-logo img {
  width: auto;
}
.cid-teNsJfVxvz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNsJfVxvz .navbar.collapsed {
  justify-content: center;
}
.cid-teNsJfVxvz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNsJfVxvz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNsJfVxvz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teNsJfVxvz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNsJfVxvz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNsJfVxvz .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-teNsJfVxvz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNsJfVxvz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teNsJfVxvz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teNsJfVxvz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNsJfVxvz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNsJfVxvz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNsJfVxvz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNsJfVxvz .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-teNsJfVxvz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNsJfVxvz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNsJfVxvz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNsJfVxvz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNsJfVxvz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teNsJfVxvz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teNsJfVxvz .navbar.navbar-short {
  min-height: 60px;
}
.cid-teNsJfVxvz .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teNsJfVxvz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teNsJfVxvz .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-teNsJfVxvz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNsJfVxvz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNsJfVxvz .dropdown-item.active,
.cid-teNsJfVxvz .dropdown-item:active {
  background-color: transparent;
}
.cid-teNsJfVxvz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNsJfVxvz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNsJfVxvz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNsJfVxvz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teNsJfVxvz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNsJfVxvz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNsJfVxvz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNsJfVxvz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teNsJfVxvz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNsJfVxvz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teNsJfVxvz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNsJfVxvz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNsJfVxvz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNsJfVxvz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNsJfVxvz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNsJfVxvz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNsJfVxvz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNsJfVxvz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNsJfVxvz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teNsJfVxvz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teNsJfVxvz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNsJfVxvz .navbar {
    height: 70px;
  }
  .cid-teNsJfVxvz .navbar.opened {
    height: auto;
  }
  .cid-teNsJfVxvz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNsJgqsYt {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-bigtree2-1920x518.jpg");
}
.cid-teNsJgqsYt .mbr-text,
.cid-teNsJgqsYt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-teNsJgqsYt .mbr-section-title {
  text-align: left;
}
.cid-teNsJkO2XS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-teNsJkO2XS .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teNsJkO2XS .mbr-text {
  color: #777777;
}
.cid-teNsJl3tHQ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-teNsJl3tHQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #89c441;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNsJl3tHQ .card-text {
  color: #777777;
}
.cid-teNsJl3tHQ .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-teNsJl3tHQ .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-teNsJl3tHQ .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-teNsJl3tHQ .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
}
.cid-teNsJl3tHQ .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 150px;
  height: 200px;
  background: #89c441;
  transform: rotate(45deg);
  opacity: 0.1;
}
@media (max-width: 767px) {
  .cid-teNsJl3tHQ .card-wrapper {
    padding: 2rem 1rem;
    background: #0379bd;
  }
  .cid-teNsJl3tHQ .card-wrapper:before {
    opacity: 1;
  }
  .cid-teNsJl3tHQ .card-wrapper .card-title,
  .cid-teNsJl3tHQ .card-wrapper .card-text,
  .cid-teNsJl3tHQ .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-teNsJl3tHQ .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-teNsJl3tHQ .center {
  background: #0379bd;
}
.cid-teNsJl3tHQ .center:before {
  opacity: 1;
}
.cid-teNsJl3tHQ .center .card-title,
.cid-teNsJl3tHQ .center .card-text,
.cid-teNsJl3tHQ .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-teNsJl3tHQ .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-teNsJl3tHQ .row {
  justify-content: center;
}
.cid-teNsJjEPMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teNsJjEPMD img {
  width: 95%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNsJjEPMD img {
    width: 100%;
  }
}
.cid-teNsJjEPMD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNsJjEPMD .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-teNsJjEPMD .icon1 {
  color: #8bd176;
}
.cid-teNsJjEPMD .icon2 {
  color: #ff6666;
}
.cid-teNsJjEPMD .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNsJjEPMD .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teNsJjEPMD .card-text {
  color: #777777;
}
.cid-teNsJjEPMD .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teNsJjEPMD .mbr-text,
.cid-teNsJjEPMD .mbr-section-btn {
  color: #777777;
}
.cid-teNsJjEPMD .card-title {
  color: #0379bd;
}
.cid-teNsJlHZCy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #efefef;
}
.cid-teNsJlHZCy .row {
  flex-direction: row-reverse;
}
.cid-teNsJlHZCy p {
  margin: 0;
}
.cid-teNsJlHZCy .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNsJlHZCy .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teNsJlHZCy .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teNsJlHZCy .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNsJlHZCy .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNsJlHZCy .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNsJlHZCy .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNsJlHZCy .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNsJlHZCy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNsJlHZCy .google-map {
  height: 100%;
  position: relative;
}
.cid-teNsJlHZCy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNsJlHZCy .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNsJlHZCy .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNsJlHZCy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNsJlHZCy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNsJlHZCy .card-title {
  color: #0379bd;
}
.cid-teNsJlHZCy P {
  color: #777777;
}
.cid-teNsJmMUtB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teNv5yfDu6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teNv5yfDu6 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teNv5yfDu6 nav.navbar {
  position: fixed;
}
.cid-teNv5yfDu6 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teNv5yfDu6 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teNv5yfDu6 .nav-item {
    height: auto;
  }
}
.cid-teNv5yfDu6 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNv5yfDu6 .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-teNv5yfDu6 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teNv5yfDu6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNv5yfDu6 .dropdown-item:hover,
.cid-teNv5yfDu6 .dropdown-item:focus {
  background: white !important;
}
.cid-teNv5yfDu6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNv5yfDu6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNv5yfDu6 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teNv5yfDu6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNv5yfDu6 .nav-link {
  position: relative;
}
.cid-teNv5yfDu6 .container {
  display: flex;
  margin: auto;
}
.cid-teNv5yfDu6 .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teNv5yfDu6 .dropdown-menu,
.cid-teNv5yfDu6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teNv5yfDu6 .nav-item:focus,
.cid-teNv5yfDu6 .nav-link:focus {
  outline: none;
}
.cid-teNv5yfDu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNv5yfDu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNv5yfDu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teNv5yfDu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNv5yfDu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNv5yfDu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNv5yfDu6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teNv5yfDu6 .navbar.opened {
  transition: all 0.3s;
}
.cid-teNv5yfDu6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNv5yfDu6 .navbar .navbar-logo img {
  width: auto;
}
.cid-teNv5yfDu6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNv5yfDu6 .navbar.collapsed {
  justify-content: center;
}
.cid-teNv5yfDu6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNv5yfDu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNv5yfDu6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teNv5yfDu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNv5yfDu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNv5yfDu6 .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-teNv5yfDu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNv5yfDu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teNv5yfDu6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teNv5yfDu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNv5yfDu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNv5yfDu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNv5yfDu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNv5yfDu6 .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-teNv5yfDu6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNv5yfDu6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNv5yfDu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNv5yfDu6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNv5yfDu6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teNv5yfDu6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teNv5yfDu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-teNv5yfDu6 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teNv5yfDu6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teNv5yfDu6 .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-teNv5yfDu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNv5yfDu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNv5yfDu6 .dropdown-item.active,
.cid-teNv5yfDu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-teNv5yfDu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNv5yfDu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNv5yfDu6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNv5yfDu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teNv5yfDu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNv5yfDu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNv5yfDu6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNv5yfDu6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teNv5yfDu6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNv5yfDu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teNv5yfDu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNv5yfDu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNv5yfDu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNv5yfDu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNv5yfDu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNv5yfDu6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNv5yfDu6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNv5yfDu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNv5yfDu6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teNv5yfDu6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teNv5yfDu6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNv5yfDu6 .navbar {
    height: 70px;
  }
  .cid-teNv5yfDu6 .navbar.opened {
    height: auto;
  }
  .cid-teNv5yfDu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNv5yNIDz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-bigtree-1920x1080.jpg");
}
.cid-teNv5yNIDz .mbr-text,
.cid-teNv5yNIDz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-teNv5yNIDz .mbr-section-title {
  text-align: left;
}
.cid-teNv5Dt2N2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teNv5Dt2N2 .row {
  flex-direction: row-reverse;
}
.cid-teNv5Dt2N2 p {
  margin: 0;
}
.cid-teNv5Dt2N2 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNv5Dt2N2 .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teNv5Dt2N2 .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teNv5Dt2N2 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNv5Dt2N2 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNv5Dt2N2 .card-wrapper {
  width: 33%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNv5Dt2N2 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNv5Dt2N2 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNv5Dt2N2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNv5Dt2N2 .google-map {
  height: 100%;
  position: relative;
}
.cid-teNv5Dt2N2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNv5Dt2N2 .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNv5Dt2N2 .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNv5Dt2N2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNv5Dt2N2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNv5Dt2N2 .card-title {
  color: #0379bd;
}
.cid-teNv5Dt2N2 P {
  color: #777777;
}
.cid-teNv5DRVTN {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-teNv5DRVTN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-teNv5DRVTN .img-item,
.cid-teNv5DRVTN img {
  height: 100%;
  object-fit: cover;
}
.cid-teNv5DRVTN .img-col {
  padding: 0;
}
.cid-teNv5DRVTN .col-auto {
  width: 100%;
}
.cid-teNv5DRVTN .wrapper {
  background: #e9f6d8;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-teNv5DRVTN .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-teNv5DRVTN textarea {
  min-height: 200px;
}
.cid-teNv5DRVTN .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-teNv5DRVTN .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-teNv5DRVTN .form-control,
.cid-teNv5DRVTN .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-teNv5DRVTN .form-control::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input::-webkit-input-placeholder,
.cid-teNv5DRVTN .form-control::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-teNv5DRVTN .form-control:-moz-placeholder,
.cid-teNv5DRVTN .field-input:-moz-placeholder,
.cid-teNv5DRVTN .form-control:-moz-placeholder,
.cid-teNv5DRVTN .field-input:-moz-placeholder {
  color: #777777;
}
.cid-teNv5DRVTN .form-control:hover,
.cid-teNv5DRVTN .field-input:hover,
.cid-teNv5DRVTN .form-control:focus,
.cid-teNv5DRVTN .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-teNv5DRVTN .form-control:hover::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input:hover::-webkit-input-placeholder,
.cid-teNv5DRVTN .form-control:focus::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input:focus::-webkit-input-placeholder,
.cid-teNv5DRVTN .form-control:hover::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input:hover::-webkit-input-placeholder,
.cid-teNv5DRVTN .form-control:focus::-webkit-input-placeholder,
.cid-teNv5DRVTN .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-teNv5DRVTN .form-control:hover:-moz-placeholder,
.cid-teNv5DRVTN .field-input:hover:-moz-placeholder,
.cid-teNv5DRVTN .form-control:focus:-moz-placeholder,
.cid-teNv5DRVTN .field-input:focus:-moz-placeholder,
.cid-teNv5DRVTN .form-control:hover:-moz-placeholder,
.cid-teNv5DRVTN .field-input:hover:-moz-placeholder,
.cid-teNv5DRVTN .form-control:focus:-moz-placeholder,
.cid-teNv5DRVTN .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-teNv5DRVTN .jq-number__spin:hover,
.cid-teNv5DRVTN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-teNv5DRVTN .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-teNv5DRVTN .jq-selectbox li,
.cid-teNv5DRVTN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-teNv5DRVTN .jq-selectbox li:hover,
.cid-teNv5DRVTN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-teNv5DRVTN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-teNv5DRVTN .jq-number__spin.minus:hover:after,
.cid-teNv5DRVTN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-teNv5DRVTN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-teNv5DRVTN .jq-number__spin.minus:after,
.cid-teNv5DRVTN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-teNv5DRVTN input::-webkit-clear-button {
  display: none;
}
.cid-teNv5DRVTN input::-webkit-inner-spin-button {
  display: none;
}
.cid-teNv5DRVTN input::-webkit-outer-spin-button {
  display: none;
}
.cid-teNv5DRVTN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-teNv5DRVTN H4 {
  color: #777777;
}
.cid-teNv5DRVTN H3 {
  color: #0379bd;
}
.cid-teNv5EdbLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teNv5EdbLX .google-map {
  height: 30rem;
  position: relative;
}
.cid-teNv5EdbLX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNv5EdbLX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNv5EdbLX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-teNv5EdbLX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNv5EwxAa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teS59vNIoQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teS59vNIoQ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teS59vNIoQ nav.navbar {
  position: fixed;
}
.cid-teS59vNIoQ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teS59vNIoQ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teS59vNIoQ .nav-item {
    height: auto;
  }
}
.cid-teS59vNIoQ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teS59vNIoQ .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-teS59vNIoQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teS59vNIoQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teS59vNIoQ .dropdown-item:hover,
.cid-teS59vNIoQ .dropdown-item:focus {
  background: white !important;
}
.cid-teS59vNIoQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teS59vNIoQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teS59vNIoQ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teS59vNIoQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teS59vNIoQ .nav-link {
  position: relative;
}
.cid-teS59vNIoQ .container {
  display: flex;
  margin: auto;
}
.cid-teS59vNIoQ .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teS59vNIoQ .dropdown-menu,
.cid-teS59vNIoQ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teS59vNIoQ .nav-item:focus,
.cid-teS59vNIoQ .nav-link:focus {
  outline: none;
}
.cid-teS59vNIoQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teS59vNIoQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teS59vNIoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teS59vNIoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teS59vNIoQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teS59vNIoQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teS59vNIoQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teS59vNIoQ .navbar.opened {
  transition: all 0.3s;
}
.cid-teS59vNIoQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teS59vNIoQ .navbar .navbar-logo img {
  width: auto;
}
.cid-teS59vNIoQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teS59vNIoQ .navbar.collapsed {
  justify-content: center;
}
.cid-teS59vNIoQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teS59vNIoQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teS59vNIoQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teS59vNIoQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teS59vNIoQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teS59vNIoQ .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-teS59vNIoQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teS59vNIoQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teS59vNIoQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teS59vNIoQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teS59vNIoQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teS59vNIoQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teS59vNIoQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teS59vNIoQ .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-teS59vNIoQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teS59vNIoQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teS59vNIoQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teS59vNIoQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teS59vNIoQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teS59vNIoQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teS59vNIoQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-teS59vNIoQ .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teS59vNIoQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teS59vNIoQ .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-teS59vNIoQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teS59vNIoQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teS59vNIoQ .dropdown-item.active,
.cid-teS59vNIoQ .dropdown-item:active {
  background-color: transparent;
}
.cid-teS59vNIoQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teS59vNIoQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teS59vNIoQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teS59vNIoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teS59vNIoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teS59vNIoQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teS59vNIoQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teS59vNIoQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teS59vNIoQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teS59vNIoQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teS59vNIoQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teS59vNIoQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teS59vNIoQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teS59vNIoQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teS59vNIoQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teS59vNIoQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teS59vNIoQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teS59vNIoQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teS59vNIoQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teS59vNIoQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teS59vNIoQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teS59vNIoQ .navbar {
    height: 70px;
  }
  .cid-teS59vNIoQ .navbar.opened {
    height: auto;
  }
  .cid-teS59vNIoQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teS59wFkkL {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-bigtree2-1920x518.jpg");
}
.cid-teS59wFkkL .mbr-text,
.cid-teS59wFkkL .mbr-section-btn {
  color: #bbbbbb;
}
.cid-teS59wFkkL .mbr-section-title {
  text-align: left;
}
.cid-teS59xnxJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teS59xnxJH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teS59xnxJH img {
    width: 100%;
  }
}
.cid-teS59xnxJH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teS59xnxJH .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-teS59xnxJH .icon1 {
  color: #8bd176;
}
.cid-teS59xnxJH .icon2 {
  color: #ff6666;
}
.cid-teS59xnxJH .icon-wrapper {
  border-radius: 50%;
  min-width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teS59xnxJH .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teS59xnxJH .card-text {
  color: #777777;
}
.cid-teS59xnxJH .mbr-section-subtitle {
  color: #777777;
}
.cid-teS59xnxJH .mbr-text,
.cid-teS59xnxJH .mbr-section-btn {
  color: #777777;
}
.cid-teS59xnxJH .mbr-section-title {
  color: #0379bd;
}
.cid-teS59yVC7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teS59yVC7j .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teS59yVC7j .mbr-text {
  color: #777777;
}
.cid-teS59ykPJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teS59ykPJ9 .image-wrapper {
  padding: 0;
}
.cid-teS59ykPJ9 .img-item,
.cid-teS59ykPJ9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teS59ykPJ9 .container-fluid {
  padding: 0 1rem;
}
.cid-teS59ykPJ9 .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-teS59ykPJ9 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teS59ykPJ9 .card-wrapper {
    flex-direction: column;
  }
}
.cid-teS59ykPJ9 .mbr-iconfont {
  font-size: 2rem;
}
.cid-teS59ykPJ9 .icon1 {
  color: #14191e;
}
.cid-teS59ykPJ9 .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teS59ykPJ9 .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-teS59ykPJ9 .mbr-text,
.cid-teS59ykPJ9 .mbr-section-btn {
  color: #777777;
}
.cid-teS59ykPJ9 .mbr-section-subtitle {
  color: #777777;
}
.cid-teS59ykPJ9 .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teS59ykPJ9 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-teS59ykPJ9 .card-text {
  color: #777777;
}
.cid-teS59ykPJ9 .card-title {
  color: #0379bd;
}
.cid-teS59ykPJ9 .mbr-section-title {
  color: #0379bd;
}
.cid-teS59xVVwS {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-teS59xVVwS .mbr-section-subtitle {
  color: #0379bd;
  text-align: center;
}
.cid-teS59xVVwS .mbr-text {
  color: #777777;
}
.cid-teS59y7ySj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-teS59y7ySj .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-teS59y7ySj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-teS59y7ySj .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 767px) {
  .cid-teS59y7ySj .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-teS59y7ySj .row .img-item {
    padding: 0rem;
  }
}
.cid-teS59y7ySj .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-teS59y7ySj .big {
    transform: scale(1);
  }
}
.cid-teS59yz6vj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0379bd;
}
.cid-teS59yz6vj .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teS59yz6vj .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teS59yz6vj .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teS59yz6vj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teS59yz6vj .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teS59yz6vj .row {
  justify-content: center;
}
.cid-teS59yz6vj .card-box {
  display: flex;
  align-items: center;
}
.cid-teS59yz6vj .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teS59yz6vj .card-box {
    flex-direction: column;
  }
  .cid-teS59yz6vj .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teS59yz6vj .card-link:hover a {
  background-image: none!important;
}
.cid-teS59yz6vj .mbr-section-subtitle {
  color: #777777;
}
.cid-teS59yz6vj .card-text {
  color: #777777;
}
.cid-teS59yz6vj .card-title,
.cid-teS59yz6vj .iconfont-wrapper {
  color: #0379bd;
}
.cid-teS59yz6vj .mbr-section-title {
  color: #ffffff;
}
.cid-teS59z7ajT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teS59z7ajT .row {
  flex-direction: row-reverse;
}
.cid-teS59z7ajT p {
  margin: 0;
}
.cid-teS59z7ajT .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teS59z7ajT .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teS59z7ajT .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teS59z7ajT .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teS59z7ajT .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teS59z7ajT .card-wrapper {
  width: 33%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teS59z7ajT .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teS59z7ajT .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teS59z7ajT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teS59z7ajT .google-map {
  height: 100%;
  position: relative;
}
.cid-teS59z7ajT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teS59z7ajT .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teS59z7ajT .google-map[data-state] {
  background: #f3edf7;
}
.cid-teS59z7ajT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teS59z7ajT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teS59z7ajT .card-title {
  color: #0379bd;
}
.cid-teS59zoJqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teS59zoJqn .google-map {
  height: 30rem;
  position: relative;
}
.cid-teS59zoJqn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teS59zoJqn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teS59zoJqn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-teS59zoJqn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teS59zCAnG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-telbrQCsue {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-telbrQCsue .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-telbrQCsue nav.navbar {
  position: fixed;
}
.cid-telbrQCsue .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-telbrQCsue .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-telbrQCsue .nav-item {
    height: auto;
  }
}
.cid-telbrQCsue .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrQCsue .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-telbrQCsue .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-telbrQCsue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-telbrQCsue .dropdown-item:hover,
.cid-telbrQCsue .dropdown-item:focus {
  background: white !important;
}
.cid-telbrQCsue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-telbrQCsue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-telbrQCsue .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-telbrQCsue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-telbrQCsue .nav-link {
  position: relative;
}
.cid-telbrQCsue .container {
  display: flex;
  margin: auto;
}
.cid-telbrQCsue .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-telbrQCsue .dropdown-menu,
.cid-telbrQCsue .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-telbrQCsue .nav-item:focus,
.cid-telbrQCsue .nav-link:focus {
  outline: none;
}
.cid-telbrQCsue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-telbrQCsue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-telbrQCsue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-telbrQCsue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-telbrQCsue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-telbrQCsue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-telbrQCsue .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-telbrQCsue .navbar.opened {
  transition: all 0.3s;
}
.cid-telbrQCsue .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-telbrQCsue .navbar .navbar-logo img {
  width: auto;
}
.cid-telbrQCsue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-telbrQCsue .navbar.collapsed {
  justify-content: center;
}
.cid-telbrQCsue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-telbrQCsue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-telbrQCsue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-telbrQCsue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-telbrQCsue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-telbrQCsue .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-telbrQCsue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-telbrQCsue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-telbrQCsue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-telbrQCsue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-telbrQCsue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-telbrQCsue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-telbrQCsue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-telbrQCsue .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-telbrQCsue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-telbrQCsue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-telbrQCsue .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-telbrQCsue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-telbrQCsue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-telbrQCsue .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-telbrQCsue .navbar.navbar-short {
  min-height: 60px;
}
.cid-telbrQCsue .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-telbrQCsue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-telbrQCsue .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-telbrQCsue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-telbrQCsue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-telbrQCsue .dropdown-item.active,
.cid-telbrQCsue .dropdown-item:active {
  background-color: transparent;
}
.cid-telbrQCsue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-telbrQCsue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-telbrQCsue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-telbrQCsue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-telbrQCsue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-telbrQCsue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-telbrQCsue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-telbrQCsue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-telbrQCsue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-telbrQCsue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-telbrQCsue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-telbrQCsue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-telbrQCsue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-telbrQCsue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-telbrQCsue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-telbrQCsue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-telbrQCsue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-telbrQCsue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-telbrQCsue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-telbrQCsue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-telbrQCsue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-telbrQCsue .navbar {
    height: 70px;
  }
  .cid-telbrQCsue .navbar.opened {
    height: auto;
  }
  .cid-telbrQCsue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-telbrR4sqt {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bt-slider-2000x1140.jpg");
}
.cid-telbrR4sqt .mbr-text,
.cid-telbrR4sqt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-telbrR4sqt .mbr-section-title {
  text-align: left;
}
.cid-telbrRhRfZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-telbrRhRfZ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-telbrRhRfZ img {
    width: 100%;
  }
}
.cid-telbrRhRfZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrRhRfZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-telbrRhRfZ .icon1 {
  color: #ff8484;
}
.cid-telbrRhRfZ .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-telbrRhRfZ .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-telbrRhRfZ .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-telbrRhRfZ .card-text {
  color: #777777;
}
.cid-telbrRhRfZ .mbr-section-subtitle {
  color: #89c441;
}
.cid-telbrRhRfZ .mbr-text,
.cid-telbrRhRfZ .mbr-section-btn {
  color: #777777;
}
.cid-telbrRhRfZ .mbr-section-title {
  color: #0379bd;
}
.cid-telbrRwFMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-telbrRwFMr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-telbrRwFMr .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrRwFMr .card-title,
.cid-telbrRwFMr .card-box {
  color: #777777;
}
.cid-telbrRNwRL {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-telbrRNwRL .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-telbrRNwRL img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-telbrRNwRL img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-telbrRNwRL img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-telbrRNwRL .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-telbrRNwRL .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-telbrRNwRL .card {
    padding: 2rem 0rem;
  }
}
.cid-telbrRNwRL .mbr-text,
.cid-telbrRNwRL .mbr-section-btn {
  color: #777777;
}
.cid-telbrRNwRL .mbr-section-subtitle {
  color: #14191e;
}
.cid-telbrRNwRL .mbr-section-title {
  color: #777777;
}
.cid-telbrRZHjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-telbrRZHjM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-telbrRZHjM img {
    width: 100%;
  }
}
.cid-telbrRZHjM .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-telbrRZHjM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-telbrRZHjM .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-telbrRZHjM .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-telbrRZHjM .mbr-text,
.cid-telbrRZHjM .mbr-section-btn {
  color: #777777;
}
.cid-telbrRZHjM .mbr-section-subtitle {
  color: #777777;
}
.cid-telbrRZHjM .mbr-list {
  color: #777777;
}
.cid-telbrSeJtP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-telbrSeJtP .container {
  margin-right: 0;
  max-width: 1500px;
}
.cid-telbrSeJtP .row {
  background: #ffffff;
  padding: 4rem 2rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 15rem;
}
@media (max-width: 1400px) {
  .cid-telbrSeJtP .row {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-telbrSeJtP .row {
    padding: 3rem 1rem;
    border-radius: 0px;
  }
}
.cid-telbrSeJtP .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-telbrSeJtP .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-telbrSeJtP .icon-wrapper {
  background: #ff8484;
  border-radius: 50%;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrSeJtP .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-telbrSeJtP .card-text {
  color: #777777;
}
.cid-telbrSRZMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-telbrSRZMM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-telbrSRZMM img {
    width: 100%;
  }
}
.cid-telbrSRZMM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrSRZMM .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-telbrSRZMM .icon1 {
  color: #8bd176;
}
.cid-telbrSRZMM .icon2 {
  color: #ff6666;
}
.cid-telbrSRZMM .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-telbrSRZMM .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-telbrSRZMM .card-text {
  color: #777777;
}
.cid-telbrSRZMM .mbr-section-subtitle {
  color: #777777;
}
.cid-telbrSRZMM .mbr-text,
.cid-telbrSRZMM .mbr-section-btn {
  color: #777777;
}
.cid-telbrT8ij2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-telbrT8ij2 .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-telbrT8ij2 .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-telbrT8ij2 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-telbrT8ij2 .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-telbrT8ij2 .mbr-iconfont {
    right: 1rem;
  }
}
.cid-telbrT8ij2 img,
.cid-telbrT8ij2 .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-telbrT8ij2 .item:focus,
.cid-telbrT8ij2 span:focus {
  outline: none;
}
.cid-telbrT8ij2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-telbrT8ij2 .mbr-section-title {
  color: #232323;
}
.cid-telbrT8ij2 .mbr-text,
.cid-telbrT8ij2 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-telbrT8ij2 .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-telbrT8ij2 .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-telbrT8ij2 .mbr-section-subtitle {
  color: #777777;
}
.cid-telbrTKMfb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2026;
}
.cid-telbrTKMfb .button {
  background: white;
  border-radius: 10px;
  display: flex;
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
}
.cid-telbrTKMfb .button p {
  padding: 0;
  padding-top: 3px;
  margin: 0;
}
.cid-telbrTKMfb .card-wrapper {
  display: flex;
  background: white;
  padding: 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-telbrTKMfb .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-telbrTKMfb .card-wrapper {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.cid-telbrTKMfb .mbr-section-subtitle {
  color: #777777;
}
.cid-telbrTKMfb .wrapper {
  display: flex;
}
.cid-telbrTKMfb .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  align-items: center;
  margin-top: 2px;
  color: currentColor;
  padding: 0 1rem;
}
.cid-telbrTKMfb .mbr-text,
.cid-telbrTKMfb .mbr-iconfont {
  color: #777777;
}
.cid-telbrTKMfb .mbr-section-title {
  color: #1b2026;
}
.cid-telbrU2YIf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-telbrU2YIf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-telbrU2YIf .team-card:hover {
  transform: translateY(-10px);
}
.cid-telbrU2YIf .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-telbrU2YIf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-telbrU2YIf .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-telbrU2YIf .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-telbrU2YIf .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-telbrU2YIf .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-telbrU2YIf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-telbrU2YIf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-telbrU2YIf .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-telbrU2YIf .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-telbrU2YIf .mbr-role,
.cid-telbrU2YIf .social-row {
  color: #777777;
}
.cid-telbrU2YIf .mbr-section-subtitle {
  color: #777777;
}
.cid-telbrUHear {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-telbrUHear .mbr-text,
.cid-telbrUHear .mbr-section-btn {
  color: #bbbbbb;
}
.cid-telbrUHear img {
  border-radius: 1rem;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-telbrUHear .btn-col {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-telbrUHear .btn-col {
    text-align: center;
  }
}
.cid-telbrUHear .wrapper {
  display: flex;
  background: white;
  padding: 1rem 2rem;
  width: 90%;
  flex-wrap: wrap;
  margin: auto;
  margin-top: -3rem;
  z-index: 4;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-telbrUHear .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-telbrUHear .mbr-section-title {
  color: #31363b;
}
.cid-telbrUHear .mbr-section-subtitle {
  color: #777777;
}
@media (min-width: 992px) {
  .cid-telbrUHear .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.cid-telbrUXCJU {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #31363b;
}
.cid-telbrUXCJU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-telbrUXCJU .team-card:hover {
  transform: translateY(-10px);
}
.cid-telbrUXCJU .mbr-flex {
  display: flex;
  position: relative;
  align-items: center;
}
.cid-telbrUXCJU .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-telbrUXCJU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-telbrUXCJU .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-telbrUXCJU .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-telbrUXCJU .mbr-iconfont {
  position: absolute;
  top: -3.5rem;
  right: 0rem;
  color: #777777;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .cid-telbrUXCJU .mbr-iconfont {
    font-size: 2.5rem;
    top: -2.5rem;
  }
}
.cid-telbrUXCJU .mbr-role,
.cid-telbrUXCJU .social-row {
  color: #777777;
}
.cid-telbrUXCJU .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-telbrUXCJU .card-text,
.cid-telbrUXCJU .mbr-section-btn,
.cid-telbrUXCJU .social-row {
  color: #777777;
}
.cid-telbrUXCJU .mbr-section-title {
  color: #ffffff;
}
.cid-telbrUXCJU .card-title,
.cid-telbrUXCJU .social-row {
  color: #31363b;
}
.cid-telbrVmHo9 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-telbrVmHo9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-telbrVmHo9 .img-item,
.cid-telbrVmHo9 img {
  height: 100%;
  object-fit: cover;
}
.cid-telbrVmHo9 .img-col {
  padding: 0;
}
.cid-telbrVmHo9 .col-auto {
  width: 100%;
}
.cid-telbrVmHo9 .wrapper {
  background: #e9f6d8;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-telbrVmHo9 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-telbrVmHo9 textarea {
  min-height: 200px;
}
.cid-telbrVmHo9 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-telbrVmHo9 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-telbrVmHo9 .form-control,
.cid-telbrVmHo9 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-telbrVmHo9 .form-control::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input::-webkit-input-placeholder,
.cid-telbrVmHo9 .form-control::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-telbrVmHo9 .form-control:-moz-placeholder,
.cid-telbrVmHo9 .field-input:-moz-placeholder,
.cid-telbrVmHo9 .form-control:-moz-placeholder,
.cid-telbrVmHo9 .field-input:-moz-placeholder {
  color: #777777;
}
.cid-telbrVmHo9 .form-control:hover,
.cid-telbrVmHo9 .field-input:hover,
.cid-telbrVmHo9 .form-control:focus,
.cid-telbrVmHo9 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-telbrVmHo9 .form-control:hover::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input:hover::-webkit-input-placeholder,
.cid-telbrVmHo9 .form-control:focus::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input:focus::-webkit-input-placeholder,
.cid-telbrVmHo9 .form-control:hover::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input:hover::-webkit-input-placeholder,
.cid-telbrVmHo9 .form-control:focus::-webkit-input-placeholder,
.cid-telbrVmHo9 .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-telbrVmHo9 .form-control:hover:-moz-placeholder,
.cid-telbrVmHo9 .field-input:hover:-moz-placeholder,
.cid-telbrVmHo9 .form-control:focus:-moz-placeholder,
.cid-telbrVmHo9 .field-input:focus:-moz-placeholder,
.cid-telbrVmHo9 .form-control:hover:-moz-placeholder,
.cid-telbrVmHo9 .field-input:hover:-moz-placeholder,
.cid-telbrVmHo9 .form-control:focus:-moz-placeholder,
.cid-telbrVmHo9 .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-telbrVmHo9 .jq-number__spin:hover,
.cid-telbrVmHo9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-telbrVmHo9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-telbrVmHo9 .jq-selectbox li,
.cid-telbrVmHo9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-telbrVmHo9 .jq-selectbox li:hover,
.cid-telbrVmHo9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-telbrVmHo9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-telbrVmHo9 .jq-number__spin.minus:hover:after,
.cid-telbrVmHo9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-telbrVmHo9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-telbrVmHo9 .jq-number__spin.minus:after,
.cid-telbrVmHo9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-telbrVmHo9 input::-webkit-clear-button {
  display: none;
}
.cid-telbrVmHo9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-telbrVmHo9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-telbrVmHo9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-telbrVmHo9 H4 {
  color: #777777;
}
.cid-telbrVmHo9 H3 {
  color: #0379bd;
}
.cid-telbrVDkld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-telbrVDkld .google-map {
  height: 30rem;
  position: relative;
}
.cid-telbrVDkld .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-telbrVDkld .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-telbrVDkld .google-map[data-state] {
  background: #e9e5dc;
}
.cid-telbrVDkld .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-telbrVTarJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-teNpD9qsey {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teNpD9qsey .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-teNpD9qsey nav.navbar {
  position: fixed;
}
.cid-teNpD9qsey .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-teNpD9qsey .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-teNpD9qsey .nav-item {
    height: auto;
  }
}
.cid-teNpD9qsey .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpD9qsey .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-teNpD9qsey .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teNpD9qsey .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teNpD9qsey .dropdown-item:hover,
.cid-teNpD9qsey .dropdown-item:focus {
  background: white !important;
}
.cid-teNpD9qsey .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teNpD9qsey .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teNpD9qsey .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-teNpD9qsey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teNpD9qsey .nav-link {
  position: relative;
}
.cid-teNpD9qsey .container {
  display: flex;
  margin: auto;
}
.cid-teNpD9qsey .iconfont-wrapper {
  color: #2299aa !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-teNpD9qsey .dropdown-menu,
.cid-teNpD9qsey .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-teNpD9qsey .nav-item:focus,
.cid-teNpD9qsey .nav-link:focus {
  outline: none;
}
.cid-teNpD9qsey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teNpD9qsey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teNpD9qsey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-teNpD9qsey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teNpD9qsey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teNpD9qsey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teNpD9qsey .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-teNpD9qsey .navbar.opened {
  transition: all 0.3s;
}
.cid-teNpD9qsey .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teNpD9qsey .navbar .navbar-logo img {
  width: auto;
}
.cid-teNpD9qsey .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teNpD9qsey .navbar.collapsed {
  justify-content: center;
}
.cid-teNpD9qsey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teNpD9qsey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teNpD9qsey .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-teNpD9qsey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teNpD9qsey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teNpD9qsey .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-teNpD9qsey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teNpD9qsey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teNpD9qsey .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teNpD9qsey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teNpD9qsey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teNpD9qsey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teNpD9qsey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teNpD9qsey .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-teNpD9qsey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teNpD9qsey .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teNpD9qsey .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teNpD9qsey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teNpD9qsey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teNpD9qsey .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teNpD9qsey .navbar.navbar-short {
  min-height: 60px;
}
.cid-teNpD9qsey .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-teNpD9qsey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teNpD9qsey .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-teNpD9qsey .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teNpD9qsey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teNpD9qsey .dropdown-item.active,
.cid-teNpD9qsey .dropdown-item:active {
  background-color: transparent;
}
.cid-teNpD9qsey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teNpD9qsey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teNpD9qsey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teNpD9qsey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-teNpD9qsey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teNpD9qsey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teNpD9qsey ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teNpD9qsey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teNpD9qsey button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teNpD9qsey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0379bd;
}
.cid-teNpD9qsey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teNpD9qsey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNpD9qsey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teNpD9qsey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teNpD9qsey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNpD9qsey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teNpD9qsey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teNpD9qsey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teNpD9qsey .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teNpD9qsey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teNpD9qsey .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teNpD9qsey .navbar {
    height: 70px;
  }
  .cid-teNpD9qsey .navbar.opened {
    height: auto;
  }
  .cid-teNpD9qsey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teNpD9XYnl {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bt-slider-2000x1140.jpg");
}
.cid-teNpD9XYnl .mbr-text,
.cid-teNpD9XYnl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-teNpD9XYnl .mbr-section-title {
  text-align: left;
}
.cid-teNpDagioV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-teNpDagioV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpDagioV img {
    width: 100%;
  }
}
.cid-teNpDagioV .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpDagioV .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-teNpDagioV .icon1 {
  color: #ff8484;
}
.cid-teNpDagioV .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-teNpDagioV .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-teNpDagioV .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teNpDagioV .card-text {
  color: #777777;
}
.cid-teNpDagioV .mbr-section-subtitle {
  color: #89c441;
}
.cid-teNpDagioV .mbr-text,
.cid-teNpDagioV .mbr-section-btn {
  color: #777777;
}
.cid-teNpDagioV .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDauYb7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNpDauYb7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpDauYb7 img {
    width: 100%;
  }
}
.cid-teNpDauYb7 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-teNpDauYb7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-teNpDauYb7 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-teNpDauYb7 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e9f6d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-teNpDauYb7 .mbr-text,
.cid-teNpDauYb7 .mbr-section-btn {
  color: #777777;
}
.cid-teNpDauYb7 .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDauYb7 .mbr-list {
  color: #777777;
}
.cid-teNpDauYb7 .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDaHT5E {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-teNpDaHT5E .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNpDaHT5E .team-card:hover {
  transform: translateY(-10px);
}
.cid-teNpDaHT5E p {
  line-height: 1.9;
}
.cid-teNpDaHT5E .image-wrap {
  margin-bottom: 2rem;
}
.cid-teNpDaHT5E .card-wrap {
  background: #eeeeee;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-teNpDaHT5E .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-teNpDaHT5E .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-teNpDaHT5E .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-teNpDaHT5E .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-teNpDaHT5E .mbr-role,
.cid-teNpDaHT5E .social-row {
  color: #ff8484;
}
.cid-teNpDaHT5E .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDaHT5E .card-text,
.cid-teNpDaHT5E .mbr-section-btn,
.cid-teNpDaHT5E .social-row {
  color: #777777;
}
.cid-teNpDaHT5E .card-title,
.cid-teNpDaHT5E .social-row {
  color: #89c441;
}
.cid-teNpDaHT5E .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDb3CUG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teNpDb3CUG .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teNpDb3CUG .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teNpDb3CUG .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teNpDb3CUG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teNpDb3CUG .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teNpDb3CUG .row {
  justify-content: center;
}
.cid-teNpDb3CUG .card-box {
  display: flex;
  align-items: center;
}
.cid-teNpDb3CUG .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teNpDb3CUG .card-box {
    flex-direction: column;
  }
  .cid-teNpDb3CUG .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teNpDb3CUG .card-link:hover a {
  background-image: none!important;
}
.cid-teNpDb3CUG .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDb3CUG .card-text {
  color: #777777;
}
.cid-teNpDb3CUG .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDb3CUG .card-title,
.cid-teNpDb3CUG .iconfont-wrapper {
  color: #89c441;
}
.cid-teNpDbw7z9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teNpDbw7z9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpDbw7z9 img {
    width: 100%;
  }
}
.cid-teNpDbw7z9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpDbw7z9 .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-teNpDbw7z9 .icon1 {
  color: #8bd176;
}
.cid-teNpDbw7z9 .icon2 {
  color: #ff6666;
}
.cid-teNpDbw7z9 .icon-wrapper {
  border-radius: 50%;
  min-width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpDbw7z9 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teNpDbw7z9 .card-text {
  color: #777777;
}
.cid-teNpDbw7z9 .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDbw7z9 .mbr-text,
.cid-teNpDbw7z9 .mbr-section-btn {
  color: #777777;
}
.cid-teNpDbw7z9 .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDc5aZ7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-teNpDc5aZ7 .mbr-section-subtitle {
  color: #0379bd;
  text-align: center;
}
.cid-teNpDc5aZ7 .mbr-text {
  color: #777777;
}
.cid-teNpDciMhi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-teNpDciMhi .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-teNpDciMhi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-teNpDciMhi .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 767px) {
  .cid-teNpDciMhi .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-teNpDciMhi .row .img-item {
    padding: 0rem;
  }
}
.cid-teNpDciMhi .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-teNpDciMhi .big {
    transform: scale(1);
  }
}
.cid-teNpDcwddw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teNpDcwddw .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-teNpDcwddw .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-teNpDcwddw .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-teNpDcwddw .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-teNpDcwddw .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teNpDcwddw .img-text {
    left: 1rem;
  }
}
.cid-teNpDcwddw img,
.cid-teNpDcwddw .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-teNpDcwddw .item:focus,
.cid-teNpDcwddw span:focus {
  outline: none;
}
.cid-teNpDcwddw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teNpDcwddw .mbr-section-title {
  color: #232323;
}
.cid-teNpDcwddw .mbr-text,
.cid-teNpDcwddw .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-teNpDcwddw .item-title {
  text-align: left;
  color: #89c441;
}
.cid-teNpDcwddw .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-teNpDcwddw .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDcS3M5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNpDcS3M5 .image-wrapper {
  padding: 0;
}
.cid-teNpDcS3M5 .img-item,
.cid-teNpDcS3M5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teNpDcS3M5 .container-fluid {
  padding: 0 1rem;
}
.cid-teNpDcS3M5 .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-teNpDcS3M5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teNpDcS3M5 .card-wrapper {
    flex-direction: column;
  }
}
.cid-teNpDcS3M5 .mbr-iconfont {
  font-size: 2rem;
}
.cid-teNpDcS3M5 .icon1 {
  color: #14191e;
}
.cid-teNpDcS3M5 .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-teNpDcS3M5 .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-teNpDcS3M5 .mbr-text,
.cid-teNpDcS3M5 .mbr-section-btn {
  color: #777777;
}
.cid-teNpDcS3M5 .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDcS3M5 .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-teNpDcS3M5 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-teNpDcS3M5 .card-text {
  color: #777777;
}
.cid-teNpDcS3M5 .card-title {
  color: #0379bd;
}
.cid-teNpDcS3M5 .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDdaClw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teNpDdaClw img {
  width: 95%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-teNpDdaClw img {
    width: 100%;
  }
}
.cid-teNpDdaClw .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpDdaClw .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-teNpDdaClw .icon1 {
  color: #8bd176;
}
.cid-teNpDdaClw .icon2 {
  color: #ff6666;
}
.cid-teNpDdaClw .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teNpDdaClw .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-teNpDdaClw .card-text {
  color: #777777;
}
.cid-teNpDdaClw .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teNpDdaClw .mbr-text,
.cid-teNpDdaClw .mbr-section-btn {
  color: #777777;
}
.cid-teNpDdaClw .card-title {
  color: #0379bd;
}
.cid-teNpDdtOW5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teNpDdtOW5 .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teNpDdtOW5 .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teNpDdtOW5 .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teNpDdtOW5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teNpDdtOW5 .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teNpDdtOW5 .row {
  justify-content: center;
}
.cid-teNpDdtOW5 .card-box {
  display: flex;
  align-items: center;
}
.cid-teNpDdtOW5 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teNpDdtOW5 .card-box {
    flex-direction: column;
  }
  .cid-teNpDdtOW5 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teNpDdtOW5 .card-link:hover a {
  background-image: none!important;
}
.cid-teNpDdtOW5 .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDdtOW5 .card-text {
  color: #777777;
}
.cid-teNpDdtOW5 .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDdtOW5 .card-title,
.cid-teNpDdtOW5 .iconfont-wrapper {
  color: #89c441;
}
.cid-teNpDdV3Ag {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-teNpDdV3Ag .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-teNpDdV3Ag .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-teNpDdV3Ag .card-wrapper:hover .mbr-iconfont {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teNpDdV3Ag .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-teNpDdV3Ag .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-teNpDdV3Ag .row {
  justify-content: center;
}
.cid-teNpDdV3Ag .card-box {
  display: flex;
  align-items: center;
}
.cid-teNpDdV3Ag .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-teNpDdV3Ag .card-box {
    flex-direction: column;
  }
  .cid-teNpDdV3Ag .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-teNpDdV3Ag .card-link:hover a {
  background-image: none!important;
}
.cid-teNpDdV3Ag .mbr-section-subtitle {
  color: #777777;
}
.cid-teNpDdV3Ag .card-text {
  color: #777777;
}
.cid-teNpDdV3Ag .card-title,
.cid-teNpDdV3Ag .iconfont-wrapper {
  color: #0379bd;
}
.cid-teNpDdV3Ag .mbr-section-title {
  color: #0379bd;
}
.cid-teNpDekaGr {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-teNpDekaGr .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teNpDekaGr .mbr-text {
  color: #777777;
}
.cid-teNpDez56L {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-teNpDez56L .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #89c441;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-teNpDez56L .card-text {
  color: #777777;
}
.cid-teNpDez56L .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-teNpDez56L .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-teNpDez56L .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-teNpDez56L .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
}
.cid-teNpDez56L .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 150px;
  height: 200px;
  background: #89c441;
  transform: rotate(45deg);
  opacity: 0.1;
}
@media (max-width: 767px) {
  .cid-teNpDez56L .card-wrapper {
    padding: 2rem 1rem;
    background: #0379bd;
  }
  .cid-teNpDez56L .card-wrapper:before {
    opacity: 1;
  }
  .cid-teNpDez56L .card-wrapper .card-title,
  .cid-teNpDez56L .card-wrapper .card-text,
  .cid-teNpDez56L .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-teNpDez56L .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-teNpDez56L .center {
  background: #0379bd;
}
.cid-teNpDez56L .center:before {
  opacity: 1;
}
.cid-teNpDez56L .center .card-title,
.cid-teNpDez56L .center .card-text,
.cid-teNpDez56L .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-teNpDez56L .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-teNpDez56L .row {
  justify-content: center;
}
.cid-teNpDeWO6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teNpDeWO6t .mbr-section-subtitle {
  color: #0379bd;
}
.cid-teNpDeWO6t .mbr-text {
  color: #777777;
}
.cid-teNpDfbMFa {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-teNpDfbMFa .row {
  flex-direction: row-reverse;
}
.cid-teNpDfbMFa p {
  margin: 0;
}
.cid-teNpDfbMFa .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-teNpDfbMFa .mbr-section-title {
  text-align: left;
  color: #0379bd;
}
.cid-teNpDfbMFa .mbr-section-subtitle {
  text-align: left;
  color: #777777;
}
.cid-teNpDfbMFa .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-teNpDfbMFa .card-container {
    margin-bottom: 2rem;
  }
}
.cid-teNpDfbMFa .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-teNpDfbMFa .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-teNpDfbMFa .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-teNpDfbMFa .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-teNpDfbMFa .google-map {
  height: 100%;
  position: relative;
}
.cid-teNpDfbMFa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNpDfbMFa .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNpDfbMFa .google-map[data-state] {
  background: #f3edf7;
}
.cid-teNpDfbMFa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNpDfbMFa .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teNpDfzngV {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-teNpDfzngV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-teNpDfzngV .img-item,
.cid-teNpDfzngV img {
  height: 100%;
  object-fit: cover;
}
.cid-teNpDfzngV .img-col {
  padding: 0;
}
.cid-teNpDfzngV .col-auto {
  width: 100%;
}
.cid-teNpDfzngV .wrapper {
  background: #e9f6d8;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-teNpDfzngV .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-teNpDfzngV textarea {
  min-height: 200px;
}
.cid-teNpDfzngV .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-teNpDfzngV .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-teNpDfzngV .form-control,
.cid-teNpDfzngV .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-teNpDfzngV .form-control::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input::-webkit-input-placeholder,
.cid-teNpDfzngV .form-control::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-teNpDfzngV .form-control:-moz-placeholder,
.cid-teNpDfzngV .field-input:-moz-placeholder,
.cid-teNpDfzngV .form-control:-moz-placeholder,
.cid-teNpDfzngV .field-input:-moz-placeholder {
  color: #777777;
}
.cid-teNpDfzngV .form-control:hover,
.cid-teNpDfzngV .field-input:hover,
.cid-teNpDfzngV .form-control:focus,
.cid-teNpDfzngV .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-teNpDfzngV .form-control:hover::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input:hover::-webkit-input-placeholder,
.cid-teNpDfzngV .form-control:focus::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input:focus::-webkit-input-placeholder,
.cid-teNpDfzngV .form-control:hover::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input:hover::-webkit-input-placeholder,
.cid-teNpDfzngV .form-control:focus::-webkit-input-placeholder,
.cid-teNpDfzngV .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-teNpDfzngV .form-control:hover:-moz-placeholder,
.cid-teNpDfzngV .field-input:hover:-moz-placeholder,
.cid-teNpDfzngV .form-control:focus:-moz-placeholder,
.cid-teNpDfzngV .field-input:focus:-moz-placeholder,
.cid-teNpDfzngV .form-control:hover:-moz-placeholder,
.cid-teNpDfzngV .field-input:hover:-moz-placeholder,
.cid-teNpDfzngV .form-control:focus:-moz-placeholder,
.cid-teNpDfzngV .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-teNpDfzngV .jq-number__spin:hover,
.cid-teNpDfzngV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-teNpDfzngV .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-teNpDfzngV .jq-selectbox li,
.cid-teNpDfzngV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-teNpDfzngV .jq-selectbox li:hover,
.cid-teNpDfzngV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-teNpDfzngV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-teNpDfzngV .jq-number__spin.minus:hover:after,
.cid-teNpDfzngV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-teNpDfzngV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-teNpDfzngV .jq-number__spin.minus:after,
.cid-teNpDfzngV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-teNpDfzngV input::-webkit-clear-button {
  display: none;
}
.cid-teNpDfzngV input::-webkit-inner-spin-button {
  display: none;
}
.cid-teNpDfzngV input::-webkit-outer-spin-button {
  display: none;
}
.cid-teNpDfzngV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-teNpDfzngV H4 {
  color: #777777;
}
.cid-teNpDfzngV H3 {
  color: #0379bd;
}
.cid-teNpDfVGSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-teNpDfVGSo .google-map {
  height: 30rem;
  position: relative;
}
.cid-teNpDfVGSo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teNpDfVGSo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teNpDfVGSo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-teNpDfVGSo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNpDget27 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
