.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e8efe9;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6ede8a !important;
}
.bg-success {
  background-color: #3edb92 !important;
}
.bg-info {
  background-color: #26d1f3 !important;
}
.bg-warning {
  background-color: #ffc61a !important;
}
.bg-danger {
  background-color: #dd3c4b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6ede8a !important;
  border-color: #6ede8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #98e7ac !important;
  border-color: #98e7ac !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #98e7ac !important;
  border-color: #98e7ac !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3e7145 !important;
  border-color: #3e7145 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #509259 !important;
  border-color: #509259 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #509259 !important;
  border-color: #509259 !important;
}
.btn-info,
.btn-info:active {
  background-color: #26d1f3 !important;
  border-color: #26d1f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #56dbf6 !important;
  border-color: #56dbf6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #56dbf6 !important;
  border-color: #56dbf6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3edb92 !important;
  border-color: #3edb92 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #69e3aa !important;
  border-color: #69e3aa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #69e3aa !important;
  border-color: #69e3aa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc61a !important;
  border-color: #ffc61a !important;
  color: #1a1400 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd34d !important;
  border-color: #ffd34d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #ffd34d !important;
  border-color: #ffd34d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3c4b !important;
  border-color: #dd3c4b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e56773 !important;
  border-color: #e56773 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e56773 !important;
  border-color: #e56773 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6ede8a;
  color: #6ede8a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2dc854 !important;
  background-color: transparent !important;
  border-color: #2dc854 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6ede8a !important;
  border-color: #6ede8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3e7145;
  color: #3e7145;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f3923 !important;
  background-color: transparent !important;
  border-color: #1f3923 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e7145 !important;
  border-color: #3e7145 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #26d1f3;
  color: #26d1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a9bb8 !important;
  background-color: transparent !important;
  border-color: #0a9bb8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #26d1f3 !important;
  border-color: #26d1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3edb92;
  color: #3edb92;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1fa466 !important;
  background-color: transparent !important;
  border-color: #1fa466 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3edb92 !important;
  border-color: #3edb92 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc61a;
  color: #ffc61a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29200 !important;
  background-color: transparent !important;
  border-color: #c29200 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffc61a !important;
  border-color: #ffc61a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dd3c4b;
  color: #dd3c4b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a51d2a !important;
  background-color: transparent !important;
  border-color: #a51d2a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3c4b !important;
  border-color: #dd3c4b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6ede8a !important;
}
.text-secondary {
  color: #3e7145 !important;
}
.text-success {
  color: #3edb92 !important;
}
.text-info {
  color: #26d1f3 !important;
}
.text-warning {
  color: #ffc61a !important;
}
.text-danger {
  color: #dd3c4b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2bbb4f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1a2f1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c975e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098faa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #981b26 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6ede8a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #26d1f3;
}
.alert-warning {
  background-color: #ffc61a;
}
.alert-danger {
  background-color: #dd3c4b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6ede8a;
  border-color: #6ede8a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6ede8a;
}
.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: #eafbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e7fafe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbeaeb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6ede8a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6ede8a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6ede8a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6ede8a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6ede8a;
  border-bottom-color: #6ede8a;
}
.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: #6ede8a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e7145 !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='%236ede8a' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhYJLBklEw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhYJLBklEw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uhYJLBklEw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhYJLBklEw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhYJLBklEw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uhYJLBklEw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhYJLBklEw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhYJLBklEw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uhYJLBklEw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uhYJLBklEw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uhYJLBklEw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhYJLBklEw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhYJLBklEw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhYJLBklEw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uhYJLBklEw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhYJLBklEw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhYJLBklEw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhYJLBklEw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhYJLBklEw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uhYJLBklEw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBklEw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhYJLBklEw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uhYJLBklEw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhYJLBklEw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhYJLBklEw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhYJLBklEw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhYJLBklEw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uhYJLBklEw .nav-item:focus,
.cid-uhYJLBklEw .nav-link:focus {
  outline: none;
}
.cid-uhYJLBklEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhYJLBklEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhYJLBklEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhYJLBklEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhYJLBklEw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhYJLBklEw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhYJLBklEw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uhYJLBklEw .navbar.opened {
  transition: all 0.3s;
}
.cid-uhYJLBklEw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhYJLBklEw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
  border-radius: 0 !important;
  padding-left: 25px;
}
.cid-uhYJLBklEw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhYJLBklEw .navbar.collapsed {
  justify-content: center;
}
.cid-uhYJLBklEw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhYJLBklEw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhYJLBklEw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhYJLBklEw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhYJLBklEw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhYJLBklEw .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-uhYJLBklEw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhYJLBklEw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhYJLBklEw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBklEw .navbar {
    min-height: 72px;
  }
  .cid-uhYJLBklEw .navbar .navbar-logo img {
    height: 38px !important;
    min-width: 70px !important;
	padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .cid-uhYJLBklEw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhYJLBklEw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhYJLBklEw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhYJLBklEw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhYJLBklEw .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-uhYJLBklEw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhYJLBklEw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhYJLBklEw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhYJLBklEw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhYJLBklEw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhYJLBklEw .dropdown-item.active,
.cid-uhYJLBklEw .dropdown-item:active {
  background-color: transparent;
}
.cid-uhYJLBklEw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhYJLBklEw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhYJLBklEw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhYJLBklEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhYJLBklEw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhYJLBklEw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhYJLBklEw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhYJLBklEw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhYJLBklEw .navbar-buttons {
    text-align: left;
  }
}
.cid-uhYJLBklEw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhYJLBklEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhYJLBklEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhYJLBklEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhYJLBklEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhYJLBklEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhYJLBklEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhYJLBklEw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhYJLBklEw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhYJLBklEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhYJLBklEw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhYJLBklEw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhYJLBklEw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhYJLBklEw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhYJLBklEw .navbar {
    height: 70px;
  }
  .cid-uhYJLBklEw .navbar.opened {
    height: auto;
  }
  .cid-uhYJLBklEw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhYJLBklEw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhYJLBklEw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhYJLBklEw .navbar-brand {
    margin-right: auto;
  }
  .cid-uhYJLBklEw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhYJLBklEw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhYJLBklEw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhYJLBklEw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhYJLBklEw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhYJLBklEw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhYJLBlR2h {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uhYJLBlR2h {
    align-items: flex-end;
  }
  .cid-uhYJLBlR2h .row {
    justify-content: flex-start;
  }
  .cid-uhYJLBlR2h .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYJLBlR2h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYJLBlR2h {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhYJLBlR2h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYJLBlR2h .content-wrap {
    width: 100%;
  }
}
.cid-uhYJLBlR2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBlR2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhYJLBlR2h .mbr-section-title,
.cid-uhYJLBlR2h .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uhYJLBlR2h .mbr-text,
.cid-uhYJLBlR2h .mbr-section-btn {
  text-align: left;
}
.cid-ui4pV45bhG {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ui4pV45bhG img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhYJLBmbeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uhYJLBmbeN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uhYJLBmbeN .panel-group {
  border: none;
}
.cid-uhYJLBmbeN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBmbeN .card-header {
    padding: 0rem;
  }
}
.cid-uhYJLBmbeN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uhYJLBmbeN .img-col {
  padding: 0;
}
.cid-uhYJLBmbeN .img-item {
  height: 100%;
}
.cid-uhYJLBmbeN img {
  height: 100%;
  object-fit: cover;
}
.cid-uhYJLBmbeN .collapsed span {
  transform: rotate(0deg);
}
.cid-uhYJLBmbeN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhYJLBmbeN p {
  margin-bottom: 0.3rem;
}
.cid-uhYJLBmbeN .panel-title-edit {
  color: #000000;
}
.cid-uhYJLBmbeN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uhYJLBmbeN .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBmbeN .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhYJLBmbeN .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uhYJLBmbeN .panel-text {
  color: #000000;
}
.cid-uhYJLBmbeN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhYJLBmbeN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhYJLBmbeN .panel-title-edit,
.cid-uhYJLBmbeN .mbr-iconfont {
  color: #000000;
}
.cid-uhYJLBmOwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBmOwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhYJLBm6A2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uhYJLBm6A2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBm6A2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYJLBm6A2 .row-reverse {
  flex-direction: row-reverse;
}
.cid-uhYJLBm6A2 .row {
  flex-direction: row-reverse;
}
.cid-uhYJLBm6A2 .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uhYJLBm6A2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhYJLBm6A2 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uhYJLBm6A2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhYJLBm6A2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhYJLBm6A2 .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBm6A2 .mbr-text,
.cid-uhYJLBm6A2 .mbr-section-btn {
  color: #000000;
}
.cid-uhYJLBm6A2 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBm6A2 img {
    height: 15rem;
  }
}
.cid-uhYJLBnHrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhYJLBnHrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBnHrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhYJLBnHrX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhYJLBnHrX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhYJLBnHrX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhYJLBnHrX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhYJLBnHrX .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBnHrX .mbr-text,
.cid-uhYJLBnHrX .mbr-section-btn {
  color: #000000;
}
.cid-uhYJLBnvla {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhYJLBnvla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBnvla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYJLBnvla .title .num {
  width: 100%;
  display: block;
}
.cid-uhYJLBnvla .title .card-title {
  z-index: 1;
}
.cid-uhYJLBnvla .num {
  color: #6EDE8A;
  text-align: center;
}
.cid-uhYJLBnvla .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBnvla * {
    text-align: center !important;
  }
  .cid-uhYJLBnvla .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uhYJLBnvla .content-head {
  max-width: 800px;
}
.cid-uhYJLBnvla .card-text {
  text-align: center;
}
.cid-uhYJLBnvla .card-title,
.cid-uhYJLBnvla .card-img {
  text-align: center;
}
.cid-uhYJLBoP5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhYJLBoP5W .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uhYJLBoP5W img,
.cid-uhYJLBoP5W .item-img {
  width: 100%;
}
.cid-uhYJLBoP5W .item:focus,
.cid-uhYJLBoP5W span:focus {
  outline: none;
}
.cid-uhYJLBoP5W .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-uhYJLBoP5W .item {
    margin-bottom: 1rem;
  }
}
.cid-uhYJLBoP5W .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhYJLBoP5W .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBoP5W .mbr-text,
.cid-uhYJLBoP5W .mbr-section-btn {
  color: #000000;
}
.cid-uhYJLBoP5W .item-title {
  color: #000000;
  text-align: center;
}
.cid-uhYJLBoP5W .content-head {
  max-width: 800px;
}
.cid-uhYJLBo6JV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhYJLBo6JV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uhYJLBo6JV .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uhYJLBo6JV .card-title,
.cid-uhYJLBo6JV .iconfont-wrapper {
  color: #000000;
}
.cid-uhYJLBo6JV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhYJLBo6JV .content-head {
  max-width: 800px;
}
.cid-uhYJLBo6JV .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBo6JV .card-title,
.cid-uhYJLBo6JV .img-wrapper {
  text-align: center;
}
.cid-uhYJLBo6JV .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uhYJLBsEy8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhYJLBsEy8 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uhYJLBsEy8 img,
.cid-uhYJLBsEy8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhYJLBsEy8 .item:focus,
.cid-uhYJLBsEy8 span:focus {
  outline: none;
}
.cid-uhYJLBsEy8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBsEy8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uhYJLBsEy8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhYJLBsEy8 .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBsEy8 .mbr-text,
.cid-uhYJLBsEy8 .mbr-section-btn {
  color: #000000;
}
.cid-uhYJLBsEy8 .item-title {
  color: #000000;
}
.cid-uhYJLBsEy8 .content-head {
  max-width: 800px;
}
.cid-uhYJLBstUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #155d27;
}
.cid-uhYJLBstUe input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uhYJLBstUe input:hover {
  border: none !important;
}
.cid-uhYJLBstUe .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhYJLBstUe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhYJLBstUe .row {
  justify-content: center;
}
.cid-uhYJLBstUe .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uhYJLBstUe .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uhYJLBstUe .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uhYJLBstUe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uhYJLBstUe .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uhYJLBstUe .justify-content-center {
  align-items: center;
}
.cid-uhYJLBstUe .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uhYJLBsgZw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhYJLBsgZw .item:focus,
.cid-uhYJLBsgZw span:focus {
  outline: none;
}
.cid-uhYJLBsgZw .item {
  cursor: pointer;
}
.cid-uhYJLBsgZw .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBsgZw .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uhYJLBsgZw .grid-container-1,
.cid-uhYJLBsgZw .grid-container-2,
.cid-uhYJLBsgZw .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBsgZw .grid-container-1,
  .cid-uhYJLBsgZw .grid-container-2,
  .cid-uhYJLBsgZw .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uhYJLBsgZw .mbr-section-title {
  color: #000000;
}
.cid-uhYJLBsgZw .mbr-text,
.cid-uhYJLBsgZw .mbr-section-btn {
  color: #000000;
}
.cid-uhYJLBsgZw .content-head {
  max-width: 800px;
}
.cid-uhYJLBsgZw .container,
.cid-uhYJLBsgZw .container-fluid {
  overflow: hidden;
}
.cid-uhYJLBsgZw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uhYJLBsgZw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhYJLBsgZw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhYJLBsgZw .grid-item img {
    min-width: 35vw;
  }
}
.cid-uhYJLBsgZw .grid-container-1,
.cid-uhYJLBsgZw .grid-container-2,
.cid-uhYJLBsgZw .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uhYJLBsgZw .grid-container-1 {
  align-items: flex-end;
}
.cid-uhYJLBsgZw .grid-container-2 {
  align-items: flex-start;
}
.cid-ui4oJ3Zmpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui4oJ3Zmpe .fb-page,
.cid-ui4oJ3Zmpe span,
.cid-ui4oJ3Zmpe iframe {
  width: 500px;
  height: 620px;
}
.cid-ui4oJ3Zmpe blockquote {
  display: none;
}
.cid-ui4oJ3Zmpe .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uhYJLBsjuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhYJLBsjuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBsjuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYJLBsjuK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uhYJLBsjuK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uhYJLBsjuK .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uhYJLBsjuK .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uhYJLBsjuK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uhYJLBsjuK .bg-instagram:hover {
  background: #bd005c;
}
.cid-uhYJLBsjuK .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uhYJLBsjuK .bg-tiktok:hover {
  background: #000000;
}
.cid-uhYJLBsjuK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uhYJLBsjuK [class^="socicon-"]:before,
.cid-uhYJLBsjuK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uhYJLBtRmS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uhYJLBtRmS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhYJLBtRmS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uhYJLBtRmS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uhYJLBtRmS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhYJLBtRmS .content-head {
  max-width: 800px;
}
.cid-uhYJLBtod6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uhYJLBtod6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYJLBtod6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYJLBtod6 .mbr-text {
  color: #000000;
}
.cid-uhYJLBtod6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhYJLBtod6 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYJLBtod6 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uhYJLBtod6 .mbr-section-subtitle,
.cid-uhYJLBtod6 .main-button {
  color: #000000;
}
.cid-uhYJLBtod6 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhYJLBtod6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhYJLBtod6 .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-uhYJLBtod6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhYJLBtod6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhYJLBtde2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhYJLBtde2 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uhYJLBtde2 .social-row .soc-item {
  margin: 8px;
}
.cid-uhYJLBtde2 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhYJLBtde2 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uhYJLBtde2 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uhYJLBtde2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhYJLBtde2 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhYJLBtde2 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhYJLBtde2 .header-menu li p {
  margin: 0;
}
.cid-uhYJLBtde2 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uhYJLBtde2 .mbr-section-title {
  color: #ffffff;
}
.cid-ui4oHJK3Fw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui4oHJK3Fw .fb-page,
.cid-ui4oHJK3Fw span,
.cid-ui4oHJK3Fw iframe {
  width: 500px;
  height: 620px;
}
.cid-ui4oHJK3Fw blockquote {
  display: none;
}
.cid-ui4oHJK3Fw .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
/*-----------------------------------------------------------------------------------*/
/*	PROJECTS BLOCK
/*-----------------------------------------------------------------------------------*/
.projects_block .btn.btn-primary.dropdown-toggle {
	margin-top: 22px;
}
.projects_block .btn.btn-primary {
	margin-top: 22px;
}
.projects_block .dropdown-toggle, .projects_block .dropdown-menu, .projects_block #area {
	width: 200px !important;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.projects_block {
	margin-top: 50px;
	margin-bottom: 50px;
}
.projects_block .project_item {
	position:relative; 
	overflow:hidden;
}
.projects_block .project_item .hover_img {
	overflow:hidden;
	position:relative;
	width:100%;
	height:224px;
}
.projects_block .project_item .hover_img img {
	width:auto;
	max-width:none;
	height:100%;
}

.projects_block .project_item .proj_descr {
	position:absolute;
	z-index:11;
	left:0;
	top:200px;
	width:100%;
	height:100%;
	background-color: rgba(107, 107, 107, 0.7);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.projects_block .project_item:hover .proj_descr {top:0;
background-color: rgba(107, 107, 107, 0.7);}

.projects_block .project_item .proj_descr .proj_descr_content {
	position:absolute;
	left:0;
	right:0;
	top:57px;
	padding:0 10px;
	color:#ffffff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.projects_block .project_item:hover .proj_descr .proj_descr_content {top:50%;}

.projects_block .project_item .proj_descr .proj_descr_content a {
	display:block;
	margin-bottom:13px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color:#ffffff;
}
.projects_block .project_item:hover .proj_descr .proj_descr_content a {color:;}
.projects_block .project_item .proj_descr .proj_descr_content span {display:block;}

#propertyTeasersParameters {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.propertyTeasersParameter {
	margin-bottom: 15px;
}
.propertyTeasersParameter li {
	padding-left: 12px;
	font-size: 16px;
}
.propertyTeasersParameter input#area {
	position: relative;
	top: 25px;
	padding-left: 12px;
	font-size: 16px;
}
#property_teasers_area_matches {
	position: absolute;
	top: 25px;
	left: 7px;
	padding-left: 12px;
	font-size: 16px;
}
ul#property_teasers_area_matches {
	list-style-type: none;
	width: 225px;
	-webkit-appearance: textfield;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	outline-width: 5px;
	outline-color: -webkit-focus-ring-color;
	z-index: 100;
}
@media (max-width: 991px) {
	.propertyTeasersParameter input#area {
		top: 0px;
	}
	#property_teasers_area_matches {
		top: 13px !important;
	}
}

.mls {
	float: left;
}
.price {
	float: right;
}
.description {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.projects_block .project_item .hover_img {height:180px;}
	.projects_block .project_item .proj_descr {top:150px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:60px;}
	.projects_block .project_item .proj_descr .proj_descr_content a {font-size:12px; line-height:17px; margin-bottom:10px;}
	.proj_descr_content span {line-height:15px; font-size:11px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.projects_block .project_item .hover_img {height:270px;}
	.projects_block .project_item .proj_descr {top:230px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:70px;}
}
@media (max-width: 767px) {
	.projects_block .row {margin:0 auto;}
	.projects_block .project_item {max-width: 300px; margin-right: auto; margin-left: auto; margin-bottom: 20px;}
	.projects_block .project_item .proj_descr {top:200px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:58px;}
	.proj_descr { max-width: 300px;  margin-right: auto; margin-left: auto;}
	.hover_img { max-width: 300px;  margin-right: auto; margin-left: auto;}
	.noUi-value-large { font-size: 2vw; }
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow:none
}

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
    text-shadow:none
}

.btn.active, .btn:active {
    background-image:none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color:#ccc
}

.btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0;
    background-position:0 -15px
}

.btn-default.active, .btn-default:active {
    background-color: #e0e0e0;
    border-color:#dbdbdb
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image:none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#245580
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #265a88;
    background-position:0 -15px
}

.btn-primary.active, .btn-primary:active {
    background-color: #265a88;
    border-color:#245580
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image:none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#3e8f3e
}

.btn-success:focus, .btn-success:hover {
    background-color: #419641;
    background-position:0 -15px
}

.btn-success.active, .btn-success:active {
    background-color: #419641;
    border-color:#3e8f3e
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image:none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#28a4c9
}

.btn-info:focus, .btn-info:hover {
    background-color: #2aabd2;
    background-position:0 -15px
}

.btn-info.active, .btn-info:active {
    background-color: #2aabd2;
    border-color:#28a4c9
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image:none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#e38d13
}

.btn-warning:focus, .btn-warning:hover {
    background-color: #eb9316;
    background-position:0 -15px
}

.btn-warning.active, .btn-warning:active {
    background-color: #eb9316;
    border-color:#e38d13
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image:none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#b92c28
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #c12e2a;
    background-position:0 -15px
}

.btn-danger.active, .btn-danger:active {
    background-color: #c12e2a;
    border-color:#b92c28
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image:none
}
/*! nouislider - 8.1.0 - 2015-10-25 16:05:44 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.noUi-target {
    position: relative;
    direction:ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index:1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom:0
}

.noUi-handle {
    position: relative;
    z-index:1
}

.noUi-stacking .noUi-handle {
    z-index:10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition:left .3s, top .3s
}

.noUi-state-drag * {
    cursor:inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.noUi-horizontal {
    height:18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top:-6px
}

.noUi-vertical {
    width:18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top:-17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow:inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #cccccc;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition:background 450ms
}

.noUi-origin {
    border-radius:2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow:inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow:inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
    cursor:w-resize
}

.noUi-vertical .noUi-draggable {
    cursor:n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top:6px
}

.noUi-handle:after {
    left:17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top:14px
}

.noUi-vertical .noUi-handle:after {
    top:17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background:#B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor:not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.noUi-pips {
    position: absolute;
    color:#999
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align:center
}

.noUi-value-sub {
    color: #ccc;
    font-size:10px
}

.noUi-marker {
    position: absolute;
    background:#CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background:#AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width:100%
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top:20px
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top:15px
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height:5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height:10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height:15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left:100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top:-5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top:-1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width:10px
}

.noUi-marker-vertical.noUi-marker-large {
    width:15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    left: -9px;
    text-align: center;
    width:50px
}

.noUi-handle-lower .noUi-tooltip {
    top:-32px
}

.noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -o-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9d3bc), to(#016938));
	background-image: linear-gradient(to bottom, #a9d3bc 0, #016938 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff549acb', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	margin-bottom: 10px;
}
.btn-primary:hover {
	background-image: -webkit-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -o-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#016938), to(#a9d3bc));
	background-image: linear-gradient(to bottom, #016938 0, #a9d3bc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff549acb', endColorstr='#ff337ab7', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	background-position: 0 0;
}
