body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.13rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4125rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((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: #76e856 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #76e856 !important;
  border-color: #76e856 !important;
  color: #123708 !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: #42cc1c !important;
  border-color: #42cc1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #123708 !important;
  background-color: #42cc1c !important;
  border-color: #42cc1c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !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: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !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: #76e856;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #42cc1c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #123708 !important;
  background-color: #76e856 !important;
  border-color: #76e856 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !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: #c69453 !important;
  border-color: #c69453 !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: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #76e856 !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3ebe1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !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: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #76e856;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #76e856;
  border-color: #76e856;
  color: #194e0b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #76e856;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4125rem;
}
.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: #76e856 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4125rem;
}
blockquote {
  border-color: #76e856;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #76e856;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #76e856;
}
.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: #76e856;
  border-bottom-color: #76e856;
}
.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: #76e856 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c69453 !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='%2376e856' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  position: relative !important;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhnn9Qhy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhnn9Qhy .dropdown-item:hover,
.cid-sSNhnn9Qhy .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-sSNhnn9Qhy .dropdown-item:hover span {
  color: white;
}
.cid-sSNhnn9Qhy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhnn9Qhy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhnn9Qhy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhnn9Qhy .nav-link {
  position: relative;
}
.cid-sSNhnn9Qhy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhnn9Qhy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown-menu,
.cid-sSNhnn9Qhy .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhnn9Qhy .nav-item:focus,
.cid-sSNhnn9Qhy .nav-link:focus {
  outline: none;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhnn9Qhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhnn9Qhy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhnn9Qhy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhnn9Qhy .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhnn9Qhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhnn9Qhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhnn9Qhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhnn9Qhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhnn9Qhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhnn9Qhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhnn9Qhy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhnn9Qhy .dropdown-item.active,
.cid-sSNhnn9Qhy .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhnn9Qhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhnn9Qhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhnn9Qhy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhnn9Qhy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNhnn9Qhy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhnn9Qhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhnn9Qhy .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-sSNhnn9Qhy .navbar {
    height: 70px;
  }
  .cid-sSNhnn9Qhy .navbar.opened {
    height: auto;
  }
  .cid-sSNhnn9Qhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhnn9Qhy .container,
.cid-sSNhnn9Qhy .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhnn9Qhy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhnn9Qhy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .contacts-menu {
    display: none;
  }
}
.cid-sSNhnn9Qhy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhnn9Qhy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhnn9Qhy .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhnn9Qhy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-sSw4XnIb2u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sSw4XnIb2u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw4XnIb2u .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw4XnIb2u .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .label-text {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title,
.cid-sSw4XnIb2u .mbr-section-btn {
  text-align: center;
}
.cid-uYc08sYkEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uYc08sYkEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc08sYkEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc08sYkEK .mbr-text {
  color: #000000;
}
.cid-uYc08sYkEK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYc08sYkEK .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYc08sYkEK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYc08sYkEK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uYc08sYkEK .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYc08sYkEK .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uYc08sYkEK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYc08sYkEK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYc08sYkEK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYc08sYkEK .mbr-text UL {
  text-align: left;
}
.cid-uYc08sYkEK .mbr-section-subtitle,
.cid-uYc08sYkEK .main-button {
  color: #000000;
}
.cid-uYc08sYkEK .mbr-section-title {
  color: #000000;
}
.cid-sSw5LIPlNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-sSw5LIPlNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5LIPlNd .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw5LIPlNd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .label-text {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title,
.cid-sSw5LIPlNd .mbr-section-btn {
  text-align: center;
}
.cid-sSw6XGqytG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSw6XGqytG .row {
  justify-content: center;
}
.cid-sSw6XGqytG img,
.cid-sSw6XGqytG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSw6XGqytG .item:focus,
.cid-sSw6XGqytG span:focus {
  outline: none;
}
.cid-sSw6XGqytG .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSw6XGqytG .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSw6XGqytG .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-sSw6XGqytG .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-sSw6XGqytG .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover span {
  color: #76e856 !important;
}
.cid-sSw6XGqytG .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-sSw6XGqytG .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-sSw6XGqytG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sSw6XGqytG .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-sSw6XGqytG .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-sSw6XGqytG .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-sSw6XGqytG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .label-text {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-sSw6XGqytG .mbr-text {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-title {
  color: #000000;
}
.cid-sSw6XGqytG .item-subtitle {
  color: #ffffff;
}
.cid-sSw6XGqytG .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-sSw6XGqytG .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-sSw6XGqytG .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-subtitle {
  text-align: left;
}
.cid-sSw7UUU4Da {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-sSw7UUU4Da .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSw7UUU4Da .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .col-text {
    text-align: center;
  }
}
.cid-sSw7UUU4Da .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSw7UUU4Da .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .label-text {
    text-align: center !important;
  }
}
.cid-sSw7UUU4Da .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw7UUU4Da .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sSw7UUU4Da .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw7UUU4Da .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw7UUU4Da .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYbda5lQFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbda5lQFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbda5lQFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbda5lQFb .content-wrapper {
  padding: 10px;
  border-top: 10px solid #76e856;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uYbda5lQFb .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uYbda5lQFb .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uYbda5lQFb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYbda5lQFb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYbda5lQFb .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYbda5lQFb .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uYbda5lQFb .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uYbda5lQFb .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYbda5lQFb .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYbda5lQFb .mbr-section-title {
  color: #000c3f;
}
.cid-uYbda5lQFb .mbr-text {
  color: #000c3f;
}
.cid-uYbda5lQFb .mbr-section-title,
.cid-uYbda5lQFb .mbr-section-btn {
  color: #000000;
}
.cid-uYbda5lQFb .mbr-text,
.cid-uYbda5lQFb .text-wrapper {
  color: #000000;
}
.cid-uYbhsFihl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbhsFihl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbhsFihl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbhsFihl6 .row {
  justify-content: space-between;
}
.cid-uYbhsFihl6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbhsFihl6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbhsFihl6 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbhsFihl6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbhsFihl6 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbhsFihl6 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbhsFihl6 .mbr-label {
  color: #000000;
}
.cid-uYbhsFihl6 .mbr-section-title {
  color: #000000;
}
.cid-uYbhsFihl6 .mbr-desc {
  color: #000000;
}
.cid-uYbhsFihl6 .mbr-text {
  color: #8a8a8a;
}
.cid-uYbhsFihl6 .mbr-text,
.cid-uYbhsFihl6 .mbr-section-btn {
  color: #000000;
}
.cid-uYbMwX36tU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbMwX36tU .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-uYbMwX36tU .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .col-text {
    margin-bottom: 3rem;
  }
}
.cid-uYbMwX36tU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .text-wrapper {
    text-align: center !important;
  }
}
.cid-uYbMwX36tU .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .label-text {
    text-align: center !important;
  }
}
.cid-uYbMwX36tU .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbMwX36tU .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMwX36tU .mbr-text {
    text-align: center !important;
  }
}
.cid-uYbMwX36tU .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-uYbMwX36tU .mbr-section-btn .btn {
  padding: 0;
}
.cid-uYbMwX36tU .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uYbMwX36tU .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uYbMwX36tU .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYbMwX36tU .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-uYbMwX36tU .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-uYbMwX36tU .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uYbMwX36tU .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-uYbMwX36tU .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-uYbMwX36tU .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uYbMwX36tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbMwX36tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbhyLCFuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbhyLCFuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbhyLCFuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbhyLCFuq .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbhyLCFuq .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYbhyLCFuq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYbhyLCFuq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYbhyLCFuq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbhyLCFuq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uYbhyLCFuq .mbr-label {
  color: #000000;
}
.cid-uYbhyLCFuq .mbr-section-title {
  color: #000000;
}
.cid-uYbhyLCFuq .mbr-text {
  color: #000000;
}
.cid-uYbKAc4xcz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYbKAc4xcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKAc4xcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKAc4xcz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYbKAc4xcz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYbKAc4xcz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #76e856;
}
.cid-uYbKAc4xcz .panel-body,
.cid-uYbKAc4xcz .card-header {
  padding: 1rem 0;
}
.cid-uYbKAc4xcz .panel-title-edit {
  color: #000000;
}
.cid-uYbhReaRML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbhReaRML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbhReaRML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbhReaRML .row {
  justify-content: space-between;
}
.cid-uYbhReaRML .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbhReaRML .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbhReaRML .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbhReaRML .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbhReaRML .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbhReaRML .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbhReaRML .mbr-label {
  color: #000000;
}
.cid-uYbhReaRML .mbr-section-title {
  color: #000000;
}
.cid-uYbhReaRML .mbr-desc {
  color: #000000;
}
.cid-uYbhReaRML .mbr-text {
  color: #8a8a8a;
}
.cid-uYbhReaRML .mbr-text,
.cid-uYbhReaRML .mbr-section-btn {
  color: #000000;
}
.cid-uYbg3aT0mG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbg3aT0mG .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbg3aT0mG .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbg3aT0mG .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbg3aT0mG .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbg3aT0mG .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbg3aT0mG .google-map {
    height: 356px;
  }
}
.cid-uYbg3aT0mG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbg3aT0mG .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-uYbg3aT0mG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbg3aT0mG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbg3aT0mG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbg3aT0mG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbg03NfSb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbg03NfSb .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbg03NfSb .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbg03NfSb .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbg03NfSb .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbg03NfSb a {
  background-image: none !important;
}
.cid-uYbg03NfSb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbg03NfSb .container {
  padding: 5rem 1rem;
}
.cid-uYbg03NfSb p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbg03NfSb p {
    text-align: center !important;
  }
}
.cid-uYbg03NfSb .media-container-row .mbr-text2,
.cid-uYbg03NfSb .line {
  color: #232323;
  text-align: left;
}
.cid-sSw7P7nofE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYbJ0rn51y .navbar-dropdown {
  position: relative !important;
}
.cid-uYbJ0rn51y .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-uYbJ0rn51y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYbJ0rn51y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYbJ0rn51y .dropdown-item:hover,
.cid-uYbJ0rn51y .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-uYbJ0rn51y .dropdown-item:hover span {
  color: white;
}
.cid-uYbJ0rn51y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYbJ0rn51y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYbJ0rn51y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYbJ0rn51y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYbJ0rn51y .nav-link {
  position: relative;
}
.cid-uYbJ0rn51y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYbJ0rn51y .container {
    flex-wrap: nowrap;
  }
}
.cid-uYbJ0rn51y .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbJ0rn51y .dropdown-menu,
.cid-uYbJ0rn51y .navbar.opened {
  background: #ffffff !important;
}
.cid-uYbJ0rn51y .nav-item:focus,
.cid-uYbJ0rn51y .nav-link:focus {
  outline: none;
}
.cid-uYbJ0rn51y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYbJ0rn51y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbJ0rn51y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYbJ0rn51y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYbJ0rn51y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbJ0rn51y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbJ0rn51y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYbJ0rn51y .navbar.opened {
  transition: all 0.3s;
}
.cid-uYbJ0rn51y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYbJ0rn51y .navbar .navbar-logo img {
  width: auto;
}
.cid-uYbJ0rn51y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbJ0rn51y .navbar.collapsed {
  justify-content: center;
}
.cid-uYbJ0rn51y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbJ0rn51y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbJ0rn51y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYbJ0rn51y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbJ0rn51y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbJ0rn51y .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-uYbJ0rn51y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbJ0rn51y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbJ0rn51y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbJ0rn51y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbJ0rn51y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbJ0rn51y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbJ0rn51y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbJ0rn51y .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-uYbJ0rn51y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYbJ0rn51y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbJ0rn51y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbJ0rn51y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYbJ0rn51y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYbJ0rn51y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbJ0rn51y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYbJ0rn51y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYbJ0rn51y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYbJ0rn51y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbJ0rn51y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbJ0rn51y .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYbJ0rn51y .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uYbJ0rn51y .dropdown-item.active,
.cid-uYbJ0rn51y .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbJ0rn51y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbJ0rn51y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbJ0rn51y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbJ0rn51y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYbJ0rn51y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbJ0rn51y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbJ0rn51y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYbJ0rn51y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYbJ0rn51y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYbJ0rn51y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uYbJ0rn51y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbJ0rn51y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbJ0rn51y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbJ0rn51y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbJ0rn51y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbJ0rn51y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbJ0rn51y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbJ0rn51y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbJ0rn51y .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYbJ0rn51y .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYbJ0rn51y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYbJ0rn51y .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-uYbJ0rn51y .navbar {
    height: 70px;
  }
  .cid-uYbJ0rn51y .navbar.opened {
    height: auto;
  }
  .cid-uYbJ0rn51y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYbJ0rn51y .container,
.cid-uYbJ0rn51y .container-fluid {
  flex-wrap: wrap;
}
.cid-uYbJ0rn51y .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uYbJ0rn51y .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uYbJ0rn51y .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbJ0rn51y .contacts-menu {
    display: none;
  }
}
.cid-uYbJ0rn51y .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uYbJ0rn51y .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uYbJ0rn51y .icon-box:hover {
  transform: scale(1.1);
}
.cid-uYbJ0rn51y .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uYbJ0rn51y .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uYbJ0rn51y .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uYbJ0rn51y .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uYbJ0rn51y .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-uYbJ0rn51y .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbJ0rn51y .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uYbJ0rn51y .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-uYbJ0s1WZC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uYbJ0s1WZC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbJ0s1WZC .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbJ0s1WZC .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYbJ0s1WZC .label-text {
    text-align: center !important;
  }
}
.cid-uYbJ0s1WZC .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbJ0s1WZC .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbJ0s1WZC .mbr-section-title,
.cid-uYbJ0s1WZC .mbr-section-btn {
  text-align: center;
}
.cid-uYc0yeR4F1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uYc0yeR4F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc0yeR4F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc0yeR4F1 .mbr-text {
  color: #000000;
}
.cid-uYc0yeR4F1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYc0yeR4F1 .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYc0yeR4F1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYc0yeR4F1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uYc0yeR4F1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYc0yeR4F1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uYc0yeR4F1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYc0yeR4F1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYc0yeR4F1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYc0yeR4F1 .mbr-text UL {
  text-align: left;
}
.cid-uYc0yeR4F1 .mbr-section-subtitle,
.cid-uYc0yeR4F1 .main-button {
  color: #000000;
}
.cid-uYc0yeR4F1 .mbr-section-title {
  color: #000000;
}
.cid-uYbJ0so37Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYbJ0so37Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbJ0so37Z .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbJ0so37Z .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYbJ0so37Z .label-text {
    text-align: center !important;
  }
}
.cid-uYbJ0so37Z .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbJ0so37Z .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbJ0so37Z .mbr-section-title,
.cid-uYbJ0so37Z .mbr-section-btn {
  text-align: center;
}
.cid-uYbJ0sIQJH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbJ0sIQJH .row {
  justify-content: center;
}
.cid-uYbJ0sIQJH img,
.cid-uYbJ0sIQJH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYbJ0sIQJH .item:focus,
.cid-uYbJ0sIQJH span:focus {
  outline: none;
}
.cid-uYbJ0sIQJH .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYbJ0sIQJH .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYbJ0sIQJH .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYbJ0sIQJH .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbJ0sIQJH .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYbJ0sIQJH .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYbJ0sIQJH .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYbJ0sIQJH .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYbJ0sIQJH .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYbJ0sIQJH .item-wrapper .btn-primary:hover span {
  color: #76e856 !important;
}
.cid-uYbJ0sIQJH .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYbJ0sIQJH .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYbJ0sIQJH .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYbJ0sIQJH .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYbJ0sIQJH .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYbJ0sIQJH .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYbJ0sIQJH .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYbJ0sIQJH .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYbJ0sIQJH .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYbJ0sIQJH .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbJ0sIQJH .label-text {
    text-align: center !important;
  }
}
.cid-uYbJ0sIQJH .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYbJ0sIQJH .mbr-text {
  color: #ffffff;
}
.cid-uYbJ0sIQJH .item-title {
  color: #000000;
}
.cid-uYbJ0sIQJH .item-subtitle {
  color: #ffffff;
}
.cid-uYbJ0sIQJH .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYbJ0sIQJH .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYbJ0sIQJH .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYbJ0sIQJH .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbJ0sIQJH .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYbJ0sIQJH .mbr-section-subtitle {
  text-align: left;
}
.cid-uYbJ0tnuLE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbJ0tnuLE .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uYbJ0tnuLE .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbJ0tnuLE .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uYbJ0tnuLE .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uYbJ0tnuLE .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uYbJ0tnuLE .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uYbJ0tnuLE .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uYbJ0tnuLE .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbJ0tnuLE .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbJ0tnuLE .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbJ0tnuLE .col-text {
    text-align: center;
  }
}
.cid-uYbJ0tnuLE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uYbJ0tnuLE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbJ0tnuLE .label-text {
    text-align: center !important;
  }
}
.cid-uYbJ0tnuLE .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uYbJ0tnuLE .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uYbJ0tnuLE .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uYbJ0tnuLE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbJ0tnuLE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYbJ0tPh77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbJ0tPh77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJ0tPh77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0tPh77 .content-wrapper {
  padding: 10px;
  border-top: 10px solid #76e856;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uYbJ0tPh77 .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uYbJ0tPh77 .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uYbJ0tPh77 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYbJ0tPh77 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYbJ0tPh77 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYbJ0tPh77 .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uYbJ0tPh77 .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uYbJ0tPh77 .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYbJ0tPh77 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYbJ0tPh77 .mbr-section-title {
  color: #000c3f;
}
.cid-uYbJ0tPh77 .mbr-text {
  color: #000c3f;
}
.cid-uYbJ0tPh77 .mbr-section-title,
.cid-uYbJ0tPh77 .mbr-section-btn {
  color: #000000;
}
.cid-uYbJ0tPh77 .mbr-text,
.cid-uYbJ0tPh77 .text-wrapper {
  color: #000000;
}
.cid-uYbJ0ufXKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbJ0ufXKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJ0ufXKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0ufXKs .row {
  justify-content: space-between;
}
.cid-uYbJ0ufXKs .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbJ0ufXKs .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbJ0ufXKs .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbJ0ufXKs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbJ0ufXKs .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbJ0ufXKs .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbJ0ufXKs .mbr-label {
  color: #000000;
}
.cid-uYbJ0ufXKs .mbr-section-title {
  color: #000000;
}
.cid-uYbJ0ufXKs .mbr-desc {
  color: #000000;
}
.cid-uYbJ0ufXKs .mbr-text {
  color: #8a8a8a;
}
.cid-uYbJ0ufXKs .mbr-text,
.cid-uYbJ0ufXKs .mbr-section-btn {
  color: #000000;
}
.cid-uYbMqERte8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbMqERte8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-uYbMqERte8 .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .col-text {
    margin-bottom: 3rem;
  }
}
.cid-uYbMqERte8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uYbMqERte8 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .label-text {
    text-align: center !important;
  }
}
.cid-uYbMqERte8 .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbMqERte8 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMqERte8 .mbr-text {
    text-align: center !important;
  }
}
.cid-uYbMqERte8 .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-uYbMqERte8 .mbr-section-btn .btn {
  padding: 0;
}
.cid-uYbMqERte8 .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uYbMqERte8 .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uYbMqERte8 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYbMqERte8 .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-uYbMqERte8 .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-uYbMqERte8 .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uYbMqERte8 .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-uYbMqERte8 .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-uYbMqERte8 .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uYbMqERte8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbMqERte8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0vAjLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbJ0vAjLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJ0vAjLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0vAjLA .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbJ0vAjLA .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYbJ0vAjLA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYbJ0vAjLA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYbJ0vAjLA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbJ0vAjLA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uYbJ0vAjLA .mbr-label {
  color: #000000;
}
.cid-uYbJ0vAjLA .mbr-section-title {
  color: #000000;
}
.cid-uYbJ0vAjLA .mbr-text {
  color: #000000;
}
.cid-uYbJKmCw9F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYbJKmCw9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJKmCw9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJKmCw9F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYbJKmCw9F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYbJKmCw9F .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #76e856;
}
.cid-uYbJKmCw9F .panel-body,
.cid-uYbJKmCw9F .card-header {
  padding: 1rem 0;
}
.cid-uYbJKmCw9F .panel-title-edit {
  color: #000000;
}
.cid-uYbJ0vWe7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbJ0vWe7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJ0vWe7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0vWe7M .row {
  justify-content: space-between;
}
.cid-uYbJ0vWe7M .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbJ0vWe7M .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbJ0vWe7M .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbJ0vWe7M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbJ0vWe7M .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbJ0vWe7M .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbJ0vWe7M .mbr-label {
  color: #000000;
}
.cid-uYbJ0vWe7M .mbr-section-title {
  color: #000000;
}
.cid-uYbJ0vWe7M .mbr-desc {
  color: #000000;
}
.cid-uYbJ0vWe7M .mbr-text {
  color: #8a8a8a;
}
.cid-uYbJ0vWe7M .mbr-text,
.cid-uYbJ0vWe7M .mbr-section-btn {
  color: #000000;
}
.cid-uYfV4DgkpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYfV4DgkpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfV4DgkpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYfV4DgkpX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYfV4DgkpX .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uYfV4DgkpX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYfV4DgkpX .video-block .mbr-figure .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uYfV4DgkpX .video-block .mbr-figure .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uYfV4DgkpX .video-block .mbr-figure .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uYfV4DgkpX .video-block .mbr-figure iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uYfV4DgkpX .video-block .mbr-figure iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uYfV4DgkpX .mbr-section-title {
  color: #222222;
}
.cid-uYfTafmWPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfTafmWPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfTafmWPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfTafmWPg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYfTafmWPg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYfTafmWPg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYfTafmWPg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYfTafmWPg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYfTafmWPg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYfTafmWPg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYfTafmWPg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYfTafmWPg .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #4daf31;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uYfTafmWPg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYfTafmWPg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYfTafmWPg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYfTafmWPg .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uYfTafmWPg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uYfTafmWPg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYfTafmWPg .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uYfTafmWPg .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYfTafmWPg .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYfTafmWPg .mbr-label,
.cid-uYfTafmWPg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfTafmWPg .mbr-section-title,
.cid-uYfTafmWPg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfTafmWPg .mbr-text,
.cid-uYfTafmWPg .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYfTafmWPg .panel-title-edit {
  color: #000000;
}
.cid-uYfTafmWPg .panel-text {
  color: #515151;
}
.cid-uYfTafmWPg .panel-text,
.cid-uYfTafmWPg .panel-body {
  color: #000000;
}
.cid-uYbJ0wkJpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbJ0wkJpI .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbJ0wkJpI .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbJ0wkJpI .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbJ0wkJpI .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbJ0wkJpI .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbJ0wkJpI .google-map {
    height: 356px;
  }
}
.cid-uYbJ0wkJpI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbJ0wkJpI .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-uYbJ0wkJpI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbJ0wkJpI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbJ0wkJpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbJ0wkJpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbJ0wI2F6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbJ0wI2F6 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbJ0wI2F6 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbJ0wI2F6 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbJ0wI2F6 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbJ0wI2F6 a {
  background-image: none !important;
}
.cid-uYbJ0wI2F6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbJ0wI2F6 .container {
  padding: 5rem 1rem;
}
.cid-uYbJ0wI2F6 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbJ0wI2F6 p {
    text-align: center !important;
  }
}
.cid-uYbJ0wI2F6 .media-container-row .mbr-text2,
.cid-uYbJ0wI2F6 .line {
  color: #232323;
  text-align: left;
}
.cid-uYbJ0x864h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYbKCNgAAz .navbar-dropdown {
  position: relative !important;
}
.cid-uYbKCNgAAz .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-uYbKCNgAAz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYbKCNgAAz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYbKCNgAAz .dropdown-item:hover,
.cid-uYbKCNgAAz .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-uYbKCNgAAz .dropdown-item:hover span {
  color: white;
}
.cid-uYbKCNgAAz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYbKCNgAAz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYbKCNgAAz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYbKCNgAAz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYbKCNgAAz .nav-link {
  position: relative;
}
.cid-uYbKCNgAAz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYbKCNgAAz .container {
    flex-wrap: nowrap;
  }
}
.cid-uYbKCNgAAz .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbKCNgAAz .dropdown-menu,
.cid-uYbKCNgAAz .navbar.opened {
  background: #ffffff !important;
}
.cid-uYbKCNgAAz .nav-item:focus,
.cid-uYbKCNgAAz .nav-link:focus {
  outline: none;
}
.cid-uYbKCNgAAz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYbKCNgAAz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbKCNgAAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYbKCNgAAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYbKCNgAAz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbKCNgAAz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbKCNgAAz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYbKCNgAAz .navbar.opened {
  transition: all 0.3s;
}
.cid-uYbKCNgAAz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYbKCNgAAz .navbar .navbar-logo img {
  width: auto;
}
.cid-uYbKCNgAAz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbKCNgAAz .navbar.collapsed {
  justify-content: center;
}
.cid-uYbKCNgAAz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbKCNgAAz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbKCNgAAz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYbKCNgAAz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbKCNgAAz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbKCNgAAz .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-uYbKCNgAAz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbKCNgAAz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbKCNgAAz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbKCNgAAz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbKCNgAAz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbKCNgAAz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbKCNgAAz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbKCNgAAz .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-uYbKCNgAAz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYbKCNgAAz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbKCNgAAz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbKCNgAAz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYbKCNgAAz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYbKCNgAAz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbKCNgAAz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYbKCNgAAz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYbKCNgAAz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYbKCNgAAz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbKCNgAAz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbKCNgAAz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYbKCNgAAz .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uYbKCNgAAz .dropdown-item.active,
.cid-uYbKCNgAAz .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbKCNgAAz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbKCNgAAz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbKCNgAAz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbKCNgAAz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYbKCNgAAz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbKCNgAAz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbKCNgAAz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYbKCNgAAz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYbKCNgAAz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYbKCNgAAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uYbKCNgAAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbKCNgAAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbKCNgAAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbKCNgAAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbKCNgAAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbKCNgAAz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbKCNgAAz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbKCNgAAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbKCNgAAz .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYbKCNgAAz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYbKCNgAAz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYbKCNgAAz .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-uYbKCNgAAz .navbar {
    height: 70px;
  }
  .cid-uYbKCNgAAz .navbar.opened {
    height: auto;
  }
  .cid-uYbKCNgAAz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYbKCNgAAz .container,
.cid-uYbKCNgAAz .container-fluid {
  flex-wrap: wrap;
}
.cid-uYbKCNgAAz .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uYbKCNgAAz .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uYbKCNgAAz .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbKCNgAAz .contacts-menu {
    display: none;
  }
}
.cid-uYbKCNgAAz .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uYbKCNgAAz .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uYbKCNgAAz .icon-box:hover {
  transform: scale(1.1);
}
.cid-uYbKCNgAAz .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uYbKCNgAAz .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uYbKCNgAAz .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uYbKCNgAAz .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uYbKCNgAAz .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-uYbKCNgAAz .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbKCNgAAz .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uYbKCNgAAz .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-uYbKCOdFRY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/rocco-stoppoloni-oppoyfhg11q-unsplash-1.jpg-2000x1333.jpg");
}
.cid-uYbKCOdFRY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbKCOdFRY .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbKCOdFRY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYbKCOdFRY .label-text {
    text-align: center !important;
  }
}
.cid-uYbKCOdFRY .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbKCOdFRY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbKCOdFRY .mbr-section-title,
.cid-uYbKCOdFRY .mbr-section-btn {
  text-align: center;
}
.cid-uYc0O0Drvh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uYc0O0Drvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc0O0Drvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc0O0Drvh .mbr-text {
  color: #000000;
}
.cid-uYc0O0Drvh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYc0O0Drvh .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYc0O0Drvh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYc0O0Drvh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uYc0O0Drvh .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYc0O0Drvh .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uYc0O0Drvh .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYc0O0Drvh .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYc0O0Drvh .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYc0O0Drvh .mbr-text UL {
  text-align: left;
}
.cid-uYc0O0Drvh .mbr-section-subtitle,
.cid-uYc0O0Drvh .main-button {
  color: #000000;
}
.cid-uYc0O0Drvh .mbr-section-title {
  color: #000000;
}
.cid-uYbKCOWmDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYbKCOWmDb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbKCOWmDb .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbKCOWmDb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYbKCOWmDb .label-text {
    text-align: center !important;
  }
}
.cid-uYbKCOWmDb .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbKCOWmDb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbKCOWmDb .mbr-section-title,
.cid-uYbKCOWmDb .mbr-section-btn {
  text-align: center;
}
.cid-uYbKCPE6ho {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbKCPE6ho .row {
  justify-content: center;
}
.cid-uYbKCPE6ho img,
.cid-uYbKCPE6ho .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYbKCPE6ho .item:focus,
.cid-uYbKCPE6ho span:focus {
  outline: none;
}
.cid-uYbKCPE6ho .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYbKCPE6ho .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYbKCPE6ho .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYbKCPE6ho .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbKCPE6ho .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYbKCPE6ho .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYbKCPE6ho .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYbKCPE6ho .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYbKCPE6ho .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYbKCPE6ho .item-wrapper .btn-primary:hover span {
  color: #76e856 !important;
}
.cid-uYbKCPE6ho .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYbKCPE6ho .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYbKCPE6ho .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYbKCPE6ho .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYbKCPE6ho .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYbKCPE6ho .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYbKCPE6ho .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYbKCPE6ho .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYbKCPE6ho .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYbKCPE6ho .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbKCPE6ho .label-text {
    text-align: center !important;
  }
}
.cid-uYbKCPE6ho .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYbKCPE6ho .mbr-text {
  color: #ffffff;
}
.cid-uYbKCPE6ho .item-title {
  color: #000000;
}
.cid-uYbKCPE6ho .item-subtitle {
  color: #ffffff;
}
.cid-uYbKCPE6ho .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYbKCPE6ho .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYbKCPE6ho .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYbKCPE6ho .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbKCPE6ho .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYbKCPE6ho .mbr-section-subtitle {
  text-align: left;
}
.cid-uYbKCQydNF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbKCQydNF .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uYbKCQydNF .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbKCQydNF .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uYbKCQydNF .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uYbKCQydNF .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uYbKCQydNF .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uYbKCQydNF .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uYbKCQydNF .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbKCQydNF .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbKCQydNF .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbKCQydNF .col-text {
    text-align: center;
  }
}
.cid-uYbKCQydNF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uYbKCQydNF .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbKCQydNF .label-text {
    text-align: center !important;
  }
}
.cid-uYbKCQydNF .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uYbKCQydNF .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uYbKCQydNF .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uYbKCQydNF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbKCQydNF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYbKCRa1d2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbKCRa1d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCRa1d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCRa1d2 .content-wrapper {
  padding: 10px;
  border-top: 10px solid #76e856;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uYbKCRa1d2 .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uYbKCRa1d2 .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uYbKCRa1d2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYbKCRa1d2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYbKCRa1d2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYbKCRa1d2 .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uYbKCRa1d2 .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uYbKCRa1d2 .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYbKCRa1d2 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYbKCRa1d2 .mbr-section-title {
  color: #000c3f;
}
.cid-uYbKCRa1d2 .mbr-text {
  color: #000c3f;
}
.cid-uYbKCRa1d2 .mbr-section-title,
.cid-uYbKCRa1d2 .mbr-section-btn {
  color: #000000;
}
.cid-uYbKCRa1d2 .mbr-text,
.cid-uYbKCRa1d2 .text-wrapper {
  color: #000000;
}
.cid-uYbKCRHYOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbKCRHYOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCRHYOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCRHYOt .row {
  justify-content: space-between;
}
.cid-uYbKCRHYOt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbKCRHYOt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbKCRHYOt .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbKCRHYOt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbKCRHYOt .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbKCRHYOt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbKCRHYOt .mbr-label {
  color: #000000;
}
.cid-uYbKCRHYOt .mbr-section-title {
  color: #000000;
}
.cid-uYbKCRHYOt .mbr-desc {
  color: #000000;
}
.cid-uYbKCRHYOt .mbr-text {
  color: #8a8a8a;
}
.cid-uYbKCRHYOt .mbr-text,
.cid-uYbKCRHYOt .mbr-section-btn {
  color: #000000;
}
.cid-uYbMkAiKnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbMkAiKnb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-uYbMkAiKnb .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .col-text {
    margin-bottom: 3rem;
  }
}
.cid-uYbMkAiKnb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .text-wrapper {
    text-align: center !important;
  }
}
.cid-uYbMkAiKnb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .label-text {
    text-align: center !important;
  }
}
.cid-uYbMkAiKnb .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbMkAiKnb .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbMkAiKnb .mbr-text {
    text-align: center !important;
  }
}
.cid-uYbMkAiKnb .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-uYbMkAiKnb .mbr-section-btn .btn {
  padding: 0;
}
.cid-uYbMkAiKnb .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uYbMkAiKnb .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uYbMkAiKnb .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYbMkAiKnb .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-uYbMkAiKnb .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-uYbMkAiKnb .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uYbMkAiKnb .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-uYbMkAiKnb .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-uYbMkAiKnb .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uYbMkAiKnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbMkAiKnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCTAt8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbKCTAt8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCTAt8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCTAt8s .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbKCTAt8s .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYbKCTAt8s .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYbKCTAt8s .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYbKCTAt8s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbKCTAt8s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uYbKCTAt8s .mbr-label {
  color: #000000;
}
.cid-uYbKCTAt8s .mbr-section-title {
  color: #000000;
}
.cid-uYbKCTAt8s .mbr-text {
  color: #000000;
}
.cid-uYbKCUaHSR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYbKCUaHSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCUaHSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCUaHSR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYbKCUaHSR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYbKCUaHSR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #76e856;
}
.cid-uYbKCUaHSR .panel-body,
.cid-uYbKCUaHSR .card-header {
  padding: 1rem 0;
}
.cid-uYbKCUaHSR .panel-title-edit {
  color: #000000;
}
.cid-uYbKCUZhlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbKCUZhlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCUZhlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCUZhlP .row {
  justify-content: space-between;
}
.cid-uYbKCUZhlP .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbKCUZhlP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbKCUZhlP .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbKCUZhlP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbKCUZhlP .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbKCUZhlP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbKCUZhlP .mbr-label {
  color: #000000;
}
.cid-uYbKCUZhlP .mbr-section-title {
  color: #000000;
}
.cid-uYbKCUZhlP .mbr-desc {
  color: #000000;
}
.cid-uYbKCUZhlP .mbr-text {
  color: #8a8a8a;
}
.cid-uYbKCUZhlP .mbr-text,
.cid-uYbKCUZhlP .mbr-section-btn {
  color: #000000;
}
.cid-uYfTHTruMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfTHTruMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfTHTruMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfTHTruMt .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYfTHTruMt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYfTHTruMt .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYfTHTruMt .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYfTHTruMt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYfTHTruMt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYfTHTruMt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYfTHTruMt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYfTHTruMt .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #4daf31;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uYfTHTruMt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYfTHTruMt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYfTHTruMt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYfTHTruMt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uYfTHTruMt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uYfTHTruMt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYfTHTruMt .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uYfTHTruMt .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYfTHTruMt .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYfTHTruMt .mbr-label,
.cid-uYfTHTruMt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfTHTruMt .mbr-section-title,
.cid-uYfTHTruMt .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfTHTruMt .mbr-text,
.cid-uYfTHTruMt .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYfTHTruMt .panel-title-edit {
  color: #000000;
}
.cid-uYfTHTruMt .panel-text {
  color: #515151;
}
.cid-uYfTHTruMt .panel-text,
.cid-uYfTHTruMt .panel-body {
  color: #000000;
}
.cid-uYbKCVzum4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbKCVzum4 .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbKCVzum4 .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbKCVzum4 .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbKCVzum4 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbKCVzum4 .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbKCVzum4 .google-map {
    height: 356px;
  }
}
.cid-uYbKCVzum4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbKCVzum4 .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-uYbKCVzum4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbKCVzum4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbKCVzum4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbKCVzum4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbKCWbCDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbKCWbCDB .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbKCWbCDB .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbKCWbCDB .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbKCWbCDB .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbKCWbCDB a {
  background-image: none !important;
}
.cid-uYbKCWbCDB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbKCWbCDB .container {
  padding: 5rem 1rem;
}
.cid-uYbKCWbCDB p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbKCWbCDB p {
    text-align: center !important;
  }
}
.cid-uYbKCWbCDB .media-container-row .mbr-text2,
.cid-uYbKCWbCDB .line {
  color: #232323;
  text-align: left;
}
.cid-uYbKCWFJMn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYbLrsBZxk .navbar-dropdown {
  position: relative !important;
}
.cid-uYbLrsBZxk .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-uYbLrsBZxk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYbLrsBZxk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYbLrsBZxk .dropdown-item:hover,
.cid-uYbLrsBZxk .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-uYbLrsBZxk .dropdown-item:hover span {
  color: white;
}
.cid-uYbLrsBZxk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYbLrsBZxk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYbLrsBZxk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYbLrsBZxk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYbLrsBZxk .nav-link {
  position: relative;
}
.cid-uYbLrsBZxk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYbLrsBZxk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYbLrsBZxk .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbLrsBZxk .dropdown-menu,
.cid-uYbLrsBZxk .navbar.opened {
  background: #ffffff !important;
}
.cid-uYbLrsBZxk .nav-item:focus,
.cid-uYbLrsBZxk .nav-link:focus {
  outline: none;
}
.cid-uYbLrsBZxk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYbLrsBZxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbLrsBZxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYbLrsBZxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYbLrsBZxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbLrsBZxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbLrsBZxk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYbLrsBZxk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYbLrsBZxk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYbLrsBZxk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYbLrsBZxk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbLrsBZxk .navbar.collapsed {
  justify-content: center;
}
.cid-uYbLrsBZxk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbLrsBZxk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbLrsBZxk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYbLrsBZxk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbLrsBZxk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbLrsBZxk .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-uYbLrsBZxk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbLrsBZxk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbLrsBZxk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbLrsBZxk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbLrsBZxk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbLrsBZxk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbLrsBZxk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbLrsBZxk .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-uYbLrsBZxk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYbLrsBZxk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbLrsBZxk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbLrsBZxk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYbLrsBZxk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYbLrsBZxk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbLrsBZxk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYbLrsBZxk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYbLrsBZxk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYbLrsBZxk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbLrsBZxk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbLrsBZxk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYbLrsBZxk .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uYbLrsBZxk .dropdown-item.active,
.cid-uYbLrsBZxk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbLrsBZxk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbLrsBZxk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbLrsBZxk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbLrsBZxk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYbLrsBZxk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbLrsBZxk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbLrsBZxk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYbLrsBZxk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYbLrsBZxk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYbLrsBZxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uYbLrsBZxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbLrsBZxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbLrsBZxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbLrsBZxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbLrsBZxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbLrsBZxk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbLrsBZxk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbLrsBZxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbLrsBZxk .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYbLrsBZxk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYbLrsBZxk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYbLrsBZxk .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-uYbLrsBZxk .navbar {
    height: 70px;
  }
  .cid-uYbLrsBZxk .navbar.opened {
    height: auto;
  }
  .cid-uYbLrsBZxk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYbLrsBZxk .container,
.cid-uYbLrsBZxk .container-fluid {
  flex-wrap: wrap;
}
.cid-uYbLrsBZxk .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uYbLrsBZxk .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uYbLrsBZxk .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbLrsBZxk .contacts-menu {
    display: none;
  }
}
.cid-uYbLrsBZxk .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uYbLrsBZxk .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uYbLrsBZxk .icon-box:hover {
  transform: scale(1.1);
}
.cid-uYbLrsBZxk .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uYbLrsBZxk .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uYbLrsBZxk .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uYbLrsBZxk .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uYbLrsBZxk .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-uYbLrsBZxk .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbLrsBZxk .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uYbLrsBZxk .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-uYbLrtyLnW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-uYbLrtyLnW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbLrtyLnW .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbLrtyLnW .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYbLrtyLnW .label-text {
    text-align: center !important;
  }
}
.cid-uYbLrtyLnW .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbLrtyLnW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbLrtyLnW .mbr-section-title,
.cid-uYbLrtyLnW .mbr-section-btn {
  text-align: center;
}
.cid-uYc13eu3cZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uYc13eu3cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc13eu3cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc13eu3cZ .mbr-text {
  color: #000000;
}
.cid-uYc13eu3cZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYc13eu3cZ .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYc13eu3cZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYc13eu3cZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uYc13eu3cZ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYc13eu3cZ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uYc13eu3cZ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYc13eu3cZ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYc13eu3cZ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYc13eu3cZ .mbr-text UL {
  text-align: left;
}
.cid-uYc13eu3cZ .mbr-section-subtitle,
.cid-uYc13eu3cZ .main-button {
  color: #000000;
}
.cid-uYc13eu3cZ .mbr-section-title {
  color: #000000;
}
.cid-uYbLrub5to {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYbLrub5to .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbLrub5to .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbLrub5to .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYbLrub5to .label-text {
    text-align: center !important;
  }
}
.cid-uYbLrub5to .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbLrub5to .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbLrub5to .mbr-section-title,
.cid-uYbLrub5to .mbr-section-btn {
  text-align: center;
}
.cid-uYbLruGao7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbLruGao7 .row {
  justify-content: center;
}
.cid-uYbLruGao7 img,
.cid-uYbLruGao7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYbLruGao7 .item:focus,
.cid-uYbLruGao7 span:focus {
  outline: none;
}
.cid-uYbLruGao7 .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYbLruGao7 .col-items {
    flex-wrap: wrap;
  }
}
.cid-uYbLruGao7 .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uYbLruGao7 .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbLruGao7 .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uYbLruGao7 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uYbLruGao7 .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uYbLruGao7 .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uYbLruGao7 .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uYbLruGao7 .item-wrapper .btn-primary:hover span {
  color: #76e856 !important;
}
.cid-uYbLruGao7 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYbLruGao7 .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uYbLruGao7 .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uYbLruGao7 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uYbLruGao7 .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uYbLruGao7 .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uYbLruGao7 .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uYbLruGao7 .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uYbLruGao7 .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uYbLruGao7 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbLruGao7 .label-text {
    text-align: center !important;
  }
}
.cid-uYbLruGao7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYbLruGao7 .mbr-text {
  color: #ffffff;
}
.cid-uYbLruGao7 .item-title {
  color: #000000;
}
.cid-uYbLruGao7 .item-subtitle {
  color: #ffffff;
}
.cid-uYbLruGao7 .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uYbLruGao7 .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uYbLruGao7 .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uYbLruGao7 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYbLruGao7 .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uYbLruGao7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uYbLrvsPyZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYbLrvsPyZ .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uYbLrvsPyZ .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbLrvsPyZ .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uYbLrvsPyZ .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uYbLrvsPyZ .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uYbLrvsPyZ .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uYbLrvsPyZ .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uYbLrvsPyZ .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbLrvsPyZ .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYbLrvsPyZ .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbLrvsPyZ .col-text {
    text-align: center;
  }
}
.cid-uYbLrvsPyZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uYbLrvsPyZ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbLrvsPyZ .label-text {
    text-align: center !important;
  }
}
.cid-uYbLrvsPyZ .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-uYbLrvsPyZ .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uYbLrvsPyZ .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uYbLrvsPyZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbLrvsPyZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYbLrvT9z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbLrvT9z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLrvT9z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLrvT9z4 .content-wrapper {
  padding: 10px;
  border-top: 10px solid #76e856;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uYbLrvT9z4 .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uYbLrvT9z4 .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uYbLrvT9z4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYbLrvT9z4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYbLrvT9z4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYbLrvT9z4 .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uYbLrvT9z4 .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uYbLrvT9z4 .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYbLrvT9z4 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYbLrvT9z4 .mbr-section-title {
  color: #000c3f;
}
.cid-uYbLrvT9z4 .mbr-text {
  color: #000c3f;
}
.cid-uYbLrvT9z4 .mbr-section-title,
.cid-uYbLrvT9z4 .mbr-section-btn {
  color: #000000;
}
.cid-uYbLrvT9z4 .mbr-text,
.cid-uYbLrvT9z4 .text-wrapper {
  color: #000000;
}
.cid-uYbLrwqqJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbLrwqqJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLrwqqJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLrwqqJ4 .row {
  justify-content: space-between;
}
.cid-uYbLrwqqJ4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbLrwqqJ4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbLrwqqJ4 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbLrwqqJ4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbLrwqqJ4 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbLrwqqJ4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbLrwqqJ4 .mbr-label {
  color: #000000;
}
.cid-uYbLrwqqJ4 .mbr-section-title {
  color: #000000;
}
.cid-uYbLrwqqJ4 .mbr-desc {
  color: #000000;
}
.cid-uYbLrwqqJ4 .mbr-text {
  color: #8a8a8a;
}
.cid-uYbLrwqqJ4 .mbr-text,
.cid-uYbLrwqqJ4 .mbr-section-btn {
  color: #000000;
}
.cid-uYbLrwTx8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbLrwTx8F .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-uYbLrwTx8F .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .col-text {
    margin-bottom: 3rem;
  }
}
.cid-uYbLrwTx8F .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .text-wrapper {
    text-align: center !important;
  }
}
.cid-uYbLrwTx8F .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .label-text {
    text-align: center !important;
  }
}
.cid-uYbLrwTx8F .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbLrwTx8F .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uYbLrwTx8F .mbr-text {
    text-align: center !important;
  }
}
.cid-uYbLrwTx8F .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-uYbLrwTx8F .mbr-section-btn .btn {
  padding: 0;
}
.cid-uYbLrwTx8F .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uYbLrwTx8F .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uYbLrwTx8F .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYbLrwTx8F .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-uYbLrwTx8F .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-uYbLrwTx8F .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uYbLrwTx8F .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-uYbLrwTx8F .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-uYbLrwTx8F .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uYbLrwTx8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLrwTx8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLry7sQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbLry7sQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLry7sQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLry7sQr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbLry7sQr .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uYbLry7sQr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYbLry7sQr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYbLry7sQr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYbLry7sQr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uYbLry7sQr .mbr-label {
  color: #000000;
}
.cid-uYbLry7sQr .mbr-section-title {
  color: #000000;
}
.cid-uYbLry7sQr .mbr-text {
  color: #000000;
}
.cid-uYbLryA0c1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYbLryA0c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLryA0c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLryA0c1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uYbLryA0c1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYbLryA0c1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #76e856;
}
.cid-uYbLryA0c1 .panel-body,
.cid-uYbLryA0c1 .card-header {
  padding: 1rem 0;
}
.cid-uYbLryA0c1 .panel-title-edit {
  color: #000000;
}
.cid-uYbLrztKiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYbLrztKiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLrztKiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLrztKiC .row {
  justify-content: space-between;
}
.cid-uYbLrztKiC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uYbLrztKiC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYbLrztKiC .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uYbLrztKiC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYbLrztKiC .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYbLrztKiC .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYbLrztKiC .mbr-label {
  color: #000000;
}
.cid-uYbLrztKiC .mbr-section-title {
  color: #000000;
}
.cid-uYbLrztKiC .mbr-desc {
  color: #000000;
}
.cid-uYbLrztKiC .mbr-text {
  color: #8a8a8a;
}
.cid-uYbLrztKiC .mbr-text,
.cid-uYbLrztKiC .mbr-section-btn {
  color: #000000;
}
.cid-uYfU97HAEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfU97HAEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfU97HAEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfU97HAEL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYfU97HAEL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYfU97HAEL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYfU97HAEL .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYfU97HAEL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYfU97HAEL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYfU97HAEL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYfU97HAEL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYfU97HAEL .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #4daf31;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uYfU97HAEL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYfU97HAEL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYfU97HAEL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYfU97HAEL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uYfU97HAEL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uYfU97HAEL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYfU97HAEL .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uYfU97HAEL .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYfU97HAEL .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYfU97HAEL .mbr-label,
.cid-uYfU97HAEL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfU97HAEL .mbr-section-title,
.cid-uYfU97HAEL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYfU97HAEL .mbr-text,
.cid-uYfU97HAEL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYfU97HAEL .panel-title-edit {
  color: #000000;
}
.cid-uYfU97HAEL .panel-text {
  color: #515151;
}
.cid-uYfU97HAEL .panel-text,
.cid-uYfU97HAEL .panel-body {
  color: #000000;
}
.cid-uYbLrAbD2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbLrAbD2y .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbLrAbD2y .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbLrAbD2y .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbLrAbD2y .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbLrAbD2y .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbLrAbD2y .google-map {
    height: 356px;
  }
}
.cid-uYbLrAbD2y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbLrAbD2y .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-uYbLrAbD2y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbLrAbD2y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbLrAbD2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbLrAbD2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbLrAQaH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbLrAQaH0 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbLrAQaH0 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbLrAQaH0 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbLrAQaH0 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbLrAQaH0 a {
  background-image: none !important;
}
.cid-uYbLrAQaH0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbLrAQaH0 .container {
  padding: 5rem 1rem;
}
.cid-uYbLrAQaH0 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbLrAQaH0 p {
    text-align: center !important;
  }
}
.cid-uYbLrAQaH0 .media-container-row .mbr-text2,
.cid-uYbLrAQaH0 .line {
  color: #232323;
  text-align: left;
}
.cid-uYbLrBumfN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYbNkiiwZD .navbar-dropdown {
  position: relative !important;
}
.cid-uYbNkiiwZD .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-uYbNkiiwZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYbNkiiwZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYbNkiiwZD .dropdown-item:hover,
.cid-uYbNkiiwZD .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-uYbNkiiwZD .dropdown-item:hover span {
  color: white;
}
.cid-uYbNkiiwZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYbNkiiwZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYbNkiiwZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYbNkiiwZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYbNkiiwZD .nav-link {
  position: relative;
}
.cid-uYbNkiiwZD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYbNkiiwZD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYbNkiiwZD .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbNkiiwZD .dropdown-menu,
.cid-uYbNkiiwZD .navbar.opened {
  background: #ffffff !important;
}
.cid-uYbNkiiwZD .nav-item:focus,
.cid-uYbNkiiwZD .nav-link:focus {
  outline: none;
}
.cid-uYbNkiiwZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYbNkiiwZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbNkiiwZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYbNkiiwZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYbNkiiwZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbNkiiwZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbNkiiwZD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYbNkiiwZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYbNkiiwZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYbNkiiwZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uYbNkiiwZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbNkiiwZD .navbar.collapsed {
  justify-content: center;
}
.cid-uYbNkiiwZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbNkiiwZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbNkiiwZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYbNkiiwZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbNkiiwZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbNkiiwZD .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-uYbNkiiwZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbNkiiwZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbNkiiwZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbNkiiwZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbNkiiwZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbNkiiwZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbNkiiwZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbNkiiwZD .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-uYbNkiiwZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYbNkiiwZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbNkiiwZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbNkiiwZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYbNkiiwZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYbNkiiwZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbNkiiwZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYbNkiiwZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYbNkiiwZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYbNkiiwZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbNkiiwZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbNkiiwZD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYbNkiiwZD .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uYbNkiiwZD .dropdown-item.active,
.cid-uYbNkiiwZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbNkiiwZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbNkiiwZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbNkiiwZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbNkiiwZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYbNkiiwZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbNkiiwZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbNkiiwZD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYbNkiiwZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYbNkiiwZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYbNkiiwZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uYbNkiiwZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbNkiiwZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbNkiiwZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbNkiiwZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbNkiiwZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbNkiiwZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbNkiiwZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbNkiiwZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbNkiiwZD .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYbNkiiwZD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYbNkiiwZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYbNkiiwZD .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-uYbNkiiwZD .navbar {
    height: 70px;
  }
  .cid-uYbNkiiwZD .navbar.opened {
    height: auto;
  }
  .cid-uYbNkiiwZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYbNkiiwZD .container,
.cid-uYbNkiiwZD .container-fluid {
  flex-wrap: wrap;
}
.cid-uYbNkiiwZD .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uYbNkiiwZD .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uYbNkiiwZD .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbNkiiwZD .contacts-menu {
    display: none;
  }
}
.cid-uYbNkiiwZD .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uYbNkiiwZD .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uYbNkiiwZD .icon-box:hover {
  transform: scale(1.1);
}
.cid-uYbNkiiwZD .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uYbNkiiwZD .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uYbNkiiwZD .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uYbNkiiwZD .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uYbNkiiwZD .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-uYbNkiiwZD .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbNkiiwZD .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uYbNkiiwZD .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-uYbNkiSPas {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uYbNkiSPas .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbNkiSPas .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbNkiSPas .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYbNkiSPas .label-text {
    text-align: center !important;
  }
}
.cid-uYbNkiSPas .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbNkiSPas .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbNkiSPas .mbr-section-title,
.cid-uYbNkiSPas .mbr-section-btn {
  text-align: center;
}
.cid-uYbPEqMDVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYbPEqMDVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPEqMDVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbPEqMDVf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYbPEqMDVf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYbPEqMDVf .content-wrapper {
    width: 100%;
  }
}
.cid-uYbPEqMDVf .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYbPEqMDVf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYbPEqMDVf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYbPEqMDVf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYbPEqMDVf .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYbPEqMDVf .mbr-section-title {
  color: #181824;
}
.cid-uYbPEqMDVf .mbr-section-title,
.cid-uYbPEqMDVf .mbr-section-btn,
.cid-uYbPEqMDVf .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uYbNkn4Nzh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbNkn4Nzh .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbNkn4Nzh .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbNkn4Nzh .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbNkn4Nzh .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbNkn4Nzh .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbNkn4Nzh .google-map {
    height: 356px;
  }
}
.cid-uYbNkn4Nzh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbNkn4Nzh .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-uYbNkn4Nzh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbNkn4Nzh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbNkn4Nzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbNkn4Nzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbNkntL9m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbNkntL9m .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbNkntL9m .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbNkntL9m .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbNkntL9m .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbNkntL9m a {
  background-image: none !important;
}
.cid-uYbNkntL9m .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbNkntL9m .container {
  padding: 5rem 1rem;
}
.cid-uYbNkntL9m p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbNkntL9m p {
    text-align: center !important;
  }
}
.cid-uYbNkntL9m .media-container-row .mbr-text2,
.cid-uYbNkntL9m .line {
  color: #232323;
  text-align: left;
}
.cid-uYbNknQ9m1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYbPQg7BhT .navbar-dropdown {
  position: relative !important;
}
.cid-uYbPQg7BhT .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-uYbPQg7BhT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYbPQg7BhT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYbPQg7BhT .dropdown-item:hover,
.cid-uYbPQg7BhT .dropdown-item:focus {
  background: #76e856 !important;
  color: white !important;
}
.cid-uYbPQg7BhT .dropdown-item:hover span {
  color: white;
}
.cid-uYbPQg7BhT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYbPQg7BhT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYbPQg7BhT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYbPQg7BhT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYbPQg7BhT .nav-link {
  position: relative;
}
.cid-uYbPQg7BhT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYbPQg7BhT .container {
    flex-wrap: nowrap;
  }
}
.cid-uYbPQg7BhT .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbPQg7BhT .dropdown-menu,
.cid-uYbPQg7BhT .navbar.opened {
  background: #ffffff !important;
}
.cid-uYbPQg7BhT .nav-item:focus,
.cid-uYbPQg7BhT .nav-link:focus {
  outline: none;
}
.cid-uYbPQg7BhT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPQg7BhT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbPQg7BhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYbPQg7BhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYbPQg7BhT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbPQg7BhT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbPQg7BhT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYbPQg7BhT .navbar.opened {
  transition: all 0.3s;
}
.cid-uYbPQg7BhT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYbPQg7BhT .navbar .navbar-logo img {
  width: auto;
}
.cid-uYbPQg7BhT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbPQg7BhT .navbar.collapsed {
  justify-content: center;
}
.cid-uYbPQg7BhT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbPQg7BhT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbPQg7BhT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYbPQg7BhT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbPQg7BhT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbPQg7BhT .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-uYbPQg7BhT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbPQg7BhT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbPQg7BhT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbPQg7BhT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbPQg7BhT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbPQg7BhT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbPQg7BhT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbPQg7BhT .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-uYbPQg7BhT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYbPQg7BhT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbPQg7BhT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbPQg7BhT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYbPQg7BhT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYbPQg7BhT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbPQg7BhT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYbPQg7BhT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYbPQg7BhT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYbPQg7BhT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbPQg7BhT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbPQg7BhT .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYbPQg7BhT .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uYbPQg7BhT .dropdown-item.active,
.cid-uYbPQg7BhT .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbPQg7BhT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbPQg7BhT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbPQg7BhT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbPQg7BhT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYbPQg7BhT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbPQg7BhT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbPQg7BhT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYbPQg7BhT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYbPQg7BhT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYbPQg7BhT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uYbPQg7BhT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbPQg7BhT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPQg7BhT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPQg7BhT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbPQg7BhT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPQg7BhT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbPQg7BhT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbPQg7BhT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPQg7BhT .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYbPQg7BhT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYbPQg7BhT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYbPQg7BhT .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-uYbPQg7BhT .navbar {
    height: 70px;
  }
  .cid-uYbPQg7BhT .navbar.opened {
    height: auto;
  }
  .cid-uYbPQg7BhT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYbPQg7BhT .container,
.cid-uYbPQg7BhT .container-fluid {
  flex-wrap: wrap;
}
.cid-uYbPQg7BhT .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uYbPQg7BhT .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uYbPQg7BhT .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uYbPQg7BhT .contacts-menu {
    display: none;
  }
}
.cid-uYbPQg7BhT .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uYbPQg7BhT .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #76e856;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uYbPQg7BhT .icon-box:hover {
  transform: scale(1.1);
}
.cid-uYbPQg7BhT .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uYbPQg7BhT .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uYbPQg7BhT .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uYbPQg7BhT .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uYbPQg7BhT .navbar-collapse .mbr-section-btn .btn-black {
  color: #76e856 !important;
}
@media (max-width: 577px) {
  .cid-uYbPQg7BhT .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYbPQg7BhT .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uYbPQg7BhT .navbar-collapse .nav-link:hover {
  color: #76e856 !important;
}
.cid-uYbPQgI40Z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/raze-solar-scaj0t40nfi-unsplash.jpg-2000x1333.jpg");
}
.cid-uYbPQgI40Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYbPQgI40Z .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uYbPQgI40Z .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYbPQgI40Z .label-text {
    text-align: center !important;
  }
}
.cid-uYbPQgI40Z .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYbPQgI40Z .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uYbPQgI40Z .mbr-section-title,
.cid-uYbPQgI40Z .mbr-section-btn {
  text-align: center;
}
.cid-uYbPQh6ZRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4daf31;
}
.cid-uYbPQh6ZRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPQh6ZRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbPQh6ZRf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYbPQh6ZRf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYbPQh6ZRf .content-wrapper {
    width: 100%;
  }
}
.cid-uYbPQh6ZRf .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYbPQh6ZRf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYbPQh6ZRf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYbPQh6ZRf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYbPQh6ZRf .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYbPQh6ZRf .mbr-section-title {
  color: #181824;
}
.cid-uYbPQh6ZRf .mbr-section-title,
.cid-uYbPQh6ZRf .mbr-section-btn,
.cid-uYbPQh6ZRf .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uYbPQhsb6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYbPQhsb6E .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uYbPQhsb6E .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uYbPQhsb6E .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uYbPQhsb6E .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uYbPQhsb6E .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uYbPQhsb6E .google-map {
    height: 356px;
  }
}
.cid-uYbPQhsb6E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYbPQhsb6E .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-uYbPQhsb6E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYbPQhsb6E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYbPQhsb6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbPQhsb6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbPQhUeo1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uYbPQhUeo1 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uYbPQhUeo1 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uYbPQhUeo1 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uYbPQhUeo1 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uYbPQhUeo1 a {
  background-image: none !important;
}
.cid-uYbPQhUeo1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uYbPQhUeo1 .container {
  padding: 5rem 1rem;
}
.cid-uYbPQhUeo1 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uYbPQhUeo1 p {
    text-align: center !important;
  }
}
.cid-uYbPQhUeo1 .media-container-row .mbr-text2,
.cid-uYbPQhUeo1 .line {
  color: #232323;
  text-align: left;
}
.cid-uYbPQigL4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
