.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefcea;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.5rem + (1.25 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5rem + (1.25 - 1.5) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7cb518 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7cb518 !important;
  border-color: #7cb518 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9be11f !important;
  border-color: #9be11f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9be11f !important;
  border-color: #9be11f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb6e31 !important;
  border-color: #eb6e31 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f08f5f !important;
  border-color: #f08f5f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f08f5f !important;
  border-color: #f08f5f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #7cb518;
  color: #7cb518;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #48680e !important;
  background-color: transparent !important;
  border-color: #48680e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7cb518 !important;
  border-color: #7cb518 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eb6e31;
  color: #eb6e31;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b44711 !important;
  background-color: transparent !important;
  border-color: #b44711 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb6e31 !important;
  border-color: #eb6e31 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #7cb518 !important;
}
.text-secondary {
  color: #eb6e31 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3e5b0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a64110 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #7cb518;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #7cb518;
  border-color: #7cb518;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7cb518;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9ea62;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7cb518 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #7cb518;
}
/* 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: #7cb518;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7cb518;
}
.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: #7cb518;
  border-bottom-color: #7cb518;
}
.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: #7cb518 !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: #eb6e31 !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='%237cb518' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-uxBRsMl3sH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uxBRsMl3sH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxBRsMl3sH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxBRsMl3sH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uxBRsMl3sH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxBRsMl3sH .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uxBRsMl3sH .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uxBRsMl3sH .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uxBRsMl3sH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uxBRsMl3sH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxBRsMl3sH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxBRsMl3sH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxBRsMl3sH .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uxBRsMl3sH .nav-link:hover {
  color: #000000 !important;
}
.cid-uxBRsMl3sH .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxBRsMl3sH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxBRsMl3sH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 767px) {
  .cid-uxBRsMl3sH .navbar-caption {
    padding-left: 0;
  }
}
.cid-uxBRsMl3sH .navbar-caption:hover,
.cid-uxBRsMl3sH .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-uxBRsMl3sH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxBRsMl3sH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxBRsMl3sH .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #f3de2c;
  box-shadow: none;
  position: relative;
  border: 1px solid #7cb518;
}
@media (max-width: 992px) {
  .cid-uxBRsMl3sH .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uxBRsMl3sH .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uxBRsMl3sH .menu-container {
    margin: 16px;
  }
}
.cid-uxBRsMl3sH .iconfont-wrapper {
  color: #ff0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uxBRsMl3sH .iconfont-wrapper:hover,
.cid-uxBRsMl3sH .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uxBRsMl3sH .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: #f3de2c;
}
.cid-uxBRsMl3sH .nav-item:focus,
.cid-uxBRsMl3sH .nav-link:focus {
  outline: none;
}
.cid-uxBRsMl3sH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxBRsMl3sH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxBRsMl3sH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxBRsMl3sH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxBRsMl3sH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxBRsMl3sH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar.opened {
  transition: all 0.3s;
}
.cid-uxBRsMl3sH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxBRsMl3sH .navbar .navbar-logo img {
  width: auto;
}
.cid-uxBRsMl3sH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uxBRsMl3sH .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uxBRsMl3sH .navbar.collapsed {
  justify-content: center;
}
.cid-uxBRsMl3sH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxBRsMl3sH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxBRsMl3sH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxBRsMl3sH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxBRsMl3sH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxBRsMl3sH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxBRsMl3sH .navbar {
    min-height: 72px;
  }
  .cid-uxBRsMl3sH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxBRsMl3sH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxBRsMl3sH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxBRsMl3sH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxBRsMl3sH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxBRsMl3sH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxBRsMl3sH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxBRsMl3sH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxBRsMl3sH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxBRsMl3sH .dropdown-item.active,
.cid-uxBRsMl3sH .dropdown-item:active {
  background-color: transparent;
}
.cid-uxBRsMl3sH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxBRsMl3sH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxBRsMl3sH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxBRsMl3sH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3de2c;
}
.cid-uxBRsMl3sH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxBRsMl3sH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxBRsMl3sH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxBRsMl3sH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxBRsMl3sH .navbar-buttons {
    text-align: left;
  }
}
.cid-uxBRsMl3sH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxBRsMl3sH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxBRsMl3sH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxBRsMl3sH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBRsMl3sH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBRsMl3sH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxBRsMl3sH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBRsMl3sH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxBRsMl3sH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxBRsMl3sH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBRsMl3sH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxBRsMl3sH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxBRsMl3sH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxBRsMl3sH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxBRsMl3sH .navbar {
    height: 70px;
  }
  .cid-uxBRsMl3sH .navbar.opened {
    height: auto;
  }
  .cid-uxBRsMl3sH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxBRsMl3sH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxBRsMl3sH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uxBRsMl3sH .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uxBRsMl3sH .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uxBRsMl3sH .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uxBRsMl3sH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxBRsMl3sH .navbar-brand {
    margin-right: auto;
  }
  .cid-uxBRsMl3sH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3de2c;
  }
  .cid-uxBRsMl3sH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxBRsMl3sH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxBRsMl3sH .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-uxBRsMl3sH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uxBRsMl3sH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uxBRsMl3sH .navbar-brand,
.cid-uxBRsMl3sH .navbar-toggler,
.cid-uxBRsMl3sH .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMl3sH .nav-link,
.cid-uxBRsMl3sH .dropdown-item {
  color: #000000;
}
.cid-uxBRsMmt5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/1025070/assets/images/photo-1606224212267-90e55bfa1-h_m4yeqfhq.jpg");
}
.cid-uxBRsMmt5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMmt5h .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMmt5h .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uxBRsMmt5h .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxBRsMmt5h .content-wrapper .image-wrapper img {
    height: 250px !important;
  }
}
.cid-uxBRsMmt5h .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
  background-color: rgb(243 222 44 / 65%);
  border: 1px solid #7cb518;
    box-shadow: 0px -1px 1px #7cb518;
    border-radius: 10px;
}
.cid-uxBRsMmt5h .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMmt5h .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
      background-color: rgb(243 222 44 / 65%);
    border: 1px solid #7cb518;
    box-shadow: 0px -1px 1px #7cb518;
    border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uxBRsMmt5h .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uxBRsMmt5h .mbr-section-title {
  color: #ffffff;
}
.cid-uxBRsMmt5h .mbr-text,
.cid-uxBRsMmt5h .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMmt5h .mbr-section-title,
.cid-uxBRsMmt5h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxBRsMnFWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/1025070/assets/images/background1-h_m4yf3wea.jpg");
}
.cid-uxBRsMnFWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMnFWj .mbr-fallback-image {
  display: block;
  
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMnFWj .title-wrapper {
  margin-bottom: 100px;
      background-color: rgb(243 222 44 / 65%);
    border: 1px solid #7cb518;
    box-shadow: 0px -1px 1px #7cb518;
    border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uxBRsMnFWj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMnFWj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxBRsMnFWj .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMnFWj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxBRsMnFWj .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uxBRsMnFWj .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uxBRsMnFWj .item {
    padding: 0 14px;
  }
}
.cid-uxBRsMnFWj .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #7cb518;
  box-shadow: 0px -1px 1px #7cb518;
  overflow: hidden;
  background-color: rgb(243 222 44 / 50%);
}
.cid-uxBRsMnFWj .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMnFWj .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uxBRsMnFWj .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxBRsMnFWj .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uxBRsMnFWj .item .item-wrapper .border-wrap {
  border-top: 2px dashed #000000;
  margin: 0 10px;
}
.cid-uxBRsMnFWj .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #7cb518;
  padding: 24px;
  background-color: rgb(243 222 44 / 50%);
}
@media (max-width: 992px) {
  .cid-uxBRsMnFWj .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uxBRsMnFWj .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uxBRsMnFWj .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uxBRsMnFWj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMnFWj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMnFWj .item-number {
  color: #000000;
}
.cid-uxBRsMnFWj .item-title {
  color: #000000;
}
.cid-uxBRsMnFWj .item-text {
  color: #000000;
}
.cid-uxBRsMn0Gm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
  overflow: hidden;
}
.cid-uxBRsMn0Gm .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxBRsMn0Gm .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMn0Gm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uxBRsMn0Gm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxBRsMn0Gm .embla__slide .slide-content {
  width: 100%;
}
.cid-uxBRsMn0Gm .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #7cb518;
}
.cid-uxBRsMn0Gm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: cover;
}
.cid-uxBRsMn0Gm .embla__button--next,
.cid-uxBRsMn0Gm .embla__button--prev {
  display: flex;
}
.cid-uxBRsMn0Gm .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uxBRsMn0Gm .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uxBRsMn0Gm .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uxBRsMn0Gm .embla__button.embla__button--next {
  right: 0;
}
.cid-uxBRsMn0Gm .embla {
  position: relative;
  width: 100%;
}
.cid-uxBRsMn0Gm .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uxBRsMn0Gm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxBRsMn0Gm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxBRsMn0Gm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxBRsMosWn {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("/1025070/assets/images/background1-h_m4yf6w6e.jpg");
}
.cid-uxBRsMosWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMosWn .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMosWn .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxBRsMosWn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMosWn .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMosWn .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uxBRsMosWn .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uxBRsMosWn .item {
    padding: 0 14px;
  }
}
.cid-uxBRsMosWn .item .item-wrapper {
  position: relative;
  border: 1px solid #7cb518;
  background-color: rgb(243 222 44 / 65%);
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxBRsMosWn .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uxBRsMosWn .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxBRsMosWn .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #000000;
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxBRsMosWn .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxBRsMosWn .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #000000;
}
.cid-uxBRsMosWn .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-uxBRsMosWn .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-uxBRsMosWn .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-uxBRsMosWn .item-wrapper .card-box .icon-wrapper .icon-wrap {
  background-color: #7cb518 !important;
}
.cid-uxBRsMosWn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMosWn .item-title {
  color: #ffffff;
}
.cid-uxBRsMosWn .list {
  color: #ffffff;
  text-align: center;
}
.cid-uxBRsMosWn .item-title,
.cid-uxBRsMosWn .tags-wrapper,
.cid-uxBRsMosWn .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxBRsMosWn .list,
.cid-uxBRsMosWn .item-wrap {
  color: #000000;
}
.cid-uxBRsMxupW {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("/1025070/assets/images/background1-h_m4yfaf68.jpg");
}
.cid-uxBRsMxupW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMxupW .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMxupW .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-uxBRsMxupW .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uxBRsMxupW .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item {
    padding: 0 14px;
  }
}
.cid-uxBRsMxupW .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #7cb518;
  box-shadow: 0px -1px 1px #7cb518;
  border-bottom: none;
  background-color: rgb(243 222 44 / 85%);
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-uxBRsMxupW .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-uxBRsMxupW .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #eb6e31;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-uxBRsMxupW .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMxupW .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMxupW .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-uxBRsMxupW .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxBRsMxupW .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #7cb518;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: rgb(243 222 44 / 65%);;
}
.cid-uxBRsMxupW .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #7cb518;
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uxBRsMxupW .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-uxBRsMxupW .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-uxBRsMxupW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMxupW .item-title {
  color: #080813;
}
.cid-uxBRsMxupW .list {
  color: #ffffff;
}
.cid-uxBRsMxupW .item-price {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMxupW .item-title,
.cid-uxBRsMxupW .title-wrap,
.cid-uxBRsMxupW .mbr-section-btn {
  text-align: center;
}
.cid-uxBRsMxupW .item-title,
.cid-uxBRsMxupW .mbr-section-btn,
.cid-uxBRsMxupW .title-wrap {
  color: #000000;
}
.cid-uxBRsMxupW .list,
.cid-uxBRsMxupW .item-wrap {
  color: #000000;
}
.cid-uxBRsMpMxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/1025070/assets/images/background2-h_m4yfecjr.jpg");
}
.cid-uxBRsMpMxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMpMxf .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMpMxf .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #7cb518;
  background-color: rgb(243 222 44 / 65%);;
}
@media (max-width: 992px) {
  .cid-uxBRsMpMxf .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uxBRsMpMxf .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxBRsMpMxf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: rgb(243 222 44 / 65%);
  border: 1px solid #7cb518;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxBRsMpMxf .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #eb6e31;
  border-radius: 100%;
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uxBRsMpMxf .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uxBRsMpMxf .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxBRsMpMxf .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uxBRsMpMxf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMpMxf .panel-title-edit {
  color: #ffffff;
}
.cid-uxBRsMpMxf .panel-text {
  color: #ffffff;
}
.cid-uxBRsMpMxf .panel-title-edit,
.cid-uxBRsMpMxf .icon-wrapper {
  color: #000000;
}
.cid-uxBRsMpMxf .panel-text,
.cid-uxBRsMpMxf .panel-body {
  color: #000000;
}
.cid-uxBRsMphGG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMphGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMphGG .mbr-fallback-image {
  display: block;
 
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMphGG .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxBRsMphGG .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uxBRsMphGG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxBRsMphGG .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMphGG .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uxBRsMphGG .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uxBRsMphGG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uxBRsMphGG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uxBRsMphGG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #7cb518;
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content {
  border: 1px solid #7cb518;
  background-color: #f3de2c;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxBRsMphGG .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uxBRsMphGG .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxBRsMphGG .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uxBRsMphGG .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxBRsMphGG .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uxBRsMphGG .mbr-section-title {
  color: #000000;
}
.cid-uxBRsMphGG .item-title {
  color: #000000;
}
.cid-uxBRsMphGG .item-text {
  color: #000000;
}
.cid-uxBRsMtjGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMtjGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMtjGQ .mbr-fallback-image {
  display: block;
 
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMtjGQ .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMtjGQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxBRsMtjGQ .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMtjGQ .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .item {
    margin-bottom: 14px;
  }
}
.cid-uxBRsMtjGQ .item .item-wrapper {
  border: 1px solid #7cb518;
  overflow: hidden;
  background-color: #f3de2c;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .item .item-wrapper {
    display: block;
  }
}
.cid-uxBRsMtjGQ .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uxBRsMtjGQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uxBRsMtjGQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uxBRsMtjGQ .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uxBRsMtjGQ .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxBRsMtjGQ .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uxBRsMtjGQ .mbr-section-title {
  color: #000000;
}
.cid-uxBRsMtjGQ .item-title {
  color: #000000;
}
.cid-uxBRsMtjGQ .item-text {
  color: #000000;
}
.cid-uxBRsMr6AQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMr6AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMr6AQ .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMr6AQ .items-wrap {
  justify-content: space-between;
}
.cid-uxBRsMr6AQ .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxBRsMr6AQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMr6AQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxBRsMr6AQ .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uxBRsMr6AQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxBRsMr6AQ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uxBRsMr6AQ .image-wrapper {
  margin-bottom: 32px;
}
.cid-uxBRsMr6AQ .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxBRsMr6AQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uxBRsMr6AQ .mbr-section-title {
  color: #ffffff;
}
.cid-uxBRsMr6AQ .mbr-text,
.cid-uxBRsMr6AQ .text-wrapper {
  color: #000000;
}
.cid-uxBRsMr6AQ .mbr-section-title,
.cid-uxBRsMr6AQ .mbr-section-btn {
  color: #000000;
}
.cid-uxBRsMs0qs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMs0qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMs0qs .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMs0qs .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxBRsMs0qs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMs0qs .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uxBRsMs0qs .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #7cb518;
  height: 100%;
  overflow: hidden;
  background-color: #f3de2c;
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #7cb518;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uxBRsMs0qs .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uxBRsMs0qs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxBRsMs0qs .item-number {
  color: #bcfe1e;
}
.cid-uxBRsMs0qs .item-title {
  color: #000000;
}
.cid-uxBRsMs0qs .item-text {
  color: #000000;
}
.cid-uxBRsMyorV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
  overflow: hidden;
}
.cid-uxBRsMyorV .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uxBRsMyorV .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMyorV .embla__slide {
  display: flex;
  justify-content: flex-start;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  padding: 8px;
}
@media (max-width: 767px) {
  .cid-uxBRsMyorV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxBRsMyorV .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: row; /* Разделение на две части: фото и текст */
  justify-content: space-between;
  border: 1px solid #7cb518;
    padding: 24px;
}
.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: row; /* Горизонтальное расположение: фото слева, текст справа */
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}

.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img { /* Зачем оно здесь доавилось */
  flex: 1; /* Занимает 1/3 ширины */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* обеспечим, чтобы картинка занимала всю левую часть */
  margin-right: 16px; /* Отступ между фото и текстом */
}

.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* изображение будет по центру */
    height: 100%; /* для выравнивания по вертикали */
}
@media (max-width: 992px) {
  .cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}


.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img img { /* Зачем оно здесь */
  width: 100%;
  height: auto;
  object-fit: cover; /* Изображение не будет искажаться */
 /* border-radius: 50%;  Скругляем изображение */
}



.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {

 /* border-radius: 100% !important; */
  display: inline-flex;
  object-fit: cover;
}
.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-content {
  flex: 2; /* Занимает 2/3 ширины */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-content p {
  margin: 5px 0; /* Отступы между элементами */
}


.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uxBRsMyorV .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uxBRsMyorV .embla__button--next,
.cid-uxBRsMyorV .embla__button--prev {
  display: flex;
}
.cid-uxBRsMyorV .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uxBRsMyorV .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uxBRsMyorV .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uxBRsMyorV .embla__button.embla__button--next {
  right: 0;
}
.cid-uxBRsMyorV .embla {
  position: relative;
  width: 100%;
}
.cid-uxBRsMyorV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uxBRsMyorV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxBRsMyorV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxBRsMyorV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxBRsMyorV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxBRsMyorV .item-text {
  color: #ffffff;
}
.cid-uxBRsMyorV .item-name {
  color: #000000;
}
.cid-uxBRsMyorV .item-role {
  color: #000000;
}
.cid-uxBRsMyorV .item-text,
.cid-uxBRsMyorV .image-wrap {
  color: #000000;
}
.cid-uxBRsMBsXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMBsXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMBsXB .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMBsXB .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxBRsMBsXB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxBRsMBsXB .items-wrap {
  margin: 0 -7px;
}
.cid-uxBRsMBsXB .items-wrap .card {
  padding: 0 7px;
}
.cid-uxBRsMBsXB .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #7cb518;
  background-color: #f3de2c;
}
@media (max-width: 992px) {
  .cid-uxBRsMBsXB .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #7cb518 !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #7cb518;
  border-color: #7cb518;
}
.cid-uxBRsMBsXB .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uxBRsMBsXB .google-map {
  height: 100%;
}
.cid-uxBRsMBsXB .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uxBRsMBsXB .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uxBRsMBsXB .mbr-section-title {
  color: #bcfe1e;
}
.cid-uxBRsMBsXB label {
  color: #ffffff;
}
.cid-uxBRsMBsXB .mbr-section-title,
.cid-uxBRsMBsXB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxBRsMC4qu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3de2c;
}
.cid-uxBRsMC4qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBRsMC4qu .mbr-fallback-image {
  display: block;

  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBRsMC4qu .items-wrap {
  justify-content: center;
}
.cid-uxBRsMC4qu .items-wrap .card {
  justify-content: flex-end;
}
.cid-uxBRsMC4qu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxBRsMC4qu .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uxBRsMC4qu .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uxBRsMC4qu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxBRsMC4qu .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxBRsMC4qu .nav-wrapper .list .item-wrap:hover,
.cid-uxBRsMC4qu .nav-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-uxBRsMC4qu .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uxBRsMC4qu .mbr-copy {
    text-align: center;
  }
}
.cid-uxBRsMC4qu .mbr-section-title {
  color: #000000;
}
.cid-uxBRsMC4qu .list,
.cid-uxBRsMC4qu .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uxBRsMC4qu .list,
.cid-uxBRsMC4qu .item-wrap,
.cid-uxBRsMC4qu .nav-wrapper {
  color: #000000;
}

/* Основной стиль для параллакса */
.jarallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.mbr-parallax-background {
    position: relative;
    width: 100%;
    height: 100%; /* или другое подходящее значение высоты */
    overflow: hidden;
}

.parallax-wrapper {
    background-position: center center;

    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
