body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Raleway', 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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 {
  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: #1cbd5f !important;
}
.bg-success {
  background-color: #696969 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1cbd5f !important;
  border-color: #1cbd5f !important;
  color: #ffffff !important;
  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: #ffffff !important;
  background-color: #117139 !important;
  border-color: #117139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #117139 !important;
  border-color: #117139 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2e15 !important;
  border-color: #ea2e15 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #9a1e0e !important;
  border-color: #9a1e0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9a1e0e !important;
  border-color: #9a1e0e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  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: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #696969 !important;
  border-color: #696969 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  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 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  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,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1cbd5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #117139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1cbd5f !important;
  border-color: #1cbd5f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2e15;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9a1e0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2e15 !important;
  border-color: #ea2e15 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #696969;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e3e3e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1cbd5f !important;
}
.text-secondary {
  color: #ea2e15 !important;
}
.text-success {
  color: #696969 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f6432 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8c1c0d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #363636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1cbd5f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1cbd5f;
  border-color: #1cbd5f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1cbd5f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6feaa2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a9a9a9;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', 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: #1cbd5f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #1cbd5f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1cbd5f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1cbd5f;
}
.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: #1cbd5f;
  border-bottom-color: #1cbd5f;
}
.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: #1cbd5f !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: #ea2e15 !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='%231cbd5f' %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-t5rAIdRUTy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-t5rAIdRUTy .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #1cbd5f;
  margin-bottom: 1rem;
}
.cid-t5rAIdRUTy .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-t5rAIdRUTy .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-t5rAIdRUTy .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-t5rAIdRUTy .card-wrapper:hover {
  background: #d6f6e3;
}
.cid-t5rAIdRUTy .card-title,
.cid-t5rAIdRUTy .card-box {
  color: #000000;
}
.cid-t5rAIdRUTy .main-title,
.cid-t5rAIdRUTy .title-col {
  text-align: center;
  color: #000000;
}
.cid-t5rAIdRUTy .card-text {
  color: #353535;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t5ytL5tRGC {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t5ytL5tRGC .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t5ytL5tRGC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5ytL5tRGC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t5ytL5tRGC .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t5ytL5tRGC .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t5ytL5tRGC .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t5ytL5tRGC .mbr-text {
  color: #6c7577;
}
.cid-t5ytL5tRGC .btn {
  padding: 1rem 3.4rem;
}
.cid-t5ys0zxd1F {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-t5ys0zxd1F .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-t5ys0zxd1F .mbr-section-title {
  text-align: left;
  color: #41b270;
}
.cid-t5CKPWp4AP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t5CKPWp4AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5CKPWp4AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5CKPWp4AP .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t5CKPWp4AP .item {
    margin-bottom: 4rem;
  }
}
.cid-t5CKPWp4AP .item:last-child .icon-box:before {
  display: none;
}
.cid-t5CKPWp4AP .item.last .icon-box:before {
  display: none;
}
.cid-t5CKPWp4AP .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t5CKPWp4AP .icon-box {
    margin-right: 1rem;
  }
}
.cid-t5CKPWp4AP .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t5CKPWp4AP span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5CKPWp4AP .card {
    margin-bottom: 2rem;
  }
  .cid-t5CKPWp4AP .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t5CKPWp4AP .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t5CKPWp4AP .icon-box::before {
    top: 114%;
  }
}
.cid-t5CKPWp4AP .card-title,
.cid-t5CKPWp4AP .card-box {
  color: #000000;
}
.cid-t5D62tHX5r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t5D62tHX5r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5D62tHX5r .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t5D62tHX5r .mbr-text {
  margin-bottom: 50px;
}
.cid-t5D62tHX5r .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t5D62tHX5r .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5D62tHX5r .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5D62tHX5r .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5D62tHX5r .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5D62tHX5r .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5D62tHX5r .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5D62tHX5r .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5D62tHX5r .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5D62tHX5r .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t5D62tHX5r .card_info {
  display: inline-block;
}
.cid-t5D62tHX5r .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t5D62tHX5r .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t5D62tHX5r .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-t5D62tHX5r .card_text {
  margin-bottom: 0;
}
.cid-t5D62tHX5r .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t5D62tHX5r .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5D62tHX5r .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t5D62tHX5r .card_title {
    margin-bottom: 10px;
  }
  .cid-t5D62tHX5r .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t5D62tHX5r .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t6WlfYLgQg {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t6WlfYLgQg .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t6WlfYLgQg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6WlfYLgQg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t6WlfYLgQg .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t6WlfYLgQg .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t6WlfYLgQg .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t6WlfYLgQg .mbr-text {
  color: #6c7577;
}
.cid-t6WlfYLgQg .btn {
  padding: 1rem 3.4rem;
}
.cid-t6Wlg0f9GB {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-t6Wlg0f9GB .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-t6Wlg0f9GB .mbr-section-title {
  text-align: left;
  color: #41b270;
}
.cid-t6Wlg2Rqy0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6Wlg2Rqy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6Wlg2Rqy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6Wlg2Rqy0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t6Wlg2Rqy0 .item {
    margin-bottom: 4rem;
  }
}
.cid-t6Wlg2Rqy0 .item:last-child .icon-box:before {
  display: none;
}
.cid-t6Wlg2Rqy0 .item.last .icon-box:before {
  display: none;
}
.cid-t6Wlg2Rqy0 .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t6Wlg2Rqy0 .icon-box {
    margin-right: 1rem;
  }
}
.cid-t6Wlg2Rqy0 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t6Wlg2Rqy0 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6Wlg2Rqy0 .card {
    margin-bottom: 2rem;
  }
  .cid-t6Wlg2Rqy0 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t6Wlg2Rqy0 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t6Wlg2Rqy0 .icon-box::before {
    top: 114%;
  }
}
.cid-t6Wlg2Rqy0 .card-title,
.cid-t6Wlg2Rqy0 .card-box {
  color: #000000;
}
.cid-t6Wlg59Yl3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6Wlg59Yl3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6Wlg59Yl3 .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t6Wlg59Yl3 .mbr-text {
  margin-bottom: 50px;
}
.cid-t6Wlg59Yl3 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t6Wlg59Yl3 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6Wlg59Yl3 .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6Wlg59Yl3 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6Wlg59Yl3 .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6Wlg59Yl3 .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6Wlg59Yl3 .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6Wlg59Yl3 .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6Wlg59Yl3 .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6Wlg59Yl3 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t6Wlg59Yl3 .card_info {
  display: inline-block;
}
.cid-t6Wlg59Yl3 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t6Wlg59Yl3 .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t6Wlg59Yl3 .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-t6Wlg59Yl3 .card_text {
  margin-bottom: 0;
}
.cid-t6Wlg59Yl3 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t6Wlg59Yl3 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6Wlg59Yl3 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t6Wlg59Yl3 .card_title {
    margin-bottom: 10px;
  }
  .cid-t6Wlg59Yl3 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t6Wlg59Yl3 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t6EGd03lRm {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t6EGd03lRm .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t6EGd03lRm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6EGd03lRm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t6EGd03lRm .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t6EGd03lRm .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t6EGd03lRm .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t6EGd03lRm .mbr-text {
  color: #6c7577;
}
.cid-t6EGd03lRm .btn {
  padding: 1rem 3.4rem;
}
.cid-t6EGrzJ4NI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t6EGrzJ4NI blockquote {
  border-color: #41b270;
  border-radius: 4px;
  background-color: #c7f6da;
}
.cid-t6EGrzJ4NI .mbr-section-title {
  text-align: center;
}
.cid-t6EGrzJ4NI .mbr-text {
  text-align: center;
}
.cid-t6EGd3eFSK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6EGd3eFSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6EGd3eFSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6EGd3eFSK .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t6EGd3eFSK .item {
    margin-bottom: 4rem;
  }
}
.cid-t6EGd3eFSK .item:last-child .icon-box:before {
  display: none;
}
.cid-t6EGd3eFSK .item.last .icon-box:before {
  display: none;
}
.cid-t6EGd3eFSK .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t6EGd3eFSK .icon-box {
    margin-right: 1rem;
  }
}
.cid-t6EGd3eFSK .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t6EGd3eFSK span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6EGd3eFSK .card {
    margin-bottom: 2rem;
  }
  .cid-t6EGd3eFSK .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t6EGd3eFSK .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t6EGd3eFSK .icon-box::before {
    top: 114%;
  }
}
.cid-t6EGd3eFSK .card-title,
.cid-t6EGd3eFSK .card-box {
  color: #000000;
}
.cid-t6EGd51fbS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t6EGd51fbS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6EGd51fbS .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t6EGd51fbS .mbr-text {
  margin-bottom: 50px;
}
.cid-t6EGd51fbS .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t6EGd51fbS .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6EGd51fbS .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6EGd51fbS .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6EGd51fbS .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6EGd51fbS .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6EGd51fbS .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6EGd51fbS .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6EGd51fbS .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6EGd51fbS .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t6EGd51fbS .card_info {
  display: inline-block;
}
.cid-t6EGd51fbS .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t6EGd51fbS .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t6EGd51fbS .card_title {
  margin-bottom: 15px;
  color: #000000;
  text-align: left;
}
.cid-t6EGd51fbS .card_text {
  margin-bottom: 0;
}
.cid-t6EGd51fbS .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t6EGd51fbS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6EGd51fbS .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t6EGd51fbS .card_title {
    margin-bottom: 10px;
  }
  .cid-t6EGd51fbS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t6EGd51fbS .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t6cGrT4KL2 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t6cGrT4KL2 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t6cGrT4KL2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6cGrT4KL2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t6cGrT4KL2 .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t6cGrT4KL2 .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t6cGrT4KL2 .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t6cGrT4KL2 .mbr-text {
  color: #6c7577;
}
.cid-t6cGrT4KL2 .btn {
  padding: 1rem 3.4rem;
}
.cid-t6cH86rrtm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6cH86rrtm .line {
  background-color: #41b270;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t6cI39ufGe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t6cI39ufGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6cI39ufGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6EFgfmLbw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-t6EFgfmLbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6EFgfmLbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-t6EFgfmLbw .row {
    flex-direction: column-reverse;
  }
  .cid-t6EFgfmLbw .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6EFgfmLbw .google-map {
  height: 100%;
  position: relative;
}
.cid-t6EFgfmLbw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6EFgfmLbw .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-t6EFgfmLbw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6EFgfmLbw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6EFgfmLbw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t6EFgfmLbw .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-t6EFgfmLbw .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t6EFgfmLbw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6EFgfmLbw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t6EFgfmLbw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1cbd5f;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t6csGhQpAV {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t6csGhQpAV .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t6csGhQpAV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6csGhQpAV .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t6csGhQpAV .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t6csGhQpAV .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t6csGhQpAV .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t6csGhQpAV .mbr-text {
  color: #6c7577;
}
.cid-t6csGhQpAV .btn {
  padding: 1rem 3.4rem;
}
.cid-t6cwvveMGD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t6cwvveMGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6cwvveMGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6cwvveMGD .card-wrapper {
  background: #b5e9ca;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t6cwvveMGD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6cwvveMGD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6cwvveMGD .card-wrapper {
    padding: 4rem;
  }
}
.cid-t6cwvveMGD .mbr-text,
.cid-t6cwvveMGD .mbr-section-btn {
  color: #000000;
}
.cid-t6cwvveMGD .card-title,
.cid-t6cwvveMGD .card-box {
  text-align: left;
  color: #000000;
}
.cid-t6csGly2go {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6csGly2go .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6csGly2go .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6csGly2go .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t6csGly2go .item {
    margin-bottom: 4rem;
  }
}
.cid-t6csGly2go .item:last-child .icon-box:before {
  display: none;
}
.cid-t6csGly2go .item.last .icon-box:before {
  display: none;
}
.cid-t6csGly2go .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t6csGly2go .icon-box {
    margin-right: 1rem;
  }
}
.cid-t6csGly2go .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t6csGly2go span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6csGly2go .card {
    margin-bottom: 2rem;
  }
  .cid-t6csGly2go .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t6csGly2go .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t6csGly2go .icon-box::before {
    top: 114%;
  }
}
.cid-t6csGly2go .card-title,
.cid-t6csGly2go .card-box {
  color: #000000;
}
.cid-t6csGnfXAf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6csGnfXAf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6csGnfXAf .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t6csGnfXAf .mbr-text {
  margin-bottom: 50px;
}
.cid-t6csGnfXAf .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t6csGnfXAf .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6csGnfXAf .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6csGnfXAf .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6csGnfXAf .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6csGnfXAf .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6csGnfXAf .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6csGnfXAf .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t6csGnfXAf .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t6csGnfXAf .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t6csGnfXAf .card_info {
  display: inline-block;
}
.cid-t6csGnfXAf .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t6csGnfXAf .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t6csGnfXAf .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-t6csGnfXAf .card_text {
  margin-bottom: 0;
}
.cid-t6csGnfXAf .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t6csGnfXAf .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6csGnfXAf .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t6csGnfXAf .card_title {
    margin-bottom: 10px;
  }
  .cid-t6csGnfXAf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t6csGnfXAf .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t606s4QBfn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t606s4QBfn .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t606s4QBfn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t606s4QBfn .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t606s4QBfn .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t606s4QBfn .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t606s4QBfn .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t606s4QBfn .mbr-text {
  color: #6c7577;
}
.cid-t606s4QBfn .btn {
  padding: 1rem 3.4rem;
}
.cid-t606s6vG18 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-t606s6vG18 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-t606s6vG18 .mbr-section-title {
  text-align: left;
  color: #41b270;
}
.cid-t606s9ry2b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t606s9ry2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-t606s9ry2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t606s9ry2b .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t606s9ry2b .item {
    margin-bottom: 4rem;
  }
}
.cid-t606s9ry2b .item:last-child .icon-box:before {
  display: none;
}
.cid-t606s9ry2b .item.last .icon-box:before {
  display: none;
}
.cid-t606s9ry2b .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t606s9ry2b .icon-box {
    margin-right: 1rem;
  }
}
.cid-t606s9ry2b .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t606s9ry2b span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t606s9ry2b .card {
    margin-bottom: 2rem;
  }
  .cid-t606s9ry2b .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t606s9ry2b .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t606s9ry2b .icon-box::before {
    top: 114%;
  }
}
.cid-t606s9ry2b .card-title,
.cid-t606s9ry2b .card-box {
  color: #000000;
}
.cid-t606sb8ALI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t606sb8ALI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t606sb8ALI .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t606sb8ALI .mbr-text {
  margin-bottom: 50px;
}
.cid-t606sb8ALI .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t606sb8ALI .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t606sb8ALI .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t606sb8ALI .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t606sb8ALI .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t606sb8ALI .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t606sb8ALI .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t606sb8ALI .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t606sb8ALI .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t606sb8ALI .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t606sb8ALI .card_info {
  display: inline-block;
}
.cid-t606sb8ALI .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t606sb8ALI .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t606sb8ALI .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-t606sb8ALI .card_text {
  margin-bottom: 0;
}
.cid-t606sb8ALI .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t606sb8ALI .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t606sb8ALI .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t606sb8ALI .card_title {
    margin-bottom: 10px;
  }
  .cid-t606sb8ALI .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t606sb8ALI .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t5Dl6im4Sk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t5Dl6im4Sk .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t5Dl6im4Sk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5Dl6im4Sk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t5Dl6im4Sk .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t5Dl6im4Sk .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t5Dl6im4Sk .mbr-section-title {
  color: #41b270;
  text-align: center;
}
.cid-t5Dl6im4Sk .mbr-text {
  color: #6c7577;
}
.cid-t5Dl6im4Sk .btn {
  padding: 1rem 3.4rem;
}
.cid-t5Dl6im4Sk .mbr-text,
.cid-t5Dl6im4Sk .mbr-section-btn {
  text-align: center;
}
.cid-t5Dl6jMj0s {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-t5Dl6jMj0s .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-t5Dl6jMj0s .mbr-section-title {
  text-align: left;
  color: #41b270;
}
.cid-t5Dl6lDqP5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t5Dl6lDqP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5Dl6lDqP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t5Dl6lDqP5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-t5Dl6lDqP5 .item {
    margin-bottom: 4rem;
  }
}
.cid-t5Dl6lDqP5 .item:last-child .icon-box:before {
  display: none;
}
.cid-t5Dl6lDqP5 .item.last .icon-box:before {
  display: none;
}
.cid-t5Dl6lDqP5 .icon-box {
  background: #41b270;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t5Dl6lDqP5 .icon-box {
    margin-right: 1rem;
  }
}
.cid-t5Dl6lDqP5 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 48px;
  left: 50%;
  top: 107%;
  color: #41b270;
  transform: translate(-50%, 0);
}
.cid-t5Dl6lDqP5 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Dl6lDqP5 .card {
    margin-bottom: 2rem;
  }
  .cid-t5Dl6lDqP5 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t5Dl6lDqP5 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t5Dl6lDqP5 .icon-box::before {
    top: 114%;
  }
}
.cid-t5Dl6lDqP5 .card-title,
.cid-t5Dl6lDqP5 .card-box {
  color: #000000;
}
.cid-t5J3cqsEIz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t5J3cqsEIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-t5J3cqsEIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-t5J3cqsEIz .container {
    max-width: 1400px;
  }
}
.cid-t5J3cqsEIz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #41b270;
  margin-bottom: 2rem;
}
.cid-t5J3cqsEIz .card-wrapper {
  margin-top: 3rem;
}
.cid-t5J3cqsEIz .row {
  justify-content: center;
}
.cid-t5Dl6nvinn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t5Dl6nvinn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5Dl6nvinn .mbr-section-title {
  margin-bottom: 20px;
  color: #41b270;
}
.cid-t5Dl6nvinn .mbr-text {
  margin-bottom: 50px;
}
.cid-t5Dl6nvinn .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-t5Dl6nvinn .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5Dl6nvinn .item:nth-child(1) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5Dl6nvinn .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5Dl6nvinn .item:nth-child(2) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5Dl6nvinn .item:nth-child(3) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5Dl6nvinn .item:nth-child(3) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5Dl6nvinn .item:nth-child(4) .iconfont-wrapper {
  background-color: rgba(28, 189, 95, 0.38);
}
.cid-t5Dl6nvinn .item:nth-child(4) .mbr-iconfont {
  color: #1cbd5f;
}
.cid-t5Dl6nvinn .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t5Dl6nvinn .card_info {
  display: inline-block;
}
.cid-t5Dl6nvinn .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-t5Dl6nvinn .iconfont-wrapper .mbr-iconfont {
  color: #47b5ed;
  font-size: 36px;
  line-height: 70px;
}
.cid-t5Dl6nvinn .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-t5Dl6nvinn .card_text {
  margin-bottom: 0;
}
.cid-t5Dl6nvinn .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-t5Dl6nvinn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5Dl6nvinn .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t5Dl6nvinn .card_title {
    margin-bottom: 10px;
  }
  .cid-t5Dl6nvinn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t5Dl6nvinn .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t2pZdmsnvB {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1265.jpg");
}
.cid-t2pZdmsnvB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t2pZdmsnvB .team-card:hover {
  transform: translateY(-10px);
}
.cid-t2pZdmsnvB .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2pZdmsnvB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t2pZdmsnvB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t2pZdmsnvB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2pZdmsnvB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t2pZdmsnvB .social-row {
  text-align: center;
}
.cid-t2pZdmsnvB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1cbd5f;
  transition: all 0.3s;
}
.cid-t2pZdmsnvB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1cbd5f;
  font-size: 1.5rem;
}
.cid-t2pZdmsnvB .social-row .soc-item:hover {
  background-color: #1cbd5f;
}
.cid-t2pZdmsnvB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t2pZdmsnvB .mbr-role,
.cid-t2pZdmsnvB .social-row {
  text-align: center;
}
.cid-t2pZfcY5v5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-t2pZfcY5v5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t2pZfcY5v5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-t2pZfcY5v5 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2pZfcY5v5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t2pZfcY5v5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t2pZfcY5v5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2pZfcY5v5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t2pZfcY5v5 .social-row {
  text-align: center;
}
.cid-t2pZfcY5v5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1cbd5f;
  transition: all 0.3s;
}
.cid-t2pZfcY5v5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1cbd5f;
  font-size: 1.5rem;
}
.cid-t2pZfcY5v5 .social-row .soc-item:hover {
  background-color: #1cbd5f;
}
.cid-t2pZfcY5v5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t2qiLJqTwM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t2qiLJqTwM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t2qiLJqTwM .team-card:hover {
  transform: translateY(-10px);
}
.cid-t2qiLJqTwM .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2qiLJqTwM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t2qiLJqTwM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t2qiLJqTwM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2qiLJqTwM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t2qiLJqTwM .social-row {
  text-align: center;
}
.cid-t2qiLJqTwM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1cbd5f;
  transition: all 0.3s;
}
.cid-t2qiLJqTwM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1cbd5f;
  font-size: 1.5rem;
}
.cid-t2qiLJqTwM .social-row .soc-item:hover {
  background-color: #1cbd5f;
}
.cid-t2qiLJqTwM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t2qP2xdAL5 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.jpg");
}
.cid-t2qP2xdAL5 .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-t2qP2xdAL5 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t2qP2xdAL5 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-t2qP2xdAL5 form.mbr-form {
    padding: 1rem;
  }
}
.cid-t2qP2xdAL5 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t2qP2xdAL5 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t2qP2xdAL5 .mbr-section-title {
  color: #000000;
}
.cid-t2qPhTrapV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2qPhTrapV .line {
  background-color: #1cbd5f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2qP6dOEQX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-t2qP6dOEQX .google-map {
  height: 30rem;
  position: relative;
}
.cid-t2qP6dOEQX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2qP6dOEQX .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-t2qP6dOEQX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2qP6dOEQX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t2miEQpTE3 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-t2miEQpTE3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t2miEQpTE3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e8fced;
}
@media (max-width: 991px) {
  .cid-t2miEQpTE3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2miEQpTE3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t2miEQpTE3 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #1cbd5f;
}
.cid-t2miEQpTE3 .mbr-section-title {
  color: #000000;
}
.cid-t2miEQpTE3 P {
  color: #000000;
}
.cid-t2miJkpRVG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-t2miJkpRVG .google-map {
  height: 30rem;
  position: relative;
}
.cid-t2miJkpRVG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2miJkpRVG .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-t2miJkpRVG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2miJkpRVG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-ta5CWkonjI {
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-ta5CWkonjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta5CWkonjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t2vwrsONow {
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-t2vwrsONow .mbr-text,
.cid-t2vwrsONow .mbr-section-btn {
  color: #fafafa;
}
.cid-t2voRaBbP0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t2voRaBbP0 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-t2voRaBbP0 .container {
    max-width: 1400px;
  }
}
.cid-t2voRaBbP0 .card {
  margin: auto;
}
.cid-t2voRaBbP0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1cbd5f;
  margin-bottom: 2rem;
}
.cid-t2voRaBbP0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t2voRaBbP0 .row {
  justify-content: center;
}
.cid-t2qGtCeMQf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-t2qGtCeMQf .carousel-item {
  justify-content: center;
}
.cid-t2qGtCeMQf .carousel-item.active,
.cid-t2qGtCeMQf .carousel-item-next,
.cid-t2qGtCeMQf .carousel-item-prev {
  display: flex;
}
.cid-t2qGtCeMQf .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t2qGtCeMQf .carousel-control-next span {
  padding-left: 5px;
}
.cid-t2qGtCeMQf .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t2qGtCeMQf .user_image {
  width: 70px;
  height: 70px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t2qGtCeMQf .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t2qGtCeMQf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t2vsKDMjWQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-t2vsKDMjWQ .row {
    flex-direction: column-reverse;
  }
  .cid-t2vsKDMjWQ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2vsKDMjWQ .google-map {
  height: 100%;
  position: relative;
}
.cid-t2vsKDMjWQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2vsKDMjWQ .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-t2vsKDMjWQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2vsKDMjWQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t2vsKDMjWQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t2vsKDMjWQ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-t2vsKDMjWQ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t2vsKDMjWQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2vsKDMjWQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t2vsKDMjWQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1cbd5f;
}
.cid-t2vsKDMjWQ .mbr-section-title {
  color: #fafafa;
}
.cid-t2vsKDMjWQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t2vsKDMjWQ P {
  color: #1cbd5f;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-t2jXS0wsey {
  background-image: url("../../../assets/images/dentx-2-1920x964.jpeg");
}
.cid-t2jXS0wsey .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-t2jXS0wsey .mbr-text,
.cid-t2jXS0wsey .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-t2jXS0wsey .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-t2kjuA4i2q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t2kjuA4i2q .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t2kjuA4i2q .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2kjuA4i2q .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-top5IDNXmU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-top5IDNXmU .image-wrapper {
    padding: 1rem;
  }
}
.cid-top5IDNXmU img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-top5IDNXmU img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-top5IDNXmU .mbr-text,
.cid-top5IDNXmU .mbr-section-btn {
  color: #696969;
}
.cid-top5IDNXmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-top5IDNXmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDM81sY9eS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tDM81sY9eS .image-wrapper {
    padding: 1rem;
  }
}
.cid-tDM81sY9eS img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tDM81sY9eS img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tDM81sY9eS .mbr-text,
.cid-tDM81sY9eS .mbr-section-btn {
  color: #696969;
}
.cid-tDM81sY9eS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDM81sY9eS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-top5JyRsda {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dentist1-1600x1065.jpg");
}
.cid-top5JyRsda .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.6;
}
.cid-top5JyRsda form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-top5JyRsda form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-top5JyRsda form.mbr-form {
    padding: 1rem;
  }
}
.cid-top5JyRsda form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-top5JyRsda form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-top5JyRsda .mbr-section-title {
  color: #000000;
}
.cid-top5JRN8GV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-top5JRN8GV .carousel-item {
  justify-content: center;
}
.cid-top5JRN8GV .carousel-item.active,
.cid-top5JRN8GV .carousel-item-next,
.cid-top5JRN8GV .carousel-item-prev {
  display: flex;
}
.cid-top5JRN8GV .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-top5JRN8GV .carousel-control-next span {
  padding-left: 5px;
}
.cid-top5JRN8GV .carousel-control-prev span {
  padding-right: 5px;
}
.cid-top5JRN8GV .user_image {
  width: 70px;
  height: 70px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-top5JRN8GV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-top5JRN8GV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-top5JRN8GV H3 {
  text-align: center;
}
.cid-top5JRN8GV .user_text {
  text-align: center;
}
.cid-top5K42a2u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-top5K42a2u .row {
    flex-direction: column-reverse;
  }
  .cid-top5K42a2u .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-top5K42a2u .google-map {
  height: 100%;
  position: relative;
}
.cid-top5K42a2u .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-top5K42a2u .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-top5K42a2u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-top5K42a2u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-top5K42a2u .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-top5K42a2u .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #e8fced;
}
.cid-top5K42a2u .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-top5K42a2u .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-top5K42a2u .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-top5K42a2u .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1cbd5f;
}
.cid-top5K42a2u P {
  color: #1cbd5f;
}
.cid-top6e6ssPS {
  z-index: 1000;
  width: 100%;
}
.cid-top6e6ssPS nav.navbar {
  position: fixed;
}
.cid-top6e6ssPS .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-top6e6ssPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-top6e6ssPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-top6e6ssPS .dropdown-item:hover,
.cid-top6e6ssPS .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-top6e6ssPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-top6e6ssPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-top6e6ssPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-top6e6ssPS .nav-link {
  position: relative;
}
.cid-top6e6ssPS .container {
  display: flex;
  margin: auto;
}
.cid-top6e6ssPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-top6e6ssPS .dropdown-menu,
.cid-top6e6ssPS .navbar.opened {
  background: #353535 !important;
}
.cid-top6e6ssPS .nav-item:focus,
.cid-top6e6ssPS .nav-link:focus {
  outline: none;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-top6e6ssPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-top6e6ssPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-top6e6ssPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-top6e6ssPS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-top6e6ssPS .navbar.opened {
  transition: all .3s;
}
.cid-top6e6ssPS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-top6e6ssPS .navbar .navbar-logo img {
  width: auto;
}
.cid-top6e6ssPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-top6e6ssPS .navbar.collapsed {
  justify-content: center;
}
.cid-top6e6ssPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-top6e6ssPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-top6e6ssPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-top6e6ssPS .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-top6e6ssPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-top6e6ssPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-top6e6ssPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-top6e6ssPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-top6e6ssPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-top6e6ssPS .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-top6e6ssPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-top6e6ssPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-top6e6ssPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-top6e6ssPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-top6e6ssPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-top6e6ssPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-top6e6ssPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-top6e6ssPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-top6e6ssPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-top6e6ssPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-top6e6ssPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-top6e6ssPS .dropdown-item.active,
.cid-top6e6ssPS .dropdown-item:active {
  background-color: transparent;
}
.cid-top6e6ssPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-top6e6ssPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-top6e6ssPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-top6e6ssPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-top6e6ssPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-top6e6ssPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-top6e6ssPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-top6e6ssPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-top6e6ssPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-top6e6ssPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-top6e6ssPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-top6e6ssPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-top6e6ssPS .navbar {
    height: 70px;
  }
  .cid-top6e6ssPS .navbar.opened {
    height: auto;
  }
  .cid-top6e6ssPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
.cid-tDi5zqXnLI {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDi5zqXnLI .line {
  background-color: #1cbd5f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDM3ptBHLm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDM3ptBHLm .line {
  background-color: #1cbd5f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDi5zraQjp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDi5zraQjp .google-map {
  height: 30rem;
  position: relative;
}
.cid-tDi5zraQjp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDi5zraQjp .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-tDi5zraQjp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDi5zraQjp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDi5zrN1TD {
  z-index: 1000;
  width: 100%;
}
.cid-tDi5zrN1TD nav.navbar {
  position: fixed;
}
.cid-tDi5zrN1TD .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-tDi5zrN1TD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDi5zrN1TD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDi5zrN1TD .dropdown-item:hover,
.cid-tDi5zrN1TD .dropdown-item:focus {
  background: #1cbd5f !important;
  color: white !important;
}
.cid-tDi5zrN1TD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDi5zrN1TD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDi5zrN1TD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tDi5zrN1TD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDi5zrN1TD .nav-link {
  position: relative;
}
.cid-tDi5zrN1TD .container {
  display: flex;
  margin: auto;
}
.cid-tDi5zrN1TD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDi5zrN1TD .dropdown-menu,
.cid-tDi5zrN1TD .navbar.opened {
  background: #353535 !important;
}
.cid-tDi5zrN1TD .nav-item:focus,
.cid-tDi5zrN1TD .nav-link:focus {
  outline: none;
}
.cid-tDi5zrN1TD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDi5zrN1TD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDi5zrN1TD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tDi5zrN1TD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDi5zrN1TD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDi5zrN1TD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDi5zrN1TD .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-tDi5zrN1TD .navbar.opened {
  transition: all .3s;
}
.cid-tDi5zrN1TD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tDi5zrN1TD .navbar .navbar-logo img {
  width: auto;
}
.cid-tDi5zrN1TD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDi5zrN1TD .navbar.collapsed {
  justify-content: center;
}
.cid-tDi5zrN1TD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDi5zrN1TD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDi5zrN1TD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tDi5zrN1TD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDi5zrN1TD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDi5zrN1TD .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-tDi5zrN1TD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDi5zrN1TD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tDi5zrN1TD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tDi5zrN1TD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDi5zrN1TD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDi5zrN1TD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDi5zrN1TD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDi5zrN1TD .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-tDi5zrN1TD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDi5zrN1TD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDi5zrN1TD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDi5zrN1TD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDi5zrN1TD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDi5zrN1TD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tDi5zrN1TD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDi5zrN1TD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDi5zrN1TD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDi5zrN1TD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDi5zrN1TD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDi5zrN1TD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDi5zrN1TD .dropdown-item.active,
.cid-tDi5zrN1TD .dropdown-item:active {
  background-color: transparent;
}
.cid-tDi5zrN1TD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDi5zrN1TD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDi5zrN1TD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDi5zrN1TD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tDi5zrN1TD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDi5zrN1TD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDi5zrN1TD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDi5zrN1TD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDi5zrN1TD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tDi5zrN1TD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #41b270;
}
.cid-tDi5zrN1TD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDi5zrN1TD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDi5zrN1TD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDi5zrN1TD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDi5zrN1TD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDi5zrN1TD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tDi5zrN1TD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tDi5zrN1TD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDi5zrN1TD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDi5zrN1TD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDi5zrN1TD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDi5zrN1TD .navbar {
    height: 70px;
  }
  .cid-tDi5zrN1TD .navbar.opened {
    height: auto;
  }
  .cid-tDi5zrN1TD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDM5p2KFa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tDM5p2KFa4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDM5p2KFa4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDM5p2KFa4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDM5p2KFa4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDM5p2KFa4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDM5p2KFa4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDM5p2KFa4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDM5p2KFa4 foot-menu-item {
  color: #41b270;
}
.cid-tDM5p2KFa4 foot-menu-item B {
  color: #1cbd5f;
}
