.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: #f8f6f6;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', 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( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #c1c2ad !important;
}
.bg-success {
  background-color: #5be1a3 !important;
}
.bg-info {
  background-color: #47d8f5 !important;
}
.bg-warning {
  background-color: #ffcf3d !important;
}
.bg-danger {
  background-color: #e25a67 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1c2ad !important;
  border-color: #c1c2ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d7d8ca !important;
  border-color: #d7d8ca !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d7d8ca !important;
  border-color: #d7d8ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #163300 !important;
  border-color: #163300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47d8f5 !important;
  border-color: #47d8f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #77e2f8 !important;
  border-color: #77e2f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #77e2f8 !important;
  border-color: #77e2f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5be1a3 !important;
  border-color: #5be1a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #86e9bb !important;
  border-color: #86e9bb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #86e9bb !important;
  border-color: #86e9bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf3d !important;
  border-color: #ffcf3d !important;
  color: #3d2e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdc70 !important;
  border-color: #ffdc70 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3d2e00 !important;
  background-color: #ffdc70 !important;
  border-color: #ffdc70 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e25a67 !important;
  border-color: #e25a67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea858f !important;
  border-color: #ea858f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea858f !important;
  border-color: #ea858f !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: #c1c2ad;
  color: #c1c2ad;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b9d7b !important;
  background-color: transparent !important;
  border-color: #9b9d7b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c2ad !important;
  border-color: #c1c2ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #163300;
  color: #163300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #163300 !important;
  border-color: #163300 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47d8f5;
  color: #47d8f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb7d9 !important;
  background-color: transparent !important;
  border-color: #0cb7d9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47d8f5 !important;
  border-color: #47d8f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5be1a3;
  color: #5be1a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23c279 !important;
  background-color: transparent !important;
  border-color: #23c279 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5be1a3 !important;
  border-color: #5be1a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf3d;
  color: #ffcf3d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e5ad00 !important;
  background-color: transparent !important;
  border-color: #e5ad00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3d2e00 !important;
  background-color: #ffcf3d !important;
  border-color: #ffcf3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e25a67;
  color: #e25a67;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c32232 !important;
  background-color: transparent !important;
  border-color: #c32232 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e25a67 !important;
  border-color: #e25a67 !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: #c1c2ad !important;
}
.text-secondary {
  color: #163300 !important;
}
.text-success {
  color: #5be1a3 !important;
}
.text-info {
  color: #47d8f5 !important;
}
.text-warning {
  color: #ffcf3d !important;
}
.text-danger {
  color: #e25a67 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #959673 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #21b571 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0babcb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d6a100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b6202e !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: #c1c2ad;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47d8f5;
}
.alert-warning {
  background-color: #ffcf3d;
}
.alert-danger {
  background-color: #e25a67;
}
.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: #c1c2ad;
  border-color: #c1c2ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c1c2ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8f8f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', 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: #c1c2ad !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', 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: #c1c2ad;
}
/* 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: #c1c2ad;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c1c2ad;
}
.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: #c1c2ad;
  border-bottom-color: #c1c2ad;
}
.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: #c1c2ad !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: #163300 !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='%23c1c2ad' %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-utIMm14pZK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utIMm14pZK .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-utIMm14pZK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utIMm14pZK .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-utIMm14pZK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utIMm14pZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utIMm14pZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utIMm14pZK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utIMm14pZK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utIMm14pZK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utIMm14pZK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utIMm14pZK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utIMm14pZK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utIMm14pZK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utIMm14pZK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utIMm14pZK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utIMm14pZK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utIMm14pZK .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utIMm14pZK .navbar-logo {
    padding-left: 0;
  }
}
.cid-utIMm14pZK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utIMm14pZK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utIMm14pZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utIMm14pZK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utIMm14pZK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utIMm14pZK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utIMm14pZK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utIMm14pZK .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.7) !important;
}
.cid-utIMm14pZK .nav-item:focus,
.cid-utIMm14pZK .nav-link:focus {
  outline: none;
}
.cid-utIMm14pZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utIMm14pZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utIMm14pZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utIMm14pZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utIMm14pZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utIMm14pZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utIMm14pZK .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-utIMm14pZK .navbar.opened {
  transition: all 0.3s;
}
.cid-utIMm14pZK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utIMm14pZK .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utIMm14pZK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utIMm14pZK .navbar.collapsed {
  justify-content: center;
}
.cid-utIMm14pZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utIMm14pZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utIMm14pZK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utIMm14pZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utIMm14pZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utIMm14pZK .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-utIMm14pZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utIMm14pZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utIMm14pZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utIMm14pZK .navbar {
    min-height: 72px;
  }
  .cid-utIMm14pZK .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utIMm14pZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utIMm14pZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utIMm14pZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utIMm14pZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utIMm14pZK .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-utIMm14pZK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utIMm14pZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utIMm14pZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utIMm14pZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utIMm14pZK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utIMm14pZK .dropdown-item.active,
.cid-utIMm14pZK .dropdown-item:active {
  background-color: transparent;
}
.cid-utIMm14pZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utIMm14pZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utIMm14pZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utIMm14pZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utIMm14pZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utIMm14pZK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utIMm14pZK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utIMm14pZK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utIMm14pZK .navbar-buttons {
    text-align: left;
  }
}
.cid-utIMm14pZK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utIMm14pZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utIMm14pZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utIMm14pZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utIMm14pZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utIMm14pZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utIMm14pZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utIMm14pZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utIMm14pZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utIMm14pZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utIMm14pZK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utIMm14pZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utIMm14pZK .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-utIMm14pZK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utIMm14pZK .navbar {
    height: 70px;
  }
  .cid-utIMm14pZK .navbar.opened {
    height: auto;
  }
  .cid-utIMm14pZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utIMm14pZK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utIMm14pZK .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-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utIMm14pZK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utIMm14pZK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utIMm14pZK .navbar-brand {
    margin-right: auto;
  }
  .cid-utIMm14pZK .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utIMm14pZK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utIMm14pZK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utIMm14pZK .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-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utIMm14pZK .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-utIMm14pZK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utIMm14pZK .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-utIMm14pZK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utIMm14pZK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utIMm14871 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utIMm14871 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utIMm14871 {
    align-items: flex-end;
  }
  .cid-utIMm14871 .row {
    justify-content: flex-start;
  }
  .cid-utIMm14871 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utIMm14871 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utIMm14871 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utIMm14871 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utIMm14871 .content-wrap {
    width: 100%;
  }
}
.cid-utIMm14871 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utIMm14871 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utIMm14871 .mbr-section-title,
.cid-utIMm14871 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utIMm14871 .mbr-text,
.cid-utIMm14871 .mbr-section-btn {
  text-align: left;
}
.cid-utIMm14871 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-utIMm151Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utIMm151Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-utIMm151Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utIMm151Om .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-utIMm151Om .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utIMm151Om .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-utIMm151Om .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-utIMm151Om .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-utIMm151Om .row {
  flex-direction: row-reverse;
}
.cid-utIMm151Om .image-wrapper {
  padding: 0 1rem;
}
.cid-utIMm151Om img,
.cid-utIMm151Om .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utIMm151Om img,
  .cid-utIMm151Om .image-wrapper {
    max-height: 350px;
  }
}
.cid-utIMm151Om .mbr-section-title {
  color: #000000;
}
.cid-utIMm151Om .mbr-text {
  color: #000000;
}
.cid-uuzLfflHVb {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uuzLfflHVb .carousel {
  width: 100%;
}
.cid-uuzLfflHVb .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uuzLfflHVb .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uuzLfflHVb .carousel-caption {
  bottom: 40px;
}
.cid-uuzLfflHVb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uuzLfflHVb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uuzLfflHVb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uuzLfflHVb .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uuzLfflHVb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uuzLfflHVb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uuzLfflHVb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uuzLfflHVb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uuzLfflHVb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuzLfflHVb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuzLfflHVb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uuzLfflHVb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uuzLfflHVb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uuzLfflHVb .carousel-indicators li.active,
.cid-uuzLfflHVb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uuzLfflHVb .carousel-indicators li::after,
.cid-uuzLfflHVb .carousel-indicators li::before {
  content: none;
}
.cid-uuzLfflHVb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uuzLfflHVb .carousel-indicators {
    display: none !important;
  }
}
.cid-utIMm15OoM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utIMm15OoM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-utIMm15OoM img,
.cid-utIMm15OoM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utIMm15OoM .item:focus,
.cid-utIMm15OoM span:focus {
  outline: none;
}
.cid-utIMm15OoM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utIMm15OoM .item {
    margin-bottom: 1rem;
  }
}
.cid-utIMm15OoM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utIMm15OoM .mbr-section-title {
  color: #232323;
}
.cid-utIMm15OoM .mbr-text,
.cid-utIMm15OoM .mbr-section-btn {
  color: #232323;
}
.cid-utIMm15OoM .item-title {
  color: #232323;
}
.cid-utIMm15OoM .content-head {
  max-width: 800px;
}
.cid-utIMm15HXV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utIMm15HXV .item:focus,
.cid-utIMm15HXV span:focus {
  outline: none;
}
.cid-utIMm15HXV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-utIMm15HXV .content-head {
  max-width: 800px;
}
.cid-utIMm15HXV .item {
  color: #320707;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-utIMm15HXV .item {
    min-height: 45px;
  }
}
.cid-utIMm15qpo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utIMm15qpo .item:focus,
.cid-utIMm15qpo span:focus {
  outline: none;
}
.cid-utIMm15qpo .item {
  cursor: pointer;
}
.cid-utIMm15qpo .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-utIMm15qpo .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-utIMm15qpo .grid-container-1,
.cid-utIMm15qpo .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-utIMm15qpo .grid-container-1,
  .cid-utIMm15qpo .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-utIMm15qpo .mbr-section-title {
  color: #000000;
}
.cid-utIMm15qpo .mbr-text,
.cid-utIMm15qpo .mbr-section-btn {
  color: #000000;
}
.cid-utIMm15qpo .content-head {
  max-width: 800px;
}
.cid-utIMm15qpo .container,
.cid-utIMm15qpo .container-fluid {
  overflow: hidden;
}
.cid-utIMm15qpo .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-utIMm15qpo .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utIMm15qpo .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utIMm15qpo .grid-item img {
    min-width: 35vw;
  }
}
.cid-utIMm15qpo .grid-container-1,
.cid-utIMm15qpo .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-utIMm15qpo .grid-container-1 {
  align-items: flex-end;
}
.cid-utIMm15qpo .grid-container-2 {
  align-items: flex-start;
}
.cid-utIMm14edS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utIMm14edS .mbr-text {
  color: #000000;
}
.cid-utIMm14edS .mbr-section-subtitle {
  color: #000000;
}
.cid-utIMm14edS .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-utIMm14edS .mbr-text,
.cid-utIMm14edS .item .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-utIMm14edS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-utIMm14edS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utIMm14edS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-utIMm14edS .mbr-card-title {
  color: #163300;
}
.cid-uBzzhmN26a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzzhmN26a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzzhmN26a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMwnk8VFl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uzMwnk8VFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMwnk8VFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utIMm18eW2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utIMm18eW2 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utIMm18eW2 .social-row .soc-item {
  margin: 8px;
}
.cid-utIMm18eW2 .social-row .soc-item a:hover .mbr-iconfont,
.cid-utIMm18eW2 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utIMm18eW2 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utIMm18eW2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utIMm18eW2 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utIMm18eW2 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utIMm18eW2 .header-menu li p {
  margin: 0;
}
.cid-utIMm18eW2 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utIMm18eW2 .mbr-section-title {
  color: #ffffff;
}
.cid-utZZ1CriOH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZ1CriOH .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-utZZ1CriOH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZ1CriOH .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-utZZ1CriOH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZ1CriOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZ1CriOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZ1CriOH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZ1CriOH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZ1CriOH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZ1CriOH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZ1CriOH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZ1CriOH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZ1CriOH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZ1CriOH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZ1CriOH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZ1CriOH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZ1CriOH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZ1CriOH .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZ1CriOH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZ1CriOH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZ1CriOH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZ1CriOH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZ1CriOH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZ1CriOH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZ1CriOH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZ1CriOH .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.7) !important;
}
.cid-utZZ1CriOH .nav-item:focus,
.cid-utZZ1CriOH .nav-link:focus {
  outline: none;
}
.cid-utZZ1CriOH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZ1CriOH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZ1CriOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZ1CriOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZ1CriOH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZ1CriOH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZ1CriOH .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-utZZ1CriOH .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZ1CriOH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZ1CriOH .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZ1CriOH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZ1CriOH .navbar.collapsed {
  justify-content: center;
}
.cid-utZZ1CriOH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZ1CriOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZ1CriOH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZ1CriOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZ1CriOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZ1CriOH .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-utZZ1CriOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZ1CriOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZ1CriOH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZ1CriOH .navbar {
    min-height: 72px;
  }
  .cid-utZZ1CriOH .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZ1CriOH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZ1CriOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZ1CriOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZ1CriOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZ1CriOH .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-utZZ1CriOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZ1CriOH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZ1CriOH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZ1CriOH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZ1CriOH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZ1CriOH .dropdown-item.active,
.cid-utZZ1CriOH .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZ1CriOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZ1CriOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZ1CriOH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZ1CriOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZ1CriOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZ1CriOH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZ1CriOH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZ1CriOH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZ1CriOH .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZ1CriOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZ1CriOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZ1CriOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZ1CriOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZ1CriOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZ1CriOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZ1CriOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZ1CriOH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZ1CriOH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZ1CriOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZ1CriOH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZ1CriOH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZ1CriOH .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-utZZ1CriOH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZ1CriOH .navbar {
    height: 70px;
  }
  .cid-utZZ1CriOH .navbar.opened {
    height: auto;
  }
  .cid-utZZ1CriOH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZ1CriOH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZ1CriOH .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-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZ1CriOH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZ1CriOH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZ1CriOH .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZ1CriOH .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZ1CriOH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZ1CriOH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZ1CriOH .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-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZ1CriOH .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-utZZ1CriOH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZ1CriOH .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-utZZ1CriOH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZ1CriOH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZ1DlQMu {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZ1DlQMu .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZ1DlQMu {
    align-items: flex-end;
  }
  .cid-utZZ1DlQMu .row {
    justify-content: flex-start;
  }
  .cid-utZZ1DlQMu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZ1DlQMu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZ1DlQMu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZ1DlQMu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZ1DlQMu .content-wrap {
    width: 100%;
  }
}
.cid-utZZ1DlQMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZ1DlQMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZ1DlQMu .mbr-section-title,
.cid-utZZ1DlQMu .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZ1DlQMu .mbr-text,
.cid-utZZ1DlQMu .mbr-section-btn {
  text-align: left;
}
.cid-utZZ1DlQMu .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-utZZ1EbPlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utZZ1EbPlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZ1EbPlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZ1EbPlr .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-utZZ1EbPlr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utZZ1EbPlr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZ1EbPlr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-utZZ1EbPlr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-utZZ1EbPlr .row {
  flex-direction: row-reverse;
}
.cid-utZZ1EbPlr .image-wrapper {
  padding: 0 1rem;
}
.cid-utZZ1EbPlr img,
.cid-utZZ1EbPlr .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utZZ1EbPlr img,
  .cid-utZZ1EbPlr .image-wrapper {
    max-height: 350px;
  }
}
.cid-utZZ1EbPlr .mbr-section-title {
  color: #000000;
}
.cid-utZZ1EbPlr .mbr-text {
  color: #000000;
}
.cid-uuF3G1EtHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uuF3G1EtHB .carousel {
  height: 800px;
}
.cid-uuF3G1EtHB .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuF3G1EtHB .carousel-item,
.cid-uuF3G1EtHB .carousel-inner {
  height: 100%;
}
.cid-uuF3G1EtHB .carousel-caption {
  bottom: 40px;
}
.cid-uuF3G1EtHB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uuF3G1EtHB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uuF3G1EtHB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uuF3G1EtHB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uuF3G1EtHB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uuF3G1EtHB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uuF3G1EtHB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uuF3G1EtHB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uuF3G1EtHB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuF3G1EtHB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuF3G1EtHB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uuF3G1EtHB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uuF3G1EtHB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uuF3G1EtHB .carousel-indicators li.active,
.cid-uuF3G1EtHB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uuF3G1EtHB .carousel-indicators li::after,
.cid-uuF3G1EtHB .carousel-indicators li::before {
  content: none;
}
.cid-uuF3G1EtHB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uuF3G1EtHB .carousel-indicators {
    display: none !important;
  }
}
.cid-uu00tcVRHb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uu00tcVRHb img,
.cid-uu00tcVRHb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uu00tcVRHb .item:focus,
.cid-uu00tcVRHb span:focus {
  outline: none;
}
.cid-uu00tcVRHb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uu00tcVRHb .item {
    margin-bottom: 1rem;
  }
}
.cid-uu00tcVRHb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uu00tcVRHb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uu00tcVRHb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uu00tcVRHb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uu00tcVRHb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uu00tcVRHb .mbr-section-title {
  color: #000000;
}
.cid-uu00tcVRHb .item-title {
  text-align: left;
}
.cid-uu00tcVRHb .item-subtitle {
  text-align: left;
}
.cid-uu00tcVRHb .mbr-text,
.cid-uu00tcVRHb .item .mbr-section-btn {
  text-align: left;
}
.cid-uu00tcVRHb .content-head {
  max-width: 800px;
}
.cid-uMGOmXEZ96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMGOmXEZ96 img,
.cid-uMGOmXEZ96 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMGOmXEZ96 .item:focus,
.cid-uMGOmXEZ96 span:focus {
  outline: none;
}
.cid-uMGOmXEZ96 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMGOmXEZ96 .item {
    margin-bottom: 1rem;
  }
}
.cid-uMGOmXEZ96 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMGOmXEZ96 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMGOmXEZ96 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uMGOmXEZ96 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMGOmXEZ96 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMGOmXEZ96 .mbr-section-title {
  color: #000000;
}
.cid-uMGOmXEZ96 .item-title {
  text-align: left;
}
.cid-uMGOmXEZ96 .item-subtitle {
  text-align: left;
}
.cid-uMGOmXEZ96 .mbr-text,
.cid-uMGOmXEZ96 .item .mbr-section-btn {
  text-align: left;
}
.cid-uMGOmXEZ96 .content-head {
  max-width: 800px;
}
.cid-uu00wZMNIi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uu00wZMNIi img,
.cid-uu00wZMNIi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uu00wZMNIi .item:focus,
.cid-uu00wZMNIi span:focus {
  outline: none;
}
.cid-uu00wZMNIi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uu00wZMNIi .item {
    margin-bottom: 1rem;
  }
}
.cid-uu00wZMNIi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uu00wZMNIi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uu00wZMNIi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uu00wZMNIi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uu00wZMNIi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uu00wZMNIi .mbr-section-title {
  color: #000000;
}
.cid-uu00wZMNIi .item-title {
  text-align: left;
}
.cid-uu00wZMNIi .item-subtitle {
  text-align: left;
}
.cid-uu00wZMNIi .mbr-text,
.cid-uu00wZMNIi .item .mbr-section-btn {
  text-align: left;
}
.cid-uu00wZMNIi .content-head {
  max-width: 800px;
}
.cid-uu00s8YUtI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uu00s8YUtI img,
.cid-uu00s8YUtI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uu00s8YUtI .item:focus,
.cid-uu00s8YUtI span:focus {
  outline: none;
}
.cid-uu00s8YUtI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uu00s8YUtI .item {
    margin-bottom: 1rem;
  }
}
.cid-uu00s8YUtI .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uu00s8YUtI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uu00s8YUtI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uu00s8YUtI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uu00s8YUtI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uu00s8YUtI .mbr-section-title {
  color: #000000;
}
.cid-uu00s8YUtI .item-title {
  text-align: left;
}
.cid-uu00s8YUtI .item-subtitle {
  text-align: left;
}
.cid-uu00s8YUtI .mbr-text,
.cid-uu00s8YUtI .item .mbr-section-btn {
  text-align: left;
}
.cid-uu00s8YUtI .content-head {
  max-width: 800px;
}
.cid-uuR2C1qYTY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uuR2C1qYTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuR2C1qYTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuR2C1qYTY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uuR2C1qYTY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uuR2C1qYTY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uuR2C1qYTY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uuR2C1qYTY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uuR2C1qYTY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uuR2C1qYTY .carousel-control,
.cid-uuR2C1qYTY .close {
  background: #1b1b1b;
}
.cid-uuR2C1qYTY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uuR2C1qYTY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uuR2C1qYTY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uuR2C1qYTY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uuR2C1qYTY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuR2C1qYTY .close::before {
  content: '\e91a';
}
.cid-uuR2C1qYTY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuR2C1qYTY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uuR2C1qYTY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuR2C1qYTY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuR2C1qYTY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uuR2C1qYTY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uuR2C1qYTY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uuR2C1qYTY .carousel-indicators li.active,
.cid-uuR2C1qYTY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uuR2C1qYTY .carousel-indicators li::after,
.cid-uuR2C1qYTY .carousel-indicators li::before {
  content: none;
}
.cid-uuR2C1qYTY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uuR2C1qYTY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uuR2C1qYTY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uuR2C1qYTY .carousel-indicators {
    display: none;
  }
}
.cid-uuR2C1qYTY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uuR2C1qYTY .carousel-inner > .active {
  display: block;
}
.cid-uuR2C1qYTY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuR2C1qYTY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuR2C1qYTY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uuR2C1qYTY .carousel-control,
  .cid-uuR2C1qYTY .carousel-indicators,
  .cid-uuR2C1qYTY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uuR2C1qYTY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uuR2C1qYTY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uuR2C1qYTY .carousel-indicators .active,
.cid-uuR2C1qYTY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uuR2C1qYTY .carousel-indicators .active {
  background: #fff;
}
.cid-uuR2C1qYTY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uuR2C1qYTY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uuR2C1qYTY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uuR2C1qYTY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uuR2C1qYTY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uuR2C1qYTY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uuR2C1qYTY .carousel {
  width: 100%;
}
.cid-uuR2C1qYTY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uuR2C1qYTY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uuR2C1qYTY .modal.fade .modal-dialog,
.cid-uuR2C1qYTY .modal.in .modal-dialog {
  transform: none;
}
.cid-uuR2C1qYTY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uuR2C1qYTY H6 {
  text-align: center;
}
.cid-utZZ1HC04L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZ1HC04L .item:focus,
.cid-utZZ1HC04L span:focus {
  outline: none;
}
.cid-utZZ1HC04L .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-utZZ1HC04L .content-head {
  max-width: 800px;
}
.cid-utZZ1HC04L .item {
  color: #320707;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-utZZ1HC04L .item {
    min-height: 45px;
  }
}
.cid-utZZ1IbX8h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZ1IbX8h .item:focus,
.cid-utZZ1IbX8h span:focus {
  outline: none;
}
.cid-utZZ1IbX8h .item {
  cursor: pointer;
}
.cid-utZZ1IbX8h .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-utZZ1IbX8h .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-utZZ1IbX8h .grid-container-1,
.cid-utZZ1IbX8h .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-utZZ1IbX8h .grid-container-1,
  .cid-utZZ1IbX8h .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-utZZ1IbX8h .mbr-section-title {
  color: #000000;
}
.cid-utZZ1IbX8h .mbr-text,
.cid-utZZ1IbX8h .mbr-section-btn {
  color: #000000;
}
.cid-utZZ1IbX8h .content-head {
  max-width: 800px;
}
.cid-utZZ1IbX8h .container,
.cid-utZZ1IbX8h .container-fluid {
  overflow: hidden;
}
.cid-utZZ1IbX8h .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-utZZ1IbX8h .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utZZ1IbX8h .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utZZ1IbX8h .grid-item img {
    min-width: 35vw;
  }
}
.cid-utZZ1IbX8h .grid-container-1,
.cid-utZZ1IbX8h .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-utZZ1IbX8h .grid-container-1 {
  align-items: flex-end;
}
.cid-utZZ1IbX8h .grid-container-2 {
  align-items: flex-start;
}
.cid-utZZ1K8IJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utZZ1K8IJl .mbr-text {
  color: #000000;
}
.cid-utZZ1K8IJl .mbr-section-subtitle {
  color: #000000;
}
.cid-utZZ1K8IJl .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-utZZ1K8IJl .mbr-text,
.cid-utZZ1K8IJl .item .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-utZZ1K8IJl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-utZZ1K8IJl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZ1K8IJl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-utZZ1K8IJl .mbr-card-title {
  color: #163300;
}
.cid-uBzvVyo1A9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzvVyo1A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzvVyo1A9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzvZL1GzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzvZL1GzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzvZL1GzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZ1LPNzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZ1LPNzZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZ1LPNzZ .social-row .soc-item {
  margin: 8px;
}
.cid-utZZ1LPNzZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZ1LPNzZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZ1LPNzZ .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZ1LPNzZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZ1LPNzZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZ1LPNzZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZ1LPNzZ .header-menu li p {
  margin: 0;
}
.cid-utZZ1LPNzZ .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZ1LPNzZ .mbr-section-title {
  color: #ffffff;
}
.cid-utZZ6wJED4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZ6wJED4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZ6wJED4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZ6wJED4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZ6wJED4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZ6wJED4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZ6wJED4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZ6wJED4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZ6wJED4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZ6wJED4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZ6wJED4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZ6wJED4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZ6wJED4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZ6wJED4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZ6wJED4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZ6wJED4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZ6wJED4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZ6wJED4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZ6wJED4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZ6wJED4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZ6wJED4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZ6wJED4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZ6wJED4 .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.7) !important;
}
.cid-utZZ6wJED4 .nav-item:focus,
.cid-utZZ6wJED4 .nav-link:focus {
  outline: none;
}
.cid-utZZ6wJED4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZ6wJED4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZ6wJED4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZ6wJED4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZ6wJED4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZ6wJED4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZ6wJED4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZ6wJED4 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZ6wJED4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZ6wJED4 .navbar.collapsed {
  justify-content: center;
}
.cid-utZZ6wJED4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZ6wJED4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZ6wJED4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZ6wJED4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZ6wJED4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZ6wJED4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZ6wJED4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZ6wJED4 .navbar {
    min-height: 72px;
  }
  .cid-utZZ6wJED4 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZ6wJED4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZ6wJED4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZ6wJED4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZ6wJED4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZ6wJED4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZ6wJED4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZ6wJED4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZ6wJED4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZ6wJED4 .dropdown-item.active,
.cid-utZZ6wJED4 .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZ6wJED4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZ6wJED4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZ6wJED4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZ6wJED4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZ6wJED4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZ6wJED4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZ6wJED4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZ6wJED4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZ6wJED4 .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZ6wJED4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZ6wJED4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZ6wJED4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZ6wJED4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZ6wJED4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZ6wJED4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZ6wJED4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZ6wJED4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZ6wJED4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZ6wJED4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZ6wJED4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZ6wJED4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZ6wJED4 .navbar {
    height: 70px;
  }
  .cid-utZZ6wJED4 .navbar.opened {
    height: auto;
  }
  .cid-utZZ6wJED4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZ6wJED4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZ6wJED4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZ6wJED4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZ6wJED4 .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZ6wJED4 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZ6wJED4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZ6wJED4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZ6wJED4 .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-utZZ6wJED4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZ6wJED4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZ6xzYVs {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZ6xzYVs .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZ6xzYVs {
    align-items: flex-end;
  }
  .cid-utZZ6xzYVs .row {
    justify-content: flex-start;
  }
  .cid-utZZ6xzYVs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZ6xzYVs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZ6xzYVs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZ6xzYVs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZ6xzYVs .content-wrap {
    width: 100%;
  }
}
.cid-utZZ6xzYVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZ6xzYVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZ6xzYVs .mbr-section-title,
.cid-utZZ6xzYVs .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZ6xzYVs .mbr-text,
.cid-utZZ6xzYVs .mbr-section-btn {
  text-align: left;
}
.cid-utZZ6xzYVs .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uAHQOcr3nn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uAHQOcr3nn img,
.cid-uAHQOcr3nn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAHQOcr3nn .item:focus,
.cid-uAHQOcr3nn span:focus {
  outline: none;
}
.cid-uAHQOcr3nn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAHQOcr3nn .item {
    margin-bottom: 1rem;
  }
}
.cid-uAHQOcr3nn .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAHQOcr3nn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAHQOcr3nn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uAHQOcr3nn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAHQOcr3nn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAHQOcr3nn .mbr-section-title {
  color: #000000;
}
.cid-uAHQOcr3nn .item-title {
  text-align: left;
}
.cid-uAHQOcr3nn .item-subtitle {
  text-align: left;
}
.cid-uAHQOcr3nn .mbr-text,
.cid-uAHQOcr3nn .item .mbr-section-btn {
  text-align: left;
}
.cid-uAHQOcr3nn .content-head {
  max-width: 800px;
}
.cid-utZZ6AQdmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZ6AQdmj .item:focus,
.cid-utZZ6AQdmj span:focus {
  outline: none;
}
.cid-utZZ6AQdmj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-utZZ6AQdmj .content-head {
  max-width: 800px;
}
.cid-utZZ6AQdmj .item {
  color: #320707;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-utZZ6AQdmj .item {
    min-height: 45px;
  }
}
.cid-utZZ6BmPGj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZ6BmPGj .item:focus,
.cid-utZZ6BmPGj span:focus {
  outline: none;
}
.cid-utZZ6BmPGj .item {
  cursor: pointer;
}
.cid-utZZ6BmPGj .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-utZZ6BmPGj .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-utZZ6BmPGj .grid-container-1,
.cid-utZZ6BmPGj .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-utZZ6BmPGj .grid-container-1,
  .cid-utZZ6BmPGj .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-utZZ6BmPGj .mbr-section-title {
  color: #000000;
}
.cid-utZZ6BmPGj .mbr-text,
.cid-utZZ6BmPGj .mbr-section-btn {
  color: #000000;
}
.cid-utZZ6BmPGj .content-head {
  max-width: 800px;
}
.cid-utZZ6BmPGj .container,
.cid-utZZ6BmPGj .container-fluid {
  overflow: hidden;
}
.cid-utZZ6BmPGj .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-utZZ6BmPGj .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utZZ6BmPGj .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utZZ6BmPGj .grid-item img {
    min-width: 35vw;
  }
}
.cid-utZZ6BmPGj .grid-container-1,
.cid-utZZ6BmPGj .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-utZZ6BmPGj .grid-container-1 {
  align-items: flex-end;
}
.cid-utZZ6BmPGj .grid-container-2 {
  align-items: flex-start;
}
.cid-utZZ6E2c7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utZZ6E2c7I .mbr-text {
  color: #000000;
}
.cid-utZZ6E2c7I .mbr-section-subtitle {
  color: #000000;
}
.cid-utZZ6E2c7I .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-utZZ6E2c7I .mbr-text,
.cid-utZZ6E2c7I .item .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-utZZ6E2c7I .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-utZZ6E2c7I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZ6E2c7I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-utZZ6E2c7I .mbr-card-title {
  color: #163300;
}
.cid-uBzALf3zhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzALf3zhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzALf3zhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzAKuTVjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzAKuTVjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzAKuTVjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZ6G0KP9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZ6G0KP9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZ6G0KP9 .social-row .soc-item {
  margin: 8px;
}
.cid-utZZ6G0KP9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZ6G0KP9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZ6G0KP9 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZ6G0KP9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZ6G0KP9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZ6G0KP9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZ6G0KP9 .header-menu li p {
  margin: 0;
}
.cid-utZZ6G0KP9 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZ6G0KP9 .mbr-section-title {
  color: #ffffff;
}
.cid-utZZcD87db {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZcD87db .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-utZZcD87db .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZcD87db .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-utZZcD87db .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZcD87db .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZcD87db .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZcD87db .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZcD87db .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZcD87db .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZcD87db .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZcD87db .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZcD87db .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZcD87db .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZcD87db .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZcD87db .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZcD87db .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZcD87db .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZcD87db .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZcD87db .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZcD87db .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZcD87db .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZcD87db .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZcD87db .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZcD87db .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZcD87db .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZcD87db .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.7) !important;
}
.cid-utZZcD87db .nav-item:focus,
.cid-utZZcD87db .nav-link:focus {
  outline: none;
}
.cid-utZZcD87db .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZcD87db .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZcD87db .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZcD87db .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZcD87db .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZcD87db .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZcD87db .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-utZZcD87db .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZcD87db .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZcD87db .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZcD87db .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZcD87db .navbar.collapsed {
  justify-content: center;
}
.cid-utZZcD87db .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZcD87db .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZcD87db .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZcD87db .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZcD87db .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZcD87db .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-utZZcD87db .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZcD87db .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZcD87db .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZcD87db .navbar {
    min-height: 72px;
  }
  .cid-utZZcD87db .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZcD87db .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZcD87db .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZcD87db .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZcD87db .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZcD87db .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-utZZcD87db .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZcD87db .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZcD87db .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZcD87db .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZcD87db .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZcD87db .dropdown-item.active,
.cid-utZZcD87db .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZcD87db .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZcD87db .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZcD87db .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZcD87db .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZcD87db .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZcD87db .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZcD87db ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZcD87db .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZcD87db .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZcD87db button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZcD87db button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZcD87db button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZcD87db button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZcD87db button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZcD87db button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZcD87db nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZcD87db nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZcD87db nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZcD87db nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZcD87db .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZcD87db a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZcD87db .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-utZZcD87db .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZcD87db .navbar {
    height: 70px;
  }
  .cid-utZZcD87db .navbar.opened {
    height: auto;
  }
  .cid-utZZcD87db .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZcD87db .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZcD87db .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-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZcD87db .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZcD87db .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZcD87db .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZcD87db .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZcD87db .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZcD87db .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZcD87db .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-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZcD87db .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-utZZcD87db .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZcD87db .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-utZZcD87db .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZcD87db .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZcEF3zj {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZcEF3zj .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZcEF3zj {
    align-items: flex-end;
  }
  .cid-utZZcEF3zj .row {
    justify-content: flex-start;
  }
  .cid-utZZcEF3zj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZcEF3zj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZcEF3zj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZcEF3zj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZcEF3zj .content-wrap {
    width: 100%;
  }
}
.cid-utZZcEF3zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZcEF3zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZcEF3zj .mbr-section-title,
.cid-utZZcEF3zj .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZcEF3zj .mbr-text,
.cid-utZZcEF3zj .mbr-section-btn {
  text-align: left;
}
.cid-utZZcEF3zj .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uAZyOoFQXo {
  background-color: #edefeb;
}
.cid-uAZyOoFQXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyOoFQXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyOoFQXo .row {
  flex-direction: row-reverse;
}
.cid-uAZyOoFQXo .mbr-description {
  text-align: center;
}
.cid-uAZyw2afLA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uAZyw2afLA img,
.cid-uAZyw2afLA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAZyw2afLA .item:focus,
.cid-uAZyw2afLA span:focus {
  outline: none;
}
.cid-uAZyw2afLA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAZyw2afLA .item {
    margin-bottom: 1rem;
  }
}
.cid-uAZyw2afLA .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZyw2afLA .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZyw2afLA .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uAZyw2afLA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAZyw2afLA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAZyw2afLA .mbr-section-title {
  color: #000000;
}
.cid-uAZyw2afLA .item-title {
  text-align: left;
}
.cid-uAZyw2afLA .item-subtitle {
  text-align: left;
}
.cid-uAZyw2afLA .mbr-text,
.cid-uAZyw2afLA .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZyw2afLA .content-head {
  max-width: 800px;
}
.cid-utZZcIrE6X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZcIrE6X .item:focus,
.cid-utZZcIrE6X span:focus {
  outline: none;
}
.cid-utZZcIrE6X .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-utZZcIrE6X .content-head {
  max-width: 800px;
}
.cid-utZZcIrE6X .item {
  color: #320707;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-utZZcIrE6X .item {
    min-height: 45px;
  }
}
.cid-utZZcIY7mO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZZcIY7mO .item:focus,
.cid-utZZcIY7mO span:focus {
  outline: none;
}
.cid-utZZcIY7mO .item {
  cursor: pointer;
}
.cid-utZZcIY7mO .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-utZZcIY7mO .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-utZZcIY7mO .grid-container-1,
.cid-utZZcIY7mO .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-utZZcIY7mO .grid-container-1,
  .cid-utZZcIY7mO .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-utZZcIY7mO .mbr-section-title {
  color: #000000;
}
.cid-utZZcIY7mO .mbr-text,
.cid-utZZcIY7mO .mbr-section-btn {
  color: #000000;
}
.cid-utZZcIY7mO .content-head {
  max-width: 800px;
}
.cid-utZZcIY7mO .container,
.cid-utZZcIY7mO .container-fluid {
  overflow: hidden;
}
.cid-utZZcIY7mO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-utZZcIY7mO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utZZcIY7mO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-utZZcIY7mO .grid-item img {
    min-width: 35vw;
  }
}
.cid-utZZcIY7mO .grid-container-1,
.cid-utZZcIY7mO .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-utZZcIY7mO .grid-container-1 {
  align-items: flex-end;
}
.cid-utZZcIY7mO .grid-container-2 {
  align-items: flex-start;
}
.cid-utZZcLs07G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-utZZcLs07G .mbr-text {
  color: #000000;
}
.cid-utZZcLs07G .mbr-section-subtitle {
  color: #000000;
}
.cid-utZZcLs07G .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-utZZcLs07G .mbr-text,
.cid-utZZcLs07G .item .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-utZZcLs07G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-utZZcLs07G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZcLs07G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-utZZcLs07G .mbr-card-title {
  color: #163300;
}
.cid-uBzvicWmI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzvicWmI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzvicWmI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzArdIc77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzArdIc77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzArdIc77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZcNqe2U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZcNqe2U .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZcNqe2U .social-row .soc-item {
  margin: 8px;
}
.cid-utZZcNqe2U .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZcNqe2U .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZcNqe2U .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZcNqe2U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZcNqe2U .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZcNqe2U .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZcNqe2U .header-menu li p {
  margin: 0;
}
.cid-utZZcNqe2U .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZcNqe2U .mbr-section-title {
  color: #ffffff;
}
.cid-utZZeX4eQR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZeX4eQR .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-utZZeX4eQR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZeX4eQR .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-utZZeX4eQR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZeX4eQR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZeX4eQR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZeX4eQR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZeX4eQR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZeX4eQR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZeX4eQR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZeX4eQR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZeX4eQR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZeX4eQR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZeX4eQR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZeX4eQR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZeX4eQR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZeX4eQR .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZeX4eQR .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZeX4eQR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZeX4eQR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZeX4eQR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZeX4eQR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZeX4eQR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZeX4eQR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZeX4eQR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZeX4eQR .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.7) !important;
}
.cid-utZZeX4eQR .nav-item:focus,
.cid-utZZeX4eQR .nav-link:focus {
  outline: none;
}
.cid-utZZeX4eQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZeX4eQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZeX4eQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZeX4eQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZeX4eQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZeX4eQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZeX4eQR .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-utZZeX4eQR .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZeX4eQR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZeX4eQR .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZeX4eQR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZeX4eQR .navbar.collapsed {
  justify-content: center;
}
.cid-utZZeX4eQR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZeX4eQR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZeX4eQR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZeX4eQR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZeX4eQR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZeX4eQR .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-utZZeX4eQR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZeX4eQR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZeX4eQR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZeX4eQR .navbar {
    min-height: 72px;
  }
  .cid-utZZeX4eQR .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZeX4eQR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZeX4eQR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZeX4eQR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZeX4eQR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZeX4eQR .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-utZZeX4eQR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZeX4eQR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZeX4eQR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZeX4eQR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZeX4eQR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZeX4eQR .dropdown-item.active,
.cid-utZZeX4eQR .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZeX4eQR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZeX4eQR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZeX4eQR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZeX4eQR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZeX4eQR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZeX4eQR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZeX4eQR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZeX4eQR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZeX4eQR .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZeX4eQR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZeX4eQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZeX4eQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZeX4eQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZeX4eQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZeX4eQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZeX4eQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZeX4eQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZeX4eQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZeX4eQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZeX4eQR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZeX4eQR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZeX4eQR .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-utZZeX4eQR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZeX4eQR .navbar {
    height: 70px;
  }
  .cid-utZZeX4eQR .navbar.opened {
    height: auto;
  }
  .cid-utZZeX4eQR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZeX4eQR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZeX4eQR .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-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZeX4eQR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZeX4eQR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZeX4eQR .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZeX4eQR .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZeX4eQR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZeX4eQR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZeX4eQR .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-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZeX4eQR .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-utZZeX4eQR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZeX4eQR .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-utZZeX4eQR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZeX4eQR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZeYzTU6 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZeYzTU6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZeYzTU6 {
    align-items: flex-end;
  }
  .cid-utZZeYzTU6 .row {
    justify-content: flex-start;
  }
  .cid-utZZeYzTU6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZeYzTU6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZeYzTU6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZeYzTU6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZeYzTU6 .content-wrap {
    width: 100%;
  }
}
.cid-utZZeYzTU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZeYzTU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZeYzTU6 .mbr-section-title,
.cid-utZZeYzTU6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZeYzTU6 .mbr-text,
.cid-utZZeYzTU6 .mbr-section-btn {
  text-align: left;
}
.cid-utZZeYzTU6 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uu06Yb0aeo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-uu06Yb0aeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu06Yb0aeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu06Yb0aeo .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uu06Yb0aeo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uu06Yb0aeo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uu06Yb0aeo .card-wrapper {
    padding: 4rem;
  }
}
.cid-uu06Yb0aeo .mbr-text,
.cid-uu06Yb0aeo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uu06Yb0aeo .card-title,
.cid-uu06Yb0aeo .card-box {
  text-align: left;
  color: #000000;
}
.cid-utZZf6dHFS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZf6dHFS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZf6dHFS .social-row .soc-item {
  margin: 8px;
}
.cid-utZZf6dHFS .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZf6dHFS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZf6dHFS .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZf6dHFS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZf6dHFS .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZf6dHFS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZf6dHFS .header-menu li p {
  margin: 0;
}
.cid-utZZf6dHFS .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZf6dHFS .mbr-section-title {
  color: #ffffff;
}
.cid-utZZhi3td9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZhi3td9 .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-utZZhi3td9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZhi3td9 .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-utZZhi3td9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZhi3td9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZhi3td9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZhi3td9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZhi3td9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZhi3td9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZhi3td9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZhi3td9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZhi3td9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZhi3td9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZhi3td9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZhi3td9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZhi3td9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZhi3td9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZhi3td9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZhi3td9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZhi3td9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZhi3td9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZhi3td9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZhi3td9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZhi3td9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZhi3td9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZhi3td9 .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.7) !important;
}
.cid-utZZhi3td9 .nav-item:focus,
.cid-utZZhi3td9 .nav-link:focus {
  outline: none;
}
.cid-utZZhi3td9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZhi3td9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZhi3td9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZhi3td9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZhi3td9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZhi3td9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZhi3td9 .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-utZZhi3td9 .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZhi3td9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZhi3td9 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZhi3td9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZhi3td9 .navbar.collapsed {
  justify-content: center;
}
.cid-utZZhi3td9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZhi3td9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZhi3td9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZhi3td9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZhi3td9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZhi3td9 .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-utZZhi3td9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZhi3td9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZhi3td9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZhi3td9 .navbar {
    min-height: 72px;
  }
  .cid-utZZhi3td9 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZhi3td9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZhi3td9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZhi3td9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZhi3td9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZhi3td9 .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-utZZhi3td9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZhi3td9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZhi3td9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZhi3td9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZhi3td9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZhi3td9 .dropdown-item.active,
.cid-utZZhi3td9 .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZhi3td9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZhi3td9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZhi3td9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZhi3td9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZhi3td9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZhi3td9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZhi3td9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZhi3td9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZhi3td9 .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZhi3td9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZhi3td9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZhi3td9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZhi3td9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZhi3td9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZhi3td9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZhi3td9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZhi3td9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZhi3td9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZhi3td9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZhi3td9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZhi3td9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZhi3td9 .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-utZZhi3td9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZhi3td9 .navbar {
    height: 70px;
  }
  .cid-utZZhi3td9 .navbar.opened {
    height: auto;
  }
  .cid-utZZhi3td9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZhi3td9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZhi3td9 .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-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZhi3td9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZhi3td9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZhi3td9 .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZhi3td9 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZhi3td9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZhi3td9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZhi3td9 .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-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZhi3td9 .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-utZZhi3td9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZhi3td9 .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-utZZhi3td9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZhi3td9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZhjxm4h {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZhjxm4h .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZhjxm4h {
    align-items: flex-end;
  }
  .cid-utZZhjxm4h .row {
    justify-content: flex-start;
  }
  .cid-utZZhjxm4h .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZhjxm4h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZhjxm4h {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZhjxm4h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZhjxm4h .content-wrap {
    width: 100%;
  }
}
.cid-utZZhjxm4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZhjxm4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZhjxm4h .mbr-section-title,
.cid-utZZhjxm4h .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZhjxm4h .mbr-text,
.cid-utZZhjxm4h .mbr-section-btn {
  text-align: left;
}
.cid-utZZhjxm4h .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uvZek5nx5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uvZek5nx5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZek5nx5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvZek5nx5X .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvZek5nx5X .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvZek5nx5X .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvZek5nx5X .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvZek5nx5X .mbr-text,
.cid-uvZek5nx5X .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uvZek5nx5X .card-title,
.cid-uvZek5nx5X .card-box {
  text-align: left;
  color: #000000;
}
.cid-utZZhs056T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZhs056T .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZhs056T .social-row .soc-item {
  margin: 8px;
}
.cid-utZZhs056T .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZhs056T .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZhs056T .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZhs056T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZhs056T .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZhs056T .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZhs056T .header-menu li p {
  margin: 0;
}
.cid-utZZhs056T .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZhs056T .mbr-section-title {
  color: #ffffff;
}
.cid-utZZkHxJpa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utZZkHxJpa .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-utZZkHxJpa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utZZkHxJpa .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-utZZkHxJpa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-utZZkHxJpa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZZkHxJpa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZZkHxJpa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-utZZkHxJpa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-utZZkHxJpa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-utZZkHxJpa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utZZkHxJpa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utZZkHxJpa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utZZkHxJpa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-utZZkHxJpa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utZZkHxJpa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utZZkHxJpa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utZZkHxJpa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utZZkHxJpa .navbar-logo {
    padding-left: 0;
  }
}
.cid-utZZkHxJpa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZkHxJpa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utZZkHxJpa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-utZZkHxJpa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-utZZkHxJpa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utZZkHxJpa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utZZkHxJpa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZZkHxJpa .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.7) !important;
}
.cid-utZZkHxJpa .nav-item:focus,
.cid-utZZkHxJpa .nav-link:focus {
  outline: none;
}
.cid-utZZkHxJpa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZZkHxJpa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZZkHxJpa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZZkHxJpa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZZkHxJpa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZZkHxJpa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZZkHxJpa .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-utZZkHxJpa .navbar.opened {
  transition: all 0.3s;
}
.cid-utZZkHxJpa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZZkHxJpa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-utZZkHxJpa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utZZkHxJpa .navbar.collapsed {
  justify-content: center;
}
.cid-utZZkHxJpa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZZkHxJpa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZZkHxJpa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utZZkHxJpa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZZkHxJpa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZZkHxJpa .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-utZZkHxJpa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZZkHxJpa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZZkHxJpa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utZZkHxJpa .navbar {
    min-height: 72px;
  }
  .cid-utZZkHxJpa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utZZkHxJpa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZZkHxJpa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZZkHxJpa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZZkHxJpa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZZkHxJpa .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-utZZkHxJpa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZZkHxJpa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utZZkHxJpa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZZkHxJpa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZZkHxJpa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utZZkHxJpa .dropdown-item.active,
.cid-utZZkHxJpa .dropdown-item:active {
  background-color: transparent;
}
.cid-utZZkHxJpa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZZkHxJpa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZZkHxJpa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZZkHxJpa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZZkHxJpa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utZZkHxJpa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utZZkHxJpa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZZkHxJpa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utZZkHxJpa .navbar-buttons {
    text-align: left;
  }
}
.cid-utZZkHxJpa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZZkHxJpa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-utZZkHxJpa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZZkHxJpa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZkHxJpa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZZkHxJpa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZZkHxJpa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZkHxJpa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZZkHxJpa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZZkHxJpa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZZkHxJpa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utZZkHxJpa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZZkHxJpa .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-utZZkHxJpa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZZkHxJpa .navbar {
    height: 70px;
  }
  .cid-utZZkHxJpa .navbar.opened {
    height: auto;
  }
  .cid-utZZkHxJpa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZZkHxJpa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utZZkHxJpa .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-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utZZkHxJpa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utZZkHxJpa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utZZkHxJpa .navbar-brand {
    margin-right: auto;
  }
  .cid-utZZkHxJpa .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utZZkHxJpa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utZZkHxJpa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utZZkHxJpa .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-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utZZkHxJpa .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-utZZkHxJpa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utZZkHxJpa .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-utZZkHxJpa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utZZkHxJpa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utZZkIrP5c {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-utZZkIrP5c .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-utZZkIrP5c {
    align-items: flex-end;
  }
  .cid-utZZkIrP5c .row {
    justify-content: flex-start;
  }
  .cid-utZZkIrP5c .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utZZkIrP5c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-utZZkIrP5c {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-utZZkIrP5c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utZZkIrP5c .content-wrap {
    width: 100%;
  }
}
.cid-utZZkIrP5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-utZZkIrP5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utZZkIrP5c .mbr-section-title,
.cid-utZZkIrP5c .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-utZZkIrP5c .mbr-text,
.cid-utZZkIrP5c .mbr-section-btn {
  text-align: left;
}
.cid-utZZkIrP5c .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uvTHjMdA31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uvTHjMdA31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTHjMdA31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTHjMdA31 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvTHjMdA31 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvTHjMdA31 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvTHjMdA31 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvTHjMdA31 .mbr-text,
.cid-uvTHjMdA31 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uvTHjMdA31 .card-title,
.cid-uvTHjMdA31 .card-box {
  text-align: left;
  color: #000000;
}
.cid-utZZkQQhom {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-utZZkQQhom .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utZZkQQhom .social-row .soc-item {
  margin: 8px;
}
.cid-utZZkQQhom .social-row .soc-item a:hover .mbr-iconfont,
.cid-utZZkQQhom .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-utZZkQQhom .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-utZZkQQhom .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utZZkQQhom .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-utZZkQQhom .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-utZZkQQhom .header-menu li p {
  margin: 0;
}
.cid-utZZkQQhom .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-utZZkQQhom .mbr-section-title {
  color: #ffffff;
}
.cid-uByn2oEwkf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByn2oEwkf .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-uByn2oEwkf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByn2oEwkf .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-uByn2oEwkf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByn2oEwkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByn2oEwkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByn2oEwkf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByn2oEwkf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByn2oEwkf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByn2oEwkf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByn2oEwkf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByn2oEwkf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByn2oEwkf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByn2oEwkf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByn2oEwkf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByn2oEwkf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByn2oEwkf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByn2oEwkf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByn2oEwkf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByn2oEwkf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByn2oEwkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByn2oEwkf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByn2oEwkf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByn2oEwkf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByn2oEwkf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByn2oEwkf .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.7) !important;
}
.cid-uByn2oEwkf .nav-item:focus,
.cid-uByn2oEwkf .nav-link:focus {
  outline: none;
}
.cid-uByn2oEwkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByn2oEwkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByn2oEwkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByn2oEwkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByn2oEwkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByn2oEwkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByn2oEwkf .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-uByn2oEwkf .navbar.opened {
  transition: all 0.3s;
}
.cid-uByn2oEwkf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByn2oEwkf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByn2oEwkf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByn2oEwkf .navbar.collapsed {
  justify-content: center;
}
.cid-uByn2oEwkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByn2oEwkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByn2oEwkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByn2oEwkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByn2oEwkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByn2oEwkf .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-uByn2oEwkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByn2oEwkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByn2oEwkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByn2oEwkf .navbar {
    min-height: 72px;
  }
  .cid-uByn2oEwkf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByn2oEwkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByn2oEwkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByn2oEwkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByn2oEwkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByn2oEwkf .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-uByn2oEwkf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByn2oEwkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByn2oEwkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByn2oEwkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByn2oEwkf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByn2oEwkf .dropdown-item.active,
.cid-uByn2oEwkf .dropdown-item:active {
  background-color: transparent;
}
.cid-uByn2oEwkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByn2oEwkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByn2oEwkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByn2oEwkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByn2oEwkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByn2oEwkf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByn2oEwkf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByn2oEwkf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByn2oEwkf .navbar-buttons {
    text-align: left;
  }
}
.cid-uByn2oEwkf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByn2oEwkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByn2oEwkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByn2oEwkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByn2oEwkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByn2oEwkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByn2oEwkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByn2oEwkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByn2oEwkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByn2oEwkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByn2oEwkf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByn2oEwkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByn2oEwkf .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-uByn2oEwkf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByn2oEwkf .navbar {
    height: 70px;
  }
  .cid-uByn2oEwkf .navbar.opened {
    height: auto;
  }
  .cid-uByn2oEwkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByn2oEwkf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByn2oEwkf .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-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByn2oEwkf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByn2oEwkf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByn2oEwkf .navbar-brand {
    margin-right: auto;
  }
  .cid-uByn2oEwkf .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByn2oEwkf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByn2oEwkf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByn2oEwkf .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-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByn2oEwkf .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-uByn2oEwkf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByn2oEwkf .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-uByn2oEwkf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByn2oEwkf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByn2pEWar {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByn2pEWar .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByn2pEWar {
    align-items: flex-end;
  }
  .cid-uByn2pEWar .row {
    justify-content: flex-start;
  }
  .cid-uByn2pEWar .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByn2pEWar .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByn2pEWar {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByn2pEWar .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByn2pEWar .content-wrap {
    width: 100%;
  }
}
.cid-uByn2pEWar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByn2pEWar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByn2pEWar .mbr-section-title,
.cid-uByn2pEWar .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByn2pEWar .mbr-text,
.cid-uByn2pEWar .mbr-section-btn {
  text-align: left;
}
.cid-uByn2pEWar .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBynSkrQc7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBynSkrQc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBynSkrQc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBynSkrQc7 .container-fluid {
    padding: 0;
  }
}
.cid-uBynSkrQc7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBynSkrQc7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBynSkrQc7 .embla__button--next,
.cid-uBynSkrQc7 .embla__button--prev {
  display: flex;
}
.cid-uBynSkrQc7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBynSkrQc7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBynSkrQc7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBynSkrQc7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBynSkrQc7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBynSkrQc7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBynSkrQc7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBynSkrQc7 .embla {
  position: relative;
  width: 100%;
}
.cid-uBynSkrQc7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBynSkrQc7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBynSkrQc7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBynSkrQc7 .embla__slide a {
  cursor: grab;
}
.cid-uBynSkrQc7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBynSkrQc7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBynSkrQc7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBynSkrQc7 .mbr-section-title {
  color: #232323;
}
.cid-uBynSkrQc7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBynSkrQc7 .mbr-box {
  color: #ffffff;
}
.cid-uBynSkrQc7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBynSkrQc7 img,
.cid-uBynSkrQc7 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBynSkrQc7 .item-wrapper {
  position: relative;
}
.cid-uBynSkrQc7 .content-head {
  max-width: 800px;
}
.cid-uByo6HaXF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByo6HaXF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByo6HaXF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByrOylGHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByrOylGHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByrOylGHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByn2yu7tf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByn2yu7tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByn2yu7tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByn2zCGc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByn2zCGc0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByn2zCGc0 .social-row .soc-item {
  margin: 8px;
}
.cid-uByn2zCGc0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByn2zCGc0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByn2zCGc0 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByn2zCGc0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByn2zCGc0 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByn2zCGc0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByn2zCGc0 .header-menu li p {
  margin: 0;
}
.cid-uByn2zCGc0 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByn2zCGc0 .mbr-section-title {
  color: #ffffff;
}
.cid-uBytiZo8JR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytiZo8JR .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-uBytiZo8JR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytiZo8JR .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-uBytiZo8JR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytiZo8JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytiZo8JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytiZo8JR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytiZo8JR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytiZo8JR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytiZo8JR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytiZo8JR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytiZo8JR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytiZo8JR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytiZo8JR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytiZo8JR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytiZo8JR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytiZo8JR .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytiZo8JR .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytiZo8JR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytiZo8JR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytiZo8JR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytiZo8JR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytiZo8JR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytiZo8JR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytiZo8JR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytiZo8JR .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.7) !important;
}
.cid-uBytiZo8JR .nav-item:focus,
.cid-uBytiZo8JR .nav-link:focus {
  outline: none;
}
.cid-uBytiZo8JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytiZo8JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytiZo8JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytiZo8JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytiZo8JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytiZo8JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytiZo8JR .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-uBytiZo8JR .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytiZo8JR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytiZo8JR .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytiZo8JR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytiZo8JR .navbar.collapsed {
  justify-content: center;
}
.cid-uBytiZo8JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytiZo8JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytiZo8JR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytiZo8JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytiZo8JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytiZo8JR .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-uBytiZo8JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytiZo8JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytiZo8JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytiZo8JR .navbar {
    min-height: 72px;
  }
  .cid-uBytiZo8JR .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytiZo8JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytiZo8JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytiZo8JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytiZo8JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytiZo8JR .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-uBytiZo8JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytiZo8JR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytiZo8JR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytiZo8JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytiZo8JR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytiZo8JR .dropdown-item.active,
.cid-uBytiZo8JR .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytiZo8JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytiZo8JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytiZo8JR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytiZo8JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytiZo8JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytiZo8JR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytiZo8JR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytiZo8JR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytiZo8JR .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytiZo8JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytiZo8JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytiZo8JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytiZo8JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytiZo8JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytiZo8JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytiZo8JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytiZo8JR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytiZo8JR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytiZo8JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytiZo8JR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytiZo8JR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytiZo8JR .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-uBytiZo8JR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytiZo8JR .navbar {
    height: 70px;
  }
  .cid-uBytiZo8JR .navbar.opened {
    height: auto;
  }
  .cid-uBytiZo8JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytiZo8JR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytiZo8JR .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-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytiZo8JR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytiZo8JR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytiZo8JR .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytiZo8JR .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytiZo8JR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytiZo8JR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytiZo8JR .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-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytiZo8JR .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-uBytiZo8JR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytiZo8JR .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-uBytiZo8JR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytiZo8JR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytj0kkjm {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytj0kkjm .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytj0kkjm {
    align-items: flex-end;
  }
  .cid-uBytj0kkjm .row {
    justify-content: flex-start;
  }
  .cid-uBytj0kkjm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytj0kkjm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytj0kkjm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytj0kkjm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytj0kkjm .content-wrap {
    width: 100%;
  }
}
.cid-uBytj0kkjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytj0kkjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytj0kkjm .mbr-section-title,
.cid-uBytj0kkjm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytj0kkjm .mbr-text,
.cid-uBytj0kkjm .mbr-section-btn {
  text-align: left;
}
.cid-uBytj0kkjm .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytj1gqM3 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background: #edefeb;
}
.cid-uBytj1gqM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytj1gqM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytj1gqM3 .container-fluid {
    padding: 0;
  }
}
.cid-uBytj1gqM3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytj1gqM3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytj1gqM3 .embla__button--next,
.cid-uBytj1gqM3 .embla__button--prev {
  display: flex;
}
.cid-uBytj1gqM3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytj1gqM3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytj1gqM3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytj1gqM3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytj1gqM3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytj1gqM3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytj1gqM3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytj1gqM3 .embla {
  position: relative;
  width: 100%;
}
.cid-uBytj1gqM3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytj1gqM3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytj1gqM3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytj1gqM3 .embla__slide a {
  cursor: grab;
}
.cid-uBytj1gqM3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytj1gqM3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytj1gqM3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytj1gqM3 .mbr-section-title {
  color: #232323;
}
.cid-uBytj1gqM3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytj1gqM3 .mbr-box {
  color: #ffffff;
}
.cid-uBytj1gqM3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytj1gqM3 img,
.cid-uBytj1gqM3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytj1gqM3 .item-wrapper {
  position: relative;
}
.cid-uBytj1gqM3 .content-head {
  max-width: 800px;
}
.cid-uBytj2R6Ed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytj2R6Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytj2R6Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytj3F4eF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytj3F4eF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytj3F4eF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytj5hChR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytj5hChR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytj5hChR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytj6fHQm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytj6fHQm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytj6fHQm .social-row .soc-item {
  margin: 8px;
}
.cid-uBytj6fHQm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytj6fHQm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytj6fHQm .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytj6fHQm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytj6fHQm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytj6fHQm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytj6fHQm .header-menu li p {
  margin: 0;
}
.cid-uBytj6fHQm .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytj6fHQm .mbr-section-title {
  color: #ffffff;
}
.cid-uBytougk5c {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytougk5c .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-uBytougk5c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytougk5c .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-uBytougk5c .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytougk5c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytougk5c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytougk5c .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytougk5c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytougk5c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytougk5c .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytougk5c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytougk5c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytougk5c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytougk5c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytougk5c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytougk5c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytougk5c .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytougk5c .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytougk5c .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytougk5c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytougk5c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytougk5c .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytougk5c .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytougk5c .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytougk5c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytougk5c .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.7) !important;
}
.cid-uBytougk5c .nav-item:focus,
.cid-uBytougk5c .nav-link:focus {
  outline: none;
}
.cid-uBytougk5c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytougk5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytougk5c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytougk5c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytougk5c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytougk5c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytougk5c .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-uBytougk5c .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytougk5c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytougk5c .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytougk5c .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytougk5c .navbar.collapsed {
  justify-content: center;
}
.cid-uBytougk5c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytougk5c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytougk5c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytougk5c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytougk5c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytougk5c .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-uBytougk5c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytougk5c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytougk5c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytougk5c .navbar {
    min-height: 72px;
  }
  .cid-uBytougk5c .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytougk5c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytougk5c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytougk5c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytougk5c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytougk5c .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-uBytougk5c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytougk5c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytougk5c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytougk5c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytougk5c .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytougk5c .dropdown-item.active,
.cid-uBytougk5c .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytougk5c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytougk5c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytougk5c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytougk5c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytougk5c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytougk5c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytougk5c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytougk5c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytougk5c .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytougk5c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytougk5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytougk5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytougk5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytougk5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytougk5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytougk5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytougk5c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytougk5c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytougk5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytougk5c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytougk5c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytougk5c .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-uBytougk5c .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytougk5c .navbar {
    height: 70px;
  }
  .cid-uBytougk5c .navbar.opened {
    height: auto;
  }
  .cid-uBytougk5c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytougk5c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytougk5c .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-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytougk5c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytougk5c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytougk5c .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytougk5c .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytougk5c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytougk5c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytougk5c .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-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytougk5c .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-uBytougk5c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytougk5c .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-uBytougk5c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytougk5c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytovecFn {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytovecFn .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytovecFn {
    align-items: flex-end;
  }
  .cid-uBytovecFn .row {
    justify-content: flex-start;
  }
  .cid-uBytovecFn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytovecFn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytovecFn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytovecFn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytovecFn .content-wrap {
    width: 100%;
  }
}
.cid-uBytovecFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytovecFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytovecFn .mbr-section-title,
.cid-uBytovecFn .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytovecFn .mbr-text,
.cid-uBytovecFn .mbr-section-btn {
  text-align: left;
}
.cid-uBytovecFn .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytow06rg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytow06rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytow06rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytow06rg .container-fluid {
    padding: 0;
  }
}
.cid-uBytow06rg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytow06rg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytow06rg .embla__button--next,
.cid-uBytow06rg .embla__button--prev {
  display: flex;
}
.cid-uBytow06rg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytow06rg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytow06rg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytow06rg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytow06rg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytow06rg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytow06rg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytow06rg .embla {
  position: relative;
  width: 100%;
}
.cid-uBytow06rg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytow06rg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytow06rg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytow06rg .embla__slide a {
  cursor: grab;
}
.cid-uBytow06rg .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytow06rg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytow06rg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytow06rg .mbr-section-title {
  color: #232323;
}
.cid-uBytow06rg .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytow06rg .mbr-box {
  color: #ffffff;
}
.cid-uBytow06rg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytow06rg img,
.cid-uBytow06rg .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytow06rg .item-wrapper {
  position: relative;
}
.cid-uBytow06rg .content-head {
  max-width: 800px;
}
.cid-uBytoxKi17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytoxKi17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytoxKi17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytoyBEh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytoyBEh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytoyBEh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytoAcVk9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytoAcVk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytoAcVk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytoAWfvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytoAWfvB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytoAWfvB .social-row .soc-item {
  margin: 8px;
}
.cid-uBytoAWfvB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytoAWfvB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytoAWfvB .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytoAWfvB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytoAWfvB .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytoAWfvB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytoAWfvB .header-menu li p {
  margin: 0;
}
.cid-uBytoAWfvB .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytoAWfvB .mbr-section-title {
  color: #ffffff;
}
.cid-uBytricvZg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytricvZg .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-uBytricvZg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytricvZg .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-uBytricvZg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytricvZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytricvZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytricvZg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytricvZg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytricvZg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytricvZg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytricvZg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytricvZg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytricvZg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytricvZg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytricvZg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytricvZg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytricvZg .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytricvZg .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytricvZg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytricvZg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytricvZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytricvZg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytricvZg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytricvZg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytricvZg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytricvZg .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.7) !important;
}
.cid-uBytricvZg .nav-item:focus,
.cid-uBytricvZg .nav-link:focus {
  outline: none;
}
.cid-uBytricvZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytricvZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytricvZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytricvZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytricvZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytricvZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytricvZg .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-uBytricvZg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytricvZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytricvZg .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytricvZg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytricvZg .navbar.collapsed {
  justify-content: center;
}
.cid-uBytricvZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytricvZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytricvZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytricvZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytricvZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytricvZg .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-uBytricvZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytricvZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytricvZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytricvZg .navbar {
    min-height: 72px;
  }
  .cid-uBytricvZg .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytricvZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytricvZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytricvZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytricvZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytricvZg .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-uBytricvZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytricvZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytricvZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytricvZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytricvZg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytricvZg .dropdown-item.active,
.cid-uBytricvZg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytricvZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytricvZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytricvZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytricvZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytricvZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytricvZg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytricvZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytricvZg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytricvZg .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytricvZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytricvZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytricvZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytricvZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytricvZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytricvZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytricvZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytricvZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytricvZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytricvZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytricvZg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytricvZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytricvZg .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-uBytricvZg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytricvZg .navbar {
    height: 70px;
  }
  .cid-uBytricvZg .navbar.opened {
    height: auto;
  }
  .cid-uBytricvZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytricvZg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytricvZg .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-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytricvZg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytricvZg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytricvZg .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytricvZg .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytricvZg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytricvZg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytricvZg .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-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytricvZg .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-uBytricvZg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytricvZg .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-uBytricvZg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytricvZg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytrj5Rw4 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytrj5Rw4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytrj5Rw4 {
    align-items: flex-end;
  }
  .cid-uBytrj5Rw4 .row {
    justify-content: flex-start;
  }
  .cid-uBytrj5Rw4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytrj5Rw4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytrj5Rw4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytrj5Rw4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytrj5Rw4 .content-wrap {
    width: 100%;
  }
}
.cid-uBytrj5Rw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytrj5Rw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytrj5Rw4 .mbr-section-title,
.cid-uBytrj5Rw4 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytrj5Rw4 .mbr-text,
.cid-uBytrj5Rw4 .mbr-section-btn {
  text-align: left;
}
.cid-uBytrj5Rw4 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytrjXXNL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytrjXXNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytrjXXNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytrjXXNL .container-fluid {
    padding: 0;
  }
}
.cid-uBytrjXXNL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytrjXXNL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytrjXXNL .embla__button--next,
.cid-uBytrjXXNL .embla__button--prev {
  display: flex;
}
.cid-uBytrjXXNL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytrjXXNL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytrjXXNL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytrjXXNL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytrjXXNL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytrjXXNL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytrjXXNL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytrjXXNL .embla {
  position: relative;
  width: 100%;
}
.cid-uBytrjXXNL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytrjXXNL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytrjXXNL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytrjXXNL .embla__slide a {
  cursor: grab;
}
.cid-uBytrjXXNL .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytrjXXNL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytrjXXNL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytrjXXNL .mbr-section-title {
  color: #232323;
}
.cid-uBytrjXXNL .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytrjXXNL .mbr-box {
  color: #ffffff;
}
.cid-uBytrjXXNL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytrjXXNL img,
.cid-uBytrjXXNL .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytrjXXNL .item-wrapper {
  position: relative;
}
.cid-uBytrjXXNL .content-head {
  max-width: 800px;
}
.cid-uBytrlIEZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytrlIEZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytrlIEZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytrmuPg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytrmuPg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytrmuPg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytroqGK6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytroqGK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytroqGK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytrpx8Qp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytrpx8Qp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytrpx8Qp .social-row .soc-item {
  margin: 8px;
}
.cid-uBytrpx8Qp .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytrpx8Qp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytrpx8Qp .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytrpx8Qp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytrpx8Qp .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytrpx8Qp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytrpx8Qp .header-menu li p {
  margin: 0;
}
.cid-uBytrpx8Qp .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytrpx8Qp .mbr-section-title {
  color: #ffffff;
}
.cid-uBytuurH10 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytuurH10 .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-uBytuurH10 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytuurH10 .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-uBytuurH10 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytuurH10 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytuurH10 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytuurH10 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytuurH10 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytuurH10 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytuurH10 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytuurH10 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytuurH10 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytuurH10 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytuurH10 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytuurH10 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytuurH10 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytuurH10 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytuurH10 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytuurH10 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytuurH10 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytuurH10 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytuurH10 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytuurH10 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytuurH10 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytuurH10 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytuurH10 .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.7) !important;
}
.cid-uBytuurH10 .nav-item:focus,
.cid-uBytuurH10 .nav-link:focus {
  outline: none;
}
.cid-uBytuurH10 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytuurH10 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytuurH10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytuurH10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytuurH10 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytuurH10 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytuurH10 .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-uBytuurH10 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytuurH10 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytuurH10 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytuurH10 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytuurH10 .navbar.collapsed {
  justify-content: center;
}
.cid-uBytuurH10 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytuurH10 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytuurH10 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytuurH10 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytuurH10 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytuurH10 .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-uBytuurH10 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytuurH10 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytuurH10 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytuurH10 .navbar {
    min-height: 72px;
  }
  .cid-uBytuurH10 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytuurH10 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytuurH10 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytuurH10 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytuurH10 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytuurH10 .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-uBytuurH10 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytuurH10 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytuurH10 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytuurH10 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytuurH10 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytuurH10 .dropdown-item.active,
.cid-uBytuurH10 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytuurH10 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytuurH10 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytuurH10 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytuurH10 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytuurH10 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytuurH10 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytuurH10 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytuurH10 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytuurH10 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytuurH10 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytuurH10 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytuurH10 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytuurH10 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytuurH10 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytuurH10 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytuurH10 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytuurH10 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytuurH10 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytuurH10 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytuurH10 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytuurH10 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytuurH10 .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-uBytuurH10 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytuurH10 .navbar {
    height: 70px;
  }
  .cid-uBytuurH10 .navbar.opened {
    height: auto;
  }
  .cid-uBytuurH10 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytuurH10 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytuurH10 .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-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytuurH10 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytuurH10 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytuurH10 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytuurH10 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytuurH10 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytuurH10 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytuurH10 .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-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytuurH10 .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-uBytuurH10 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytuurH10 .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-uBytuurH10 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytuurH10 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytuvAfC6 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytuvAfC6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytuvAfC6 {
    align-items: flex-end;
  }
  .cid-uBytuvAfC6 .row {
    justify-content: flex-start;
  }
  .cid-uBytuvAfC6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytuvAfC6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytuvAfC6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytuvAfC6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytuvAfC6 .content-wrap {
    width: 100%;
  }
}
.cid-uBytuvAfC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytuvAfC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytuvAfC6 .mbr-section-title,
.cid-uBytuvAfC6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytuvAfC6 .mbr-text,
.cid-uBytuvAfC6 .mbr-section-btn {
  text-align: left;
}
.cid-uBytuvAfC6 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytuwQjGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytuwQjGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytuwQjGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytuwQjGL .container-fluid {
    padding: 0;
  }
}
.cid-uBytuwQjGL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytuwQjGL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytuwQjGL .embla__button--next,
.cid-uBytuwQjGL .embla__button--prev {
  display: flex;
}
.cid-uBytuwQjGL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytuwQjGL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytuwQjGL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytuwQjGL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytuwQjGL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytuwQjGL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytuwQjGL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytuwQjGL .embla {
  position: relative;
  width: 100%;
}
.cid-uBytuwQjGL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytuwQjGL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytuwQjGL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytuwQjGL .embla__slide a {
  cursor: grab;
}
.cid-uBytuwQjGL .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytuwQjGL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytuwQjGL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytuwQjGL .mbr-section-title {
  color: #232323;
}
.cid-uBytuwQjGL .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytuwQjGL .mbr-box {
  color: #ffffff;
}
.cid-uBytuwQjGL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytuwQjGL img,
.cid-uBytuwQjGL .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytuwQjGL .item-wrapper {
  position: relative;
}
.cid-uBytuwQjGL .content-head {
  max-width: 800px;
}
.cid-uBytuyvDwk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytuyvDwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytuyvDwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytuznVf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytuznVf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytuznVf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytuALPri {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytuALPri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytuALPri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytuBvVtV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytuBvVtV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytuBvVtV .social-row .soc-item {
  margin: 8px;
}
.cid-uBytuBvVtV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytuBvVtV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytuBvVtV .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytuBvVtV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytuBvVtV .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytuBvVtV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytuBvVtV .header-menu li p {
  margin: 0;
}
.cid-uBytuBvVtV .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytuBvVtV .mbr-section-title {
  color: #ffffff;
}
.cid-uBytwrxSTC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytwrxSTC .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-uBytwrxSTC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytwrxSTC .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-uBytwrxSTC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytwrxSTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytwrxSTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytwrxSTC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytwrxSTC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytwrxSTC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytwrxSTC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytwrxSTC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytwrxSTC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytwrxSTC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytwrxSTC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytwrxSTC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytwrxSTC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytwrxSTC .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytwrxSTC .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytwrxSTC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytwrxSTC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytwrxSTC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytwrxSTC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytwrxSTC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytwrxSTC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytwrxSTC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytwrxSTC .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.7) !important;
}
.cid-uBytwrxSTC .nav-item:focus,
.cid-uBytwrxSTC .nav-link:focus {
  outline: none;
}
.cid-uBytwrxSTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytwrxSTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytwrxSTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytwrxSTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytwrxSTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytwrxSTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytwrxSTC .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-uBytwrxSTC .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytwrxSTC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytwrxSTC .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytwrxSTC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytwrxSTC .navbar.collapsed {
  justify-content: center;
}
.cid-uBytwrxSTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytwrxSTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytwrxSTC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytwrxSTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytwrxSTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytwrxSTC .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-uBytwrxSTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytwrxSTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytwrxSTC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytwrxSTC .navbar {
    min-height: 72px;
  }
  .cid-uBytwrxSTC .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytwrxSTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytwrxSTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytwrxSTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytwrxSTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytwrxSTC .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-uBytwrxSTC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytwrxSTC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytwrxSTC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytwrxSTC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytwrxSTC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytwrxSTC .dropdown-item.active,
.cid-uBytwrxSTC .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytwrxSTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytwrxSTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytwrxSTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytwrxSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytwrxSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytwrxSTC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytwrxSTC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytwrxSTC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytwrxSTC .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytwrxSTC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytwrxSTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytwrxSTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytwrxSTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytwrxSTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytwrxSTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytwrxSTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytwrxSTC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytwrxSTC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytwrxSTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytwrxSTC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytwrxSTC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytwrxSTC .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-uBytwrxSTC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytwrxSTC .navbar {
    height: 70px;
  }
  .cid-uBytwrxSTC .navbar.opened {
    height: auto;
  }
  .cid-uBytwrxSTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytwrxSTC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytwrxSTC .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-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytwrxSTC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytwrxSTC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytwrxSTC .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytwrxSTC .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytwrxSTC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytwrxSTC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytwrxSTC .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-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytwrxSTC .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-uBytwrxSTC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytwrxSTC .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-uBytwrxSTC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytwrxSTC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytwsr559 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytwsr559 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytwsr559 {
    align-items: flex-end;
  }
  .cid-uBytwsr559 .row {
    justify-content: flex-start;
  }
  .cid-uBytwsr559 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytwsr559 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytwsr559 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytwsr559 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytwsr559 .content-wrap {
    width: 100%;
  }
}
.cid-uBytwsr559 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytwsr559 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytwsr559 .mbr-section-title,
.cid-uBytwsr559 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytwsr559 .mbr-text,
.cid-uBytwsr559 .mbr-section-btn {
  text-align: left;
}
.cid-uBytwsr559 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytwthi6B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytwthi6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytwthi6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytwthi6B .container-fluid {
    padding: 0;
  }
}
.cid-uBytwthi6B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytwthi6B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytwthi6B .embla__button--next,
.cid-uBytwthi6B .embla__button--prev {
  display: flex;
}
.cid-uBytwthi6B .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytwthi6B .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytwthi6B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytwthi6B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytwthi6B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytwthi6B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytwthi6B .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytwthi6B .embla {
  position: relative;
  width: 100%;
}
.cid-uBytwthi6B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytwthi6B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytwthi6B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytwthi6B .embla__slide a {
  cursor: grab;
}
.cid-uBytwthi6B .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytwthi6B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytwthi6B .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytwthi6B .mbr-section-title {
  color: #232323;
}
.cid-uBytwthi6B .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytwthi6B .mbr-box {
  color: #ffffff;
}
.cid-uBytwthi6B .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytwthi6B img,
.cid-uBytwthi6B .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytwthi6B .item-wrapper {
  position: relative;
}
.cid-uBytwthi6B .content-head {
  max-width: 800px;
}
.cid-uBytwv5nTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytwv5nTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytwv5nTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytww7rIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytww7rIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytww7rIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytwxzLTp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytwxzLTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytwxzLTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytwyEjj6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytwyEjj6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytwyEjj6 .social-row .soc-item {
  margin: 8px;
}
.cid-uBytwyEjj6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytwyEjj6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytwyEjj6 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytwyEjj6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytwyEjj6 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytwyEjj6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytwyEjj6 .header-menu li p {
  margin: 0;
}
.cid-uBytwyEjj6 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytwyEjj6 .mbr-section-title {
  color: #ffffff;
}
.cid-uBytzfnE7I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytzfnE7I .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-uBytzfnE7I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytzfnE7I .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-uBytzfnE7I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytzfnE7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytzfnE7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytzfnE7I .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytzfnE7I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytzfnE7I .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytzfnE7I .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytzfnE7I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytzfnE7I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytzfnE7I .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytzfnE7I .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytzfnE7I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytzfnE7I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytzfnE7I .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytzfnE7I .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytzfnE7I .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytzfnE7I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytzfnE7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytzfnE7I .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytzfnE7I .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytzfnE7I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytzfnE7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytzfnE7I .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.7) !important;
}
.cid-uBytzfnE7I .nav-item:focus,
.cid-uBytzfnE7I .nav-link:focus {
  outline: none;
}
.cid-uBytzfnE7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytzfnE7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytzfnE7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytzfnE7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytzfnE7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytzfnE7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytzfnE7I .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-uBytzfnE7I .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytzfnE7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytzfnE7I .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytzfnE7I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytzfnE7I .navbar.collapsed {
  justify-content: center;
}
.cid-uBytzfnE7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytzfnE7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytzfnE7I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytzfnE7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytzfnE7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytzfnE7I .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-uBytzfnE7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytzfnE7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytzfnE7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytzfnE7I .navbar {
    min-height: 72px;
  }
  .cid-uBytzfnE7I .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytzfnE7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytzfnE7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytzfnE7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytzfnE7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytzfnE7I .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-uBytzfnE7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytzfnE7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytzfnE7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytzfnE7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytzfnE7I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytzfnE7I .dropdown-item.active,
.cid-uBytzfnE7I .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytzfnE7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytzfnE7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytzfnE7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytzfnE7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytzfnE7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytzfnE7I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytzfnE7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytzfnE7I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytzfnE7I .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytzfnE7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytzfnE7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytzfnE7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytzfnE7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytzfnE7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytzfnE7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytzfnE7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytzfnE7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytzfnE7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytzfnE7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytzfnE7I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytzfnE7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytzfnE7I .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-uBytzfnE7I .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytzfnE7I .navbar {
    height: 70px;
  }
  .cid-uBytzfnE7I .navbar.opened {
    height: auto;
  }
  .cid-uBytzfnE7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytzfnE7I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytzfnE7I .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-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytzfnE7I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytzfnE7I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytzfnE7I .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytzfnE7I .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytzfnE7I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytzfnE7I .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytzfnE7I .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-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytzfnE7I .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-uBytzfnE7I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytzfnE7I .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-uBytzfnE7I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytzfnE7I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytzgh7lm {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytzgh7lm .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytzgh7lm {
    align-items: flex-end;
  }
  .cid-uBytzgh7lm .row {
    justify-content: flex-start;
  }
  .cid-uBytzgh7lm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytzgh7lm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytzgh7lm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytzgh7lm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytzgh7lm .content-wrap {
    width: 100%;
  }
}
.cid-uBytzgh7lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytzgh7lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytzgh7lm .mbr-section-title,
.cid-uBytzgh7lm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytzgh7lm .mbr-text,
.cid-uBytzgh7lm .mbr-section-btn {
  text-align: left;
}
.cid-uBytzgh7lm .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytzh7F8u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytzh7F8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytzh7F8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytzh7F8u .container-fluid {
    padding: 0;
  }
}
.cid-uBytzh7F8u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytzh7F8u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytzh7F8u .embla__button--next,
.cid-uBytzh7F8u .embla__button--prev {
  display: flex;
}
.cid-uBytzh7F8u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytzh7F8u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytzh7F8u .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytzh7F8u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytzh7F8u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytzh7F8u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytzh7F8u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytzh7F8u .embla {
  position: relative;
  width: 100%;
}
.cid-uBytzh7F8u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytzh7F8u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytzh7F8u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytzh7F8u .embla__slide a {
  cursor: grab;
}
.cid-uBytzh7F8u .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytzh7F8u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytzh7F8u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytzh7F8u .mbr-section-title {
  color: #232323;
}
.cid-uBytzh7F8u .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytzh7F8u .mbr-box {
  color: #ffffff;
}
.cid-uBytzh7F8u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytzh7F8u img,
.cid-uBytzh7F8u .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytzh7F8u .item-wrapper {
  position: relative;
}
.cid-uBytzh7F8u .content-head {
  max-width: 800px;
}
.cid-uBytziHUTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytziHUTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytziHUTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytzjqhA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytzjqhA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytzjqhA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytzky4KJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytzky4KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytzky4KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytzlweca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytzlweca .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytzlweca .social-row .soc-item {
  margin: 8px;
}
.cid-uBytzlweca .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytzlweca .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytzlweca .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytzlweca .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytzlweca .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytzlweca .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytzlweca .header-menu li p {
  margin: 0;
}
.cid-uBytzlweca .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytzlweca .mbr-section-title {
  color: #ffffff;
}
.cid-uBytBUbD1b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytBUbD1b .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-uBytBUbD1b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytBUbD1b .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-uBytBUbD1b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytBUbD1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytBUbD1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytBUbD1b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytBUbD1b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytBUbD1b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytBUbD1b .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytBUbD1b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytBUbD1b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytBUbD1b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytBUbD1b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytBUbD1b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytBUbD1b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytBUbD1b .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytBUbD1b .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytBUbD1b .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytBUbD1b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytBUbD1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytBUbD1b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytBUbD1b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytBUbD1b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytBUbD1b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytBUbD1b .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.7) !important;
}
.cid-uBytBUbD1b .nav-item:focus,
.cid-uBytBUbD1b .nav-link:focus {
  outline: none;
}
.cid-uBytBUbD1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytBUbD1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytBUbD1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytBUbD1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytBUbD1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytBUbD1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytBUbD1b .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-uBytBUbD1b .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytBUbD1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytBUbD1b .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytBUbD1b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytBUbD1b .navbar.collapsed {
  justify-content: center;
}
.cid-uBytBUbD1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytBUbD1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytBUbD1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytBUbD1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytBUbD1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytBUbD1b .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-uBytBUbD1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytBUbD1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytBUbD1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytBUbD1b .navbar {
    min-height: 72px;
  }
  .cid-uBytBUbD1b .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytBUbD1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytBUbD1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytBUbD1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytBUbD1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytBUbD1b .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-uBytBUbD1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytBUbD1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytBUbD1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytBUbD1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytBUbD1b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytBUbD1b .dropdown-item.active,
.cid-uBytBUbD1b .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytBUbD1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytBUbD1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytBUbD1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytBUbD1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytBUbD1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytBUbD1b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytBUbD1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytBUbD1b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytBUbD1b .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytBUbD1b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytBUbD1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytBUbD1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytBUbD1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytBUbD1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytBUbD1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytBUbD1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytBUbD1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytBUbD1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytBUbD1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytBUbD1b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytBUbD1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytBUbD1b .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-uBytBUbD1b .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytBUbD1b .navbar {
    height: 70px;
  }
  .cid-uBytBUbD1b .navbar.opened {
    height: auto;
  }
  .cid-uBytBUbD1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytBUbD1b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytBUbD1b .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-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytBUbD1b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytBUbD1b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytBUbD1b .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytBUbD1b .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytBUbD1b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytBUbD1b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytBUbD1b .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-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytBUbD1b .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-uBytBUbD1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytBUbD1b .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-uBytBUbD1b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytBUbD1b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytBVeCaH {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytBVeCaH .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytBVeCaH {
    align-items: flex-end;
  }
  .cid-uBytBVeCaH .row {
    justify-content: flex-start;
  }
  .cid-uBytBVeCaH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytBVeCaH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytBVeCaH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytBVeCaH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytBVeCaH .content-wrap {
    width: 100%;
  }
}
.cid-uBytBVeCaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytBVeCaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytBVeCaH .mbr-section-title,
.cid-uBytBVeCaH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytBVeCaH .mbr-text,
.cid-uBytBVeCaH .mbr-section-btn {
  text-align: left;
}
.cid-uBytBVeCaH .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytBW43B8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytBW43B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytBW43B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytBW43B8 .container-fluid {
    padding: 0;
  }
}
.cid-uBytBW43B8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytBW43B8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytBW43B8 .embla__button--next,
.cid-uBytBW43B8 .embla__button--prev {
  display: flex;
}
.cid-uBytBW43B8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytBW43B8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytBW43B8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytBW43B8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytBW43B8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytBW43B8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytBW43B8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytBW43B8 .embla {
  position: relative;
  width: 100%;
}
.cid-uBytBW43B8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytBW43B8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytBW43B8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytBW43B8 .embla__slide a {
  cursor: grab;
}
.cid-uBytBW43B8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytBW43B8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytBW43B8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytBW43B8 .mbr-section-title {
  color: #232323;
}
.cid-uBytBW43B8 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytBW43B8 .mbr-box {
  color: #ffffff;
}
.cid-uBytBW43B8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytBW43B8 img,
.cid-uBytBW43B8 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytBW43B8 .item-wrapper {
  position: relative;
}
.cid-uBytBW43B8 .content-head {
  max-width: 800px;
}
.cid-uBytBXTaWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytBXTaWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytBXTaWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytBYDGY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytBYDGY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytBYDGY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytC0cUuU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytC0cUuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytC0cUuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytC0YJoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytC0YJoQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytC0YJoQ .social-row .soc-item {
  margin: 8px;
}
.cid-uBytC0YJoQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytC0YJoQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytC0YJoQ .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytC0YJoQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytC0YJoQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytC0YJoQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytC0YJoQ .header-menu li p {
  margin: 0;
}
.cid-uBytC0YJoQ .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytC0YJoQ .mbr-section-title {
  color: #ffffff;
}
.cid-uBytEimLPj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytEimLPj .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-uBytEimLPj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytEimLPj .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-uBytEimLPj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytEimLPj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytEimLPj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytEimLPj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytEimLPj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytEimLPj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytEimLPj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytEimLPj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytEimLPj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytEimLPj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytEimLPj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytEimLPj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytEimLPj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytEimLPj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytEimLPj .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytEimLPj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytEimLPj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytEimLPj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytEimLPj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytEimLPj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytEimLPj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytEimLPj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytEimLPj .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.7) !important;
}
.cid-uBytEimLPj .nav-item:focus,
.cid-uBytEimLPj .nav-link:focus {
  outline: none;
}
.cid-uBytEimLPj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytEimLPj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytEimLPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytEimLPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytEimLPj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytEimLPj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytEimLPj .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-uBytEimLPj .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytEimLPj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytEimLPj .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytEimLPj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytEimLPj .navbar.collapsed {
  justify-content: center;
}
.cid-uBytEimLPj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytEimLPj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytEimLPj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytEimLPj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytEimLPj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytEimLPj .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-uBytEimLPj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytEimLPj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytEimLPj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytEimLPj .navbar {
    min-height: 72px;
  }
  .cid-uBytEimLPj .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytEimLPj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytEimLPj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytEimLPj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytEimLPj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytEimLPj .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-uBytEimLPj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytEimLPj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytEimLPj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytEimLPj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytEimLPj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytEimLPj .dropdown-item.active,
.cid-uBytEimLPj .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytEimLPj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytEimLPj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytEimLPj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytEimLPj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytEimLPj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytEimLPj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytEimLPj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytEimLPj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytEimLPj .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytEimLPj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytEimLPj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytEimLPj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytEimLPj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytEimLPj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytEimLPj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytEimLPj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytEimLPj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytEimLPj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytEimLPj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytEimLPj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytEimLPj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytEimLPj .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-uBytEimLPj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytEimLPj .navbar {
    height: 70px;
  }
  .cid-uBytEimLPj .navbar.opened {
    height: auto;
  }
  .cid-uBytEimLPj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytEimLPj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytEimLPj .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-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytEimLPj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytEimLPj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytEimLPj .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytEimLPj .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytEimLPj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytEimLPj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytEimLPj .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-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytEimLPj .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-uBytEimLPj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytEimLPj .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-uBytEimLPj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytEimLPj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytEje9Xo {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytEje9Xo .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytEje9Xo {
    align-items: flex-end;
  }
  .cid-uBytEje9Xo .row {
    justify-content: flex-start;
  }
  .cid-uBytEje9Xo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytEje9Xo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytEje9Xo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytEje9Xo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytEje9Xo .content-wrap {
    width: 100%;
  }
}
.cid-uBytEje9Xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytEje9Xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytEje9Xo .mbr-section-title,
.cid-uBytEje9Xo .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytEje9Xo .mbr-text,
.cid-uBytEje9Xo .mbr-section-btn {
  text-align: left;
}
.cid-uBytEje9Xo .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytEjYpsE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytEjYpsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytEjYpsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytEjYpsE .container-fluid {
    padding: 0;
  }
}
.cid-uBytEjYpsE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytEjYpsE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytEjYpsE .embla__button--next,
.cid-uBytEjYpsE .embla__button--prev {
  display: flex;
}
.cid-uBytEjYpsE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytEjYpsE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytEjYpsE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytEjYpsE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytEjYpsE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytEjYpsE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytEjYpsE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytEjYpsE .embla {
  position: relative;
  width: 100%;
}
.cid-uBytEjYpsE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytEjYpsE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytEjYpsE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytEjYpsE .embla__slide a {
  cursor: grab;
}
.cid-uBytEjYpsE .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytEjYpsE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytEjYpsE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytEjYpsE .mbr-section-title {
  color: #232323;
}
.cid-uBytEjYpsE .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytEjYpsE .mbr-box {
  color: #ffffff;
}
.cid-uBytEjYpsE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytEjYpsE img,
.cid-uBytEjYpsE .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytEjYpsE .item-wrapper {
  position: relative;
}
.cid-uBytEjYpsE .content-head {
  max-width: 800px;
}
.cid-uBytElFcFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytElFcFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytElFcFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytEmfDD1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytEmfDD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytEmfDD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytEnhial {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytEnhial .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytEnhial .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytEnVtzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytEnVtzB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytEnVtzB .social-row .soc-item {
  margin: 8px;
}
.cid-uBytEnVtzB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytEnVtzB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytEnVtzB .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytEnVtzB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytEnVtzB .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytEnVtzB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytEnVtzB .header-menu li p {
  margin: 0;
}
.cid-uBytEnVtzB .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytEnVtzB .mbr-section-title {
  color: #ffffff;
}
.cid-uBytITvjrO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytITvjrO .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-uBytITvjrO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytITvjrO .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-uBytITvjrO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytITvjrO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytITvjrO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytITvjrO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytITvjrO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytITvjrO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytITvjrO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytITvjrO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytITvjrO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytITvjrO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytITvjrO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytITvjrO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytITvjrO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytITvjrO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytITvjrO .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytITvjrO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytITvjrO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytITvjrO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytITvjrO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytITvjrO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytITvjrO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytITvjrO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytITvjrO .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.7) !important;
}
.cid-uBytITvjrO .nav-item:focus,
.cid-uBytITvjrO .nav-link:focus {
  outline: none;
}
.cid-uBytITvjrO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytITvjrO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytITvjrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytITvjrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytITvjrO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytITvjrO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytITvjrO .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-uBytITvjrO .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytITvjrO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytITvjrO .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytITvjrO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytITvjrO .navbar.collapsed {
  justify-content: center;
}
.cid-uBytITvjrO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytITvjrO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytITvjrO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytITvjrO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytITvjrO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytITvjrO .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-uBytITvjrO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytITvjrO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytITvjrO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytITvjrO .navbar {
    min-height: 72px;
  }
  .cid-uBytITvjrO .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytITvjrO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytITvjrO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytITvjrO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytITvjrO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytITvjrO .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-uBytITvjrO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytITvjrO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytITvjrO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytITvjrO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytITvjrO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytITvjrO .dropdown-item.active,
.cid-uBytITvjrO .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytITvjrO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytITvjrO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytITvjrO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytITvjrO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytITvjrO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytITvjrO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytITvjrO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytITvjrO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytITvjrO .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytITvjrO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytITvjrO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytITvjrO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytITvjrO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytITvjrO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytITvjrO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytITvjrO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytITvjrO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytITvjrO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytITvjrO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytITvjrO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytITvjrO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytITvjrO .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-uBytITvjrO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytITvjrO .navbar {
    height: 70px;
  }
  .cid-uBytITvjrO .navbar.opened {
    height: auto;
  }
  .cid-uBytITvjrO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytITvjrO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytITvjrO .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-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytITvjrO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytITvjrO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytITvjrO .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytITvjrO .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytITvjrO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytITvjrO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytITvjrO .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-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytITvjrO .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-uBytITvjrO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytITvjrO .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-uBytITvjrO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytITvjrO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytIUmoKs {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytIUmoKs .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytIUmoKs {
    align-items: flex-end;
  }
  .cid-uBytIUmoKs .row {
    justify-content: flex-start;
  }
  .cid-uBytIUmoKs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytIUmoKs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytIUmoKs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytIUmoKs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytIUmoKs .content-wrap {
    width: 100%;
  }
}
.cid-uBytIUmoKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytIUmoKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytIUmoKs .mbr-section-title,
.cid-uBytIUmoKs .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytIUmoKs .mbr-text,
.cid-uBytIUmoKs .mbr-section-btn {
  text-align: left;
}
.cid-uBytIUmoKs .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytIV2jgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytIV2jgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytIV2jgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytIV2jgq .container-fluid {
    padding: 0;
  }
}
.cid-uBytIV2jgq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytIV2jgq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytIV2jgq .embla__button--next,
.cid-uBytIV2jgq .embla__button--prev {
  display: flex;
}
.cid-uBytIV2jgq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytIV2jgq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytIV2jgq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytIV2jgq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytIV2jgq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytIV2jgq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytIV2jgq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytIV2jgq .embla {
  position: relative;
  width: 100%;
}
.cid-uBytIV2jgq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytIV2jgq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytIV2jgq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytIV2jgq .embla__slide a {
  cursor: grab;
}
.cid-uBytIV2jgq .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytIV2jgq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytIV2jgq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytIV2jgq .mbr-section-title {
  color: #232323;
}
.cid-uBytIV2jgq .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytIV2jgq .mbr-box {
  color: #ffffff;
}
.cid-uBytIV2jgq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytIV2jgq img,
.cid-uBytIV2jgq .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytIV2jgq .item-wrapper {
  position: relative;
}
.cid-uBytIV2jgq .content-head {
  max-width: 800px;
}
.cid-uBytIWEv9O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytIWEv9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytIWEv9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytIXnrqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytIXnrqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytIXnrqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytIYCnvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytIYCnvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytIYCnvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytIZyAPy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytIZyAPy .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytIZyAPy .social-row .soc-item {
  margin: 8px;
}
.cid-uBytIZyAPy .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytIZyAPy .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytIZyAPy .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytIZyAPy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytIZyAPy .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytIZyAPy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytIZyAPy .header-menu li p {
  margin: 0;
}
.cid-uBytIZyAPy .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytIZyAPy .mbr-section-title {
  color: #ffffff;
}
.cid-uBytOGj4KE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytOGj4KE .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-uBytOGj4KE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytOGj4KE .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-uBytOGj4KE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytOGj4KE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytOGj4KE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytOGj4KE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytOGj4KE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytOGj4KE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytOGj4KE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytOGj4KE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytOGj4KE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytOGj4KE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytOGj4KE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytOGj4KE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytOGj4KE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytOGj4KE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytOGj4KE .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytOGj4KE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytOGj4KE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytOGj4KE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytOGj4KE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytOGj4KE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytOGj4KE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytOGj4KE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytOGj4KE .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.7) !important;
}
.cid-uBytOGj4KE .nav-item:focus,
.cid-uBytOGj4KE .nav-link:focus {
  outline: none;
}
.cid-uBytOGj4KE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytOGj4KE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytOGj4KE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytOGj4KE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytOGj4KE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytOGj4KE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytOGj4KE .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-uBytOGj4KE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytOGj4KE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytOGj4KE .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytOGj4KE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytOGj4KE .navbar.collapsed {
  justify-content: center;
}
.cid-uBytOGj4KE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytOGj4KE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytOGj4KE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytOGj4KE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytOGj4KE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytOGj4KE .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-uBytOGj4KE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytOGj4KE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytOGj4KE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytOGj4KE .navbar {
    min-height: 72px;
  }
  .cid-uBytOGj4KE .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytOGj4KE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytOGj4KE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytOGj4KE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytOGj4KE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytOGj4KE .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-uBytOGj4KE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytOGj4KE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytOGj4KE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytOGj4KE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytOGj4KE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytOGj4KE .dropdown-item.active,
.cid-uBytOGj4KE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytOGj4KE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytOGj4KE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytOGj4KE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytOGj4KE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytOGj4KE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytOGj4KE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytOGj4KE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytOGj4KE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytOGj4KE .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytOGj4KE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytOGj4KE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytOGj4KE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytOGj4KE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytOGj4KE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytOGj4KE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytOGj4KE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytOGj4KE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytOGj4KE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytOGj4KE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytOGj4KE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytOGj4KE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytOGj4KE .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-uBytOGj4KE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytOGj4KE .navbar {
    height: 70px;
  }
  .cid-uBytOGj4KE .navbar.opened {
    height: auto;
  }
  .cid-uBytOGj4KE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytOGj4KE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytOGj4KE .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-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytOGj4KE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytOGj4KE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytOGj4KE .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytOGj4KE .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytOGj4KE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytOGj4KE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytOGj4KE .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-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytOGj4KE .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-uBytOGj4KE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytOGj4KE .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-uBytOGj4KE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytOGj4KE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytOHcDsX {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytOHcDsX .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytOHcDsX {
    align-items: flex-end;
  }
  .cid-uBytOHcDsX .row {
    justify-content: flex-start;
  }
  .cid-uBytOHcDsX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytOHcDsX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytOHcDsX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytOHcDsX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytOHcDsX .content-wrap {
    width: 100%;
  }
}
.cid-uBytOHcDsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytOHcDsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytOHcDsX .mbr-section-title,
.cid-uBytOHcDsX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytOHcDsX .mbr-text,
.cid-uBytOHcDsX .mbr-section-btn {
  text-align: left;
}
.cid-uBytOHcDsX .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytOHW1J7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytOHW1J7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytOHW1J7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytOHW1J7 .container-fluid {
    padding: 0;
  }
}
.cid-uBytOHW1J7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytOHW1J7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytOHW1J7 .embla__button--next,
.cid-uBytOHW1J7 .embla__button--prev {
  display: flex;
}
.cid-uBytOHW1J7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytOHW1J7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytOHW1J7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytOHW1J7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytOHW1J7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytOHW1J7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytOHW1J7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytOHW1J7 .embla {
  position: relative;
  width: 100%;
}
.cid-uBytOHW1J7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytOHW1J7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytOHW1J7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytOHW1J7 .embla__slide a {
  cursor: grab;
}
.cid-uBytOHW1J7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytOHW1J7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytOHW1J7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytOHW1J7 .mbr-section-title {
  color: #232323;
}
.cid-uBytOHW1J7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytOHW1J7 .mbr-box {
  color: #ffffff;
}
.cid-uBytOHW1J7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytOHW1J7 img,
.cid-uBytOHW1J7 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytOHW1J7 .item-wrapper {
  position: relative;
}
.cid-uBytOHW1J7 .content-head {
  max-width: 800px;
}
.cid-uBytOJxsLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytOJxsLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytOJxsLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytOKkPHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytOKkPHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytOKkPHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytOLMgmp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytOLMgmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytOLMgmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytOMpC0C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytOMpC0C .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytOMpC0C .social-row .soc-item {
  margin: 8px;
}
.cid-uBytOMpC0C .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytOMpC0C .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytOMpC0C .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytOMpC0C .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytOMpC0C .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytOMpC0C .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytOMpC0C .header-menu li p {
  margin: 0;
}
.cid-uBytOMpC0C .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytOMpC0C .mbr-section-title {
  color: #ffffff;
}
.cid-uBytRZox2H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytRZox2H .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-uBytRZox2H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytRZox2H .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-uBytRZox2H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytRZox2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytRZox2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytRZox2H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytRZox2H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytRZox2H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytRZox2H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytRZox2H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytRZox2H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytRZox2H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytRZox2H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytRZox2H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytRZox2H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytRZox2H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytRZox2H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytRZox2H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytRZox2H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytRZox2H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytRZox2H .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytRZox2H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytRZox2H .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytRZox2H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytRZox2H .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.7) !important;
}
.cid-uBytRZox2H .nav-item:focus,
.cid-uBytRZox2H .nav-link:focus {
  outline: none;
}
.cid-uBytRZox2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytRZox2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytRZox2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytRZox2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytRZox2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytRZox2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytRZox2H .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-uBytRZox2H .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytRZox2H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytRZox2H .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytRZox2H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytRZox2H .navbar.collapsed {
  justify-content: center;
}
.cid-uBytRZox2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytRZox2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytRZox2H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytRZox2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytRZox2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytRZox2H .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-uBytRZox2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytRZox2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytRZox2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytRZox2H .navbar {
    min-height: 72px;
  }
  .cid-uBytRZox2H .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytRZox2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytRZox2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytRZox2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytRZox2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytRZox2H .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-uBytRZox2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytRZox2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytRZox2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytRZox2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytRZox2H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytRZox2H .dropdown-item.active,
.cid-uBytRZox2H .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytRZox2H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytRZox2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytRZox2H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytRZox2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytRZox2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytRZox2H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytRZox2H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytRZox2H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytRZox2H .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytRZox2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytRZox2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytRZox2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytRZox2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytRZox2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytRZox2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytRZox2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytRZox2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytRZox2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytRZox2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytRZox2H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytRZox2H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytRZox2H .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-uBytRZox2H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytRZox2H .navbar {
    height: 70px;
  }
  .cid-uBytRZox2H .navbar.opened {
    height: auto;
  }
  .cid-uBytRZox2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytRZox2H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytRZox2H .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-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytRZox2H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytRZox2H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytRZox2H .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytRZox2H .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytRZox2H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytRZox2H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytRZox2H .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-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytRZox2H .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-uBytRZox2H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytRZox2H .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-uBytRZox2H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytRZox2H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytS0kdDa {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytS0kdDa .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytS0kdDa {
    align-items: flex-end;
  }
  .cid-uBytS0kdDa .row {
    justify-content: flex-start;
  }
  .cid-uBytS0kdDa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytS0kdDa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytS0kdDa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytS0kdDa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytS0kdDa .content-wrap {
    width: 100%;
  }
}
.cid-uBytS0kdDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytS0kdDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytS0kdDa .mbr-section-title,
.cid-uBytS0kdDa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytS0kdDa .mbr-text,
.cid-uBytS0kdDa .mbr-section-btn {
  text-align: left;
}
.cid-uBytS0kdDa .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytS16E6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytS16E6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytS16E6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytS16E6W .container-fluid {
    padding: 0;
  }
}
.cid-uBytS16E6W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytS16E6W .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytS16E6W .embla__button--next,
.cid-uBytS16E6W .embla__button--prev {
  display: flex;
}
.cid-uBytS16E6W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytS16E6W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytS16E6W .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytS16E6W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytS16E6W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytS16E6W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytS16E6W .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytS16E6W .embla {
  position: relative;
  width: 100%;
}
.cid-uBytS16E6W .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytS16E6W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytS16E6W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytS16E6W .embla__slide a {
  cursor: grab;
}
.cid-uBytS16E6W .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytS16E6W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytS16E6W .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytS16E6W .mbr-section-title {
  color: #232323;
}
.cid-uBytS16E6W .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytS16E6W .mbr-box {
  color: #ffffff;
}
.cid-uBytS16E6W .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytS16E6W img,
.cid-uBytS16E6W .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytS16E6W .item-wrapper {
  position: relative;
}
.cid-uBytS16E6W .content-head {
  max-width: 800px;
}
.cid-uBytS2G4ZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytS2G4ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytS2G4ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytS3mVjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytS3mVjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytS3mVjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytS5hds0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytS5hds0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytS5hds0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytS65ngp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytS65ngp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytS65ngp .social-row .soc-item {
  margin: 8px;
}
.cid-uBytS65ngp .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytS65ngp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytS65ngp .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytS65ngp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytS65ngp .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytS65ngp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytS65ngp .header-menu li p {
  margin: 0;
}
.cid-uBytS65ngp .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytS65ngp .mbr-section-title {
  color: #ffffff;
}
.cid-uBytTyFX84 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytTyFX84 .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-uBytTyFX84 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytTyFX84 .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-uBytTyFX84 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytTyFX84 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytTyFX84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytTyFX84 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytTyFX84 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytTyFX84 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytTyFX84 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytTyFX84 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytTyFX84 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytTyFX84 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytTyFX84 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytTyFX84 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytTyFX84 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytTyFX84 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytTyFX84 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytTyFX84 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytTyFX84 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytTyFX84 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytTyFX84 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytTyFX84 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytTyFX84 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytTyFX84 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytTyFX84 .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.7) !important;
}
.cid-uBytTyFX84 .nav-item:focus,
.cid-uBytTyFX84 .nav-link:focus {
  outline: none;
}
.cid-uBytTyFX84 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytTyFX84 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytTyFX84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytTyFX84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytTyFX84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytTyFX84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytTyFX84 .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-uBytTyFX84 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytTyFX84 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytTyFX84 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytTyFX84 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytTyFX84 .navbar.collapsed {
  justify-content: center;
}
.cid-uBytTyFX84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytTyFX84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytTyFX84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytTyFX84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytTyFX84 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytTyFX84 .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-uBytTyFX84 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytTyFX84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytTyFX84 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytTyFX84 .navbar {
    min-height: 72px;
  }
  .cid-uBytTyFX84 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytTyFX84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytTyFX84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytTyFX84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytTyFX84 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytTyFX84 .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-uBytTyFX84 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytTyFX84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytTyFX84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytTyFX84 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytTyFX84 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytTyFX84 .dropdown-item.active,
.cid-uBytTyFX84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytTyFX84 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytTyFX84 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytTyFX84 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytTyFX84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytTyFX84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytTyFX84 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytTyFX84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytTyFX84 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytTyFX84 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytTyFX84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytTyFX84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytTyFX84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytTyFX84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytTyFX84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytTyFX84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytTyFX84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytTyFX84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytTyFX84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytTyFX84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytTyFX84 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytTyFX84 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytTyFX84 .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-uBytTyFX84 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytTyFX84 .navbar {
    height: 70px;
  }
  .cid-uBytTyFX84 .navbar.opened {
    height: auto;
  }
  .cid-uBytTyFX84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytTyFX84 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytTyFX84 .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-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytTyFX84 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytTyFX84 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytTyFX84 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytTyFX84 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytTyFX84 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytTyFX84 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytTyFX84 .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-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytTyFX84 .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-uBytTyFX84 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytTyFX84 .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-uBytTyFX84 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytTyFX84 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytTzAuFl {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytTzAuFl .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytTzAuFl {
    align-items: flex-end;
  }
  .cid-uBytTzAuFl .row {
    justify-content: flex-start;
  }
  .cid-uBytTzAuFl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytTzAuFl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytTzAuFl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytTzAuFl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytTzAuFl .content-wrap {
    width: 100%;
  }
}
.cid-uBytTzAuFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytTzAuFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytTzAuFl .mbr-section-title,
.cid-uBytTzAuFl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytTzAuFl .mbr-text,
.cid-uBytTzAuFl .mbr-section-btn {
  text-align: left;
}
.cid-uBytTzAuFl .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytTAoxe4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytTAoxe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytTAoxe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytTAoxe4 .container-fluid {
    padding: 0;
  }
}
.cid-uBytTAoxe4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytTAoxe4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytTAoxe4 .embla__button--next,
.cid-uBytTAoxe4 .embla__button--prev {
  display: flex;
}
.cid-uBytTAoxe4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytTAoxe4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytTAoxe4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytTAoxe4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytTAoxe4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytTAoxe4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytTAoxe4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytTAoxe4 .embla {
  position: relative;
  width: 100%;
}
.cid-uBytTAoxe4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytTAoxe4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytTAoxe4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytTAoxe4 .embla__slide a {
  cursor: grab;
}
.cid-uBytTAoxe4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytTAoxe4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytTAoxe4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytTAoxe4 .mbr-section-title {
  color: #232323;
}
.cid-uBytTAoxe4 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytTAoxe4 .mbr-box {
  color: #ffffff;
}
.cid-uBytTAoxe4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytTAoxe4 img,
.cid-uBytTAoxe4 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytTAoxe4 .item-wrapper {
  position: relative;
}
.cid-uBytTAoxe4 .content-head {
  max-width: 800px;
}
.cid-uBytTBXgTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytTBXgTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytTBXgTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytTCMwSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytTCMwSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytTCMwSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytTE4ZW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytTE4ZW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytTE4ZW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytTEPiss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytTEPiss .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytTEPiss .social-row .soc-item {
  margin: 8px;
}
.cid-uBytTEPiss .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytTEPiss .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytTEPiss .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytTEPiss .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytTEPiss .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytTEPiss .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytTEPiss .header-menu li p {
  margin: 0;
}
.cid-uBytTEPiss .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytTEPiss .mbr-section-title {
  color: #ffffff;
}
.cid-uBytWRu5bW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytWRu5bW .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-uBytWRu5bW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytWRu5bW .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-uBytWRu5bW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytWRu5bW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytWRu5bW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytWRu5bW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytWRu5bW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytWRu5bW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytWRu5bW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytWRu5bW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytWRu5bW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytWRu5bW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytWRu5bW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytWRu5bW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytWRu5bW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytWRu5bW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytWRu5bW .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytWRu5bW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytWRu5bW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytWRu5bW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytWRu5bW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytWRu5bW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytWRu5bW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytWRu5bW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytWRu5bW .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.7) !important;
}
.cid-uBytWRu5bW .nav-item:focus,
.cid-uBytWRu5bW .nav-link:focus {
  outline: none;
}
.cid-uBytWRu5bW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytWRu5bW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytWRu5bW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytWRu5bW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytWRu5bW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytWRu5bW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytWRu5bW .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-uBytWRu5bW .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytWRu5bW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytWRu5bW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytWRu5bW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytWRu5bW .navbar.collapsed {
  justify-content: center;
}
.cid-uBytWRu5bW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytWRu5bW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytWRu5bW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytWRu5bW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytWRu5bW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytWRu5bW .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-uBytWRu5bW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytWRu5bW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytWRu5bW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytWRu5bW .navbar {
    min-height: 72px;
  }
  .cid-uBytWRu5bW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytWRu5bW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytWRu5bW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytWRu5bW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytWRu5bW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytWRu5bW .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-uBytWRu5bW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytWRu5bW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytWRu5bW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytWRu5bW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytWRu5bW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytWRu5bW .dropdown-item.active,
.cid-uBytWRu5bW .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytWRu5bW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytWRu5bW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytWRu5bW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytWRu5bW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytWRu5bW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytWRu5bW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytWRu5bW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytWRu5bW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytWRu5bW .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytWRu5bW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytWRu5bW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytWRu5bW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytWRu5bW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytWRu5bW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytWRu5bW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytWRu5bW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytWRu5bW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytWRu5bW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytWRu5bW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytWRu5bW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytWRu5bW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytWRu5bW .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-uBytWRu5bW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytWRu5bW .navbar {
    height: 70px;
  }
  .cid-uBytWRu5bW .navbar.opened {
    height: auto;
  }
  .cid-uBytWRu5bW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytWRu5bW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytWRu5bW .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-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytWRu5bW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytWRu5bW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytWRu5bW .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytWRu5bW .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytWRu5bW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytWRu5bW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytWRu5bW .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-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytWRu5bW .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-uBytWRu5bW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytWRu5bW .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-uBytWRu5bW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytWRu5bW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytWSwcOG {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytWSwcOG .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytWSwcOG {
    align-items: flex-end;
  }
  .cid-uBytWSwcOG .row {
    justify-content: flex-start;
  }
  .cid-uBytWSwcOG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytWSwcOG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytWSwcOG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytWSwcOG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytWSwcOG .content-wrap {
    width: 100%;
  }
}
.cid-uBytWSwcOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytWSwcOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytWSwcOG .mbr-section-title,
.cid-uBytWSwcOG .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytWSwcOG .mbr-text,
.cid-uBytWSwcOG .mbr-section-btn {
  text-align: left;
}
.cid-uBytWSwcOG .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytWTnPTQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytWTnPTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytWTnPTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytWTnPTQ .container-fluid {
    padding: 0;
  }
}
.cid-uBytWTnPTQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytWTnPTQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytWTnPTQ .embla__button--next,
.cid-uBytWTnPTQ .embla__button--prev {
  display: flex;
}
.cid-uBytWTnPTQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytWTnPTQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytWTnPTQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytWTnPTQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytWTnPTQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytWTnPTQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytWTnPTQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytWTnPTQ .embla {
  position: relative;
  width: 100%;
}
.cid-uBytWTnPTQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytWTnPTQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytWTnPTQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytWTnPTQ .embla__slide a {
  cursor: grab;
}
.cid-uBytWTnPTQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytWTnPTQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytWTnPTQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytWTnPTQ .mbr-section-title {
  color: #232323;
}
.cid-uBytWTnPTQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytWTnPTQ .mbr-box {
  color: #ffffff;
}
.cid-uBytWTnPTQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytWTnPTQ img,
.cid-uBytWTnPTQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytWTnPTQ .item-wrapper {
  position: relative;
}
.cid-uBytWTnPTQ .content-head {
  max-width: 800px;
}
.cid-uBytWV30uJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytWV30uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytWV30uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytWVXdi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytWVXdi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytWVXdi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytWXDyus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytWXDyus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytWXDyus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytWYCJ3e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytWYCJ3e .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytWYCJ3e .social-row .soc-item {
  margin: 8px;
}
.cid-uBytWYCJ3e .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytWYCJ3e .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytWYCJ3e .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytWYCJ3e .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytWYCJ3e .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytWYCJ3e .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytWYCJ3e .header-menu li p {
  margin: 0;
}
.cid-uBytWYCJ3e .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytWYCJ3e .mbr-section-title {
  color: #ffffff;
}
.cid-uBytYMZ876 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBytYMZ876 .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-uBytYMZ876 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBytYMZ876 .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-uBytYMZ876 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBytYMZ876 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBytYMZ876 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBytYMZ876 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBytYMZ876 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBytYMZ876 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBytYMZ876 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBytYMZ876 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBytYMZ876 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBytYMZ876 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBytYMZ876 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBytYMZ876 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBytYMZ876 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBytYMZ876 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBytYMZ876 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBytYMZ876 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytYMZ876 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBytYMZ876 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBytYMZ876 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBytYMZ876 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBytYMZ876 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBytYMZ876 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBytYMZ876 .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.7) !important;
}
.cid-uBytYMZ876 .nav-item:focus,
.cid-uBytYMZ876 .nav-link:focus {
  outline: none;
}
.cid-uBytYMZ876 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBytYMZ876 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBytYMZ876 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBytYMZ876 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBytYMZ876 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBytYMZ876 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBytYMZ876 .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-uBytYMZ876 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBytYMZ876 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBytYMZ876 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBytYMZ876 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBytYMZ876 .navbar.collapsed {
  justify-content: center;
}
.cid-uBytYMZ876 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBytYMZ876 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBytYMZ876 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBytYMZ876 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBytYMZ876 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBytYMZ876 .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-uBytYMZ876 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBytYMZ876 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBytYMZ876 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBytYMZ876 .navbar {
    min-height: 72px;
  }
  .cid-uBytYMZ876 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBytYMZ876 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBytYMZ876 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBytYMZ876 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBytYMZ876 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBytYMZ876 .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-uBytYMZ876 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBytYMZ876 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBytYMZ876 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBytYMZ876 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBytYMZ876 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBytYMZ876 .dropdown-item.active,
.cid-uBytYMZ876 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBytYMZ876 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBytYMZ876 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBytYMZ876 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBytYMZ876 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBytYMZ876 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBytYMZ876 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBytYMZ876 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBytYMZ876 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBytYMZ876 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBytYMZ876 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBytYMZ876 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBytYMZ876 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBytYMZ876 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytYMZ876 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBytYMZ876 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBytYMZ876 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytYMZ876 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBytYMZ876 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBytYMZ876 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBytYMZ876 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBytYMZ876 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBytYMZ876 .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-uBytYMZ876 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBytYMZ876 .navbar {
    height: 70px;
  }
  .cid-uBytYMZ876 .navbar.opened {
    height: auto;
  }
  .cid-uBytYMZ876 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBytYMZ876 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBytYMZ876 .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-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBytYMZ876 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBytYMZ876 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBytYMZ876 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBytYMZ876 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBytYMZ876 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBytYMZ876 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBytYMZ876 .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-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBytYMZ876 .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-uBytYMZ876 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBytYMZ876 .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-uBytYMZ876 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBytYMZ876 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBytYOd7fB {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBytYOd7fB .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBytYOd7fB {
    align-items: flex-end;
  }
  .cid-uBytYOd7fB .row {
    justify-content: flex-start;
  }
  .cid-uBytYOd7fB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBytYOd7fB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBytYOd7fB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBytYOd7fB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBytYOd7fB .content-wrap {
    width: 100%;
  }
}
.cid-uBytYOd7fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytYOd7fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytYOd7fB .mbr-section-title,
.cid-uBytYOd7fB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBytYOd7fB .mbr-text,
.cid-uBytYOd7fB .mbr-section-btn {
  text-align: left;
}
.cid-uBytYOd7fB .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBytYP6UAo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBytYP6UAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytYP6UAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBytYP6UAo .container-fluid {
    padding: 0;
  }
}
.cid-uBytYP6UAo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBytYP6UAo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBytYP6UAo .embla__button--next,
.cid-uBytYP6UAo .embla__button--prev {
  display: flex;
}
.cid-uBytYP6UAo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBytYP6UAo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBytYP6UAo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBytYP6UAo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBytYP6UAo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBytYP6UAo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBytYP6UAo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBytYP6UAo .embla {
  position: relative;
  width: 100%;
}
.cid-uBytYP6UAo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBytYP6UAo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBytYP6UAo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBytYP6UAo .embla__slide a {
  cursor: grab;
}
.cid-uBytYP6UAo .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBytYP6UAo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBytYP6UAo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBytYP6UAo .mbr-section-title {
  color: #232323;
}
.cid-uBytYP6UAo .mbr-section-subtitle {
  color: #232323;
}
.cid-uBytYP6UAo .mbr-box {
  color: #ffffff;
}
.cid-uBytYP6UAo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBytYP6UAo img,
.cid-uBytYP6UAo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBytYP6UAo .item-wrapper {
  position: relative;
}
.cid-uBytYP6UAo .content-head {
  max-width: 800px;
}
.cid-uBytYQGpqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytYQGpqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytYQGpqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytYRBTIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBytYRBTIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytYRBTIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytYTru1z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytYTru1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBytYTru1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBytYUq2Hm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBytYUq2Hm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBytYUq2Hm .social-row .soc-item {
  margin: 8px;
}
.cid-uBytYUq2Hm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBytYUq2Hm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBytYUq2Hm .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBytYUq2Hm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBytYUq2Hm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBytYUq2Hm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBytYUq2Hm .header-menu li p {
  margin: 0;
}
.cid-uBytYUq2Hm .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBytYUq2Hm .mbr-section-title {
  color: #ffffff;
}
.cid-uByu3JRaSD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByu3JRaSD .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-uByu3JRaSD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByu3JRaSD .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-uByu3JRaSD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByu3JRaSD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByu3JRaSD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByu3JRaSD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByu3JRaSD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByu3JRaSD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByu3JRaSD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByu3JRaSD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByu3JRaSD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByu3JRaSD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByu3JRaSD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByu3JRaSD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByu3JRaSD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByu3JRaSD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByu3JRaSD .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByu3JRaSD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu3JRaSD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByu3JRaSD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByu3JRaSD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByu3JRaSD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByu3JRaSD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByu3JRaSD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByu3JRaSD .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.7) !important;
}
.cid-uByu3JRaSD .nav-item:focus,
.cid-uByu3JRaSD .nav-link:focus {
  outline: none;
}
.cid-uByu3JRaSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByu3JRaSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByu3JRaSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByu3JRaSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByu3JRaSD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByu3JRaSD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByu3JRaSD .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-uByu3JRaSD .navbar.opened {
  transition: all 0.3s;
}
.cid-uByu3JRaSD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByu3JRaSD .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByu3JRaSD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByu3JRaSD .navbar.collapsed {
  justify-content: center;
}
.cid-uByu3JRaSD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByu3JRaSD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByu3JRaSD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByu3JRaSD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByu3JRaSD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByu3JRaSD .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-uByu3JRaSD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByu3JRaSD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByu3JRaSD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu3JRaSD .navbar {
    min-height: 72px;
  }
  .cid-uByu3JRaSD .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByu3JRaSD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByu3JRaSD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByu3JRaSD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByu3JRaSD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByu3JRaSD .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-uByu3JRaSD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByu3JRaSD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByu3JRaSD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByu3JRaSD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByu3JRaSD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByu3JRaSD .dropdown-item.active,
.cid-uByu3JRaSD .dropdown-item:active {
  background-color: transparent;
}
.cid-uByu3JRaSD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByu3JRaSD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByu3JRaSD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByu3JRaSD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByu3JRaSD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByu3JRaSD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByu3JRaSD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByu3JRaSD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByu3JRaSD .navbar-buttons {
    text-align: left;
  }
}
.cid-uByu3JRaSD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByu3JRaSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByu3JRaSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByu3JRaSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu3JRaSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu3JRaSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByu3JRaSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu3JRaSD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByu3JRaSD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByu3JRaSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu3JRaSD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByu3JRaSD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByu3JRaSD .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-uByu3JRaSD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByu3JRaSD .navbar {
    height: 70px;
  }
  .cid-uByu3JRaSD .navbar.opened {
    height: auto;
  }
  .cid-uByu3JRaSD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByu3JRaSD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByu3JRaSD .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-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByu3JRaSD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByu3JRaSD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByu3JRaSD .navbar-brand {
    margin-right: auto;
  }
  .cid-uByu3JRaSD .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByu3JRaSD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByu3JRaSD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByu3JRaSD .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-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByu3JRaSD .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-uByu3JRaSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByu3JRaSD .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-uByu3JRaSD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByu3JRaSD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByu3L9mTi {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByu3L9mTi .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByu3L9mTi {
    align-items: flex-end;
  }
  .cid-uByu3L9mTi .row {
    justify-content: flex-start;
  }
  .cid-uByu3L9mTi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByu3L9mTi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByu3L9mTi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByu3L9mTi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByu3L9mTi .content-wrap {
    width: 100%;
  }
}
.cid-uByu3L9mTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu3L9mTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu3L9mTi .mbr-section-title,
.cid-uByu3L9mTi .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByu3L9mTi .mbr-text,
.cid-uByu3L9mTi .mbr-section-btn {
  text-align: left;
}
.cid-uByu3L9mTi .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByu3MauTK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByu3MauTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu3MauTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByu3MauTK .container-fluid {
    padding: 0;
  }
}
.cid-uByu3MauTK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByu3MauTK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByu3MauTK .embla__button--next,
.cid-uByu3MauTK .embla__button--prev {
  display: flex;
}
.cid-uByu3MauTK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByu3MauTK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByu3MauTK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByu3MauTK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByu3MauTK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByu3MauTK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByu3MauTK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByu3MauTK .embla {
  position: relative;
  width: 100%;
}
.cid-uByu3MauTK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByu3MauTK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByu3MauTK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByu3MauTK .embla__slide a {
  cursor: grab;
}
.cid-uByu3MauTK .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByu3MauTK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByu3MauTK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByu3MauTK .mbr-section-title {
  color: #232323;
}
.cid-uByu3MauTK .mbr-section-subtitle {
  color: #232323;
}
.cid-uByu3MauTK .mbr-box {
  color: #ffffff;
}
.cid-uByu3MauTK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByu3MauTK img,
.cid-uByu3MauTK .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByu3MauTK .item-wrapper {
  position: relative;
}
.cid-uByu3MauTK .content-head {
  max-width: 800px;
}
.cid-uByu3NVAuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu3NVAuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu3NVAuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu3OV2lN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu3OV2lN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu3OV2lN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu3QLOLE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu3QLOLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu3QLOLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu3Rv72u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu3Rv72u .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByu3Rv72u .social-row .soc-item {
  margin: 8px;
}
.cid-uByu3Rv72u .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByu3Rv72u .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByu3Rv72u .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByu3Rv72u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByu3Rv72u .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByu3Rv72u .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByu3Rv72u .header-menu li p {
  margin: 0;
}
.cid-uByu3Rv72u .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByu3Rv72u .mbr-section-title {
  color: #ffffff;
}
.cid-uByu5zzKpX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByu5zzKpX .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-uByu5zzKpX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByu5zzKpX .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-uByu5zzKpX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByu5zzKpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByu5zzKpX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByu5zzKpX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByu5zzKpX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByu5zzKpX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByu5zzKpX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByu5zzKpX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByu5zzKpX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByu5zzKpX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByu5zzKpX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByu5zzKpX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByu5zzKpX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByu5zzKpX .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByu5zzKpX .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByu5zzKpX .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu5zzKpX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByu5zzKpX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByu5zzKpX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByu5zzKpX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByu5zzKpX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByu5zzKpX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByu5zzKpX .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.7) !important;
}
.cid-uByu5zzKpX .nav-item:focus,
.cid-uByu5zzKpX .nav-link:focus {
  outline: none;
}
.cid-uByu5zzKpX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByu5zzKpX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByu5zzKpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByu5zzKpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByu5zzKpX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByu5zzKpX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByu5zzKpX .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-uByu5zzKpX .navbar.opened {
  transition: all 0.3s;
}
.cid-uByu5zzKpX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByu5zzKpX .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByu5zzKpX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByu5zzKpX .navbar.collapsed {
  justify-content: center;
}
.cid-uByu5zzKpX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByu5zzKpX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByu5zzKpX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByu5zzKpX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByu5zzKpX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByu5zzKpX .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-uByu5zzKpX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByu5zzKpX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByu5zzKpX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu5zzKpX .navbar {
    min-height: 72px;
  }
  .cid-uByu5zzKpX .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByu5zzKpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByu5zzKpX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByu5zzKpX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByu5zzKpX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByu5zzKpX .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-uByu5zzKpX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByu5zzKpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByu5zzKpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByu5zzKpX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByu5zzKpX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByu5zzKpX .dropdown-item.active,
.cid-uByu5zzKpX .dropdown-item:active {
  background-color: transparent;
}
.cid-uByu5zzKpX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByu5zzKpX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByu5zzKpX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByu5zzKpX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByu5zzKpX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByu5zzKpX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByu5zzKpX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByu5zzKpX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByu5zzKpX .navbar-buttons {
    text-align: left;
  }
}
.cid-uByu5zzKpX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByu5zzKpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByu5zzKpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByu5zzKpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu5zzKpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu5zzKpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByu5zzKpX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu5zzKpX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByu5zzKpX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByu5zzKpX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu5zzKpX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByu5zzKpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByu5zzKpX .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-uByu5zzKpX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByu5zzKpX .navbar {
    height: 70px;
  }
  .cid-uByu5zzKpX .navbar.opened {
    height: auto;
  }
  .cid-uByu5zzKpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByu5zzKpX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByu5zzKpX .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-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByu5zzKpX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByu5zzKpX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByu5zzKpX .navbar-brand {
    margin-right: auto;
  }
  .cid-uByu5zzKpX .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByu5zzKpX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByu5zzKpX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByu5zzKpX .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-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByu5zzKpX .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-uByu5zzKpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByu5zzKpX .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-uByu5zzKpX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByu5zzKpX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByu5ArGAI {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByu5ArGAI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByu5ArGAI {
    align-items: flex-end;
  }
  .cid-uByu5ArGAI .row {
    justify-content: flex-start;
  }
  .cid-uByu5ArGAI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByu5ArGAI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByu5ArGAI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByu5ArGAI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByu5ArGAI .content-wrap {
    width: 100%;
  }
}
.cid-uByu5ArGAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu5ArGAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu5ArGAI .mbr-section-title,
.cid-uByu5ArGAI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByu5ArGAI .mbr-text,
.cid-uByu5ArGAI .mbr-section-btn {
  text-align: left;
}
.cid-uByu5ArGAI .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByu5B6wTs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByu5B6wTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu5B6wTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByu5B6wTs .container-fluid {
    padding: 0;
  }
}
.cid-uByu5B6wTs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByu5B6wTs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByu5B6wTs .embla__button--next,
.cid-uByu5B6wTs .embla__button--prev {
  display: flex;
}
.cid-uByu5B6wTs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByu5B6wTs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByu5B6wTs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByu5B6wTs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByu5B6wTs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByu5B6wTs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByu5B6wTs .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByu5B6wTs .embla {
  position: relative;
  width: 100%;
}
.cid-uByu5B6wTs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByu5B6wTs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByu5B6wTs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByu5B6wTs .embla__slide a {
  cursor: grab;
}
.cid-uByu5B6wTs .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByu5B6wTs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByu5B6wTs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByu5B6wTs .mbr-section-title {
  color: #232323;
}
.cid-uByu5B6wTs .mbr-section-subtitle {
  color: #232323;
}
.cid-uByu5B6wTs .mbr-box {
  color: #ffffff;
}
.cid-uByu5B6wTs .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByu5B6wTs img,
.cid-uByu5B6wTs .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByu5B6wTs .item-wrapper {
  position: relative;
}
.cid-uByu5B6wTs .content-head {
  max-width: 800px;
}
.cid-uByu5CvdT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu5CvdT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu5CvdT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu5DqlJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu5DqlJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu5DqlJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu5EKowW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu5EKowW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu5EKowW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu5Fh8Lk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu5Fh8Lk .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByu5Fh8Lk .social-row .soc-item {
  margin: 8px;
}
.cid-uByu5Fh8Lk .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByu5Fh8Lk .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByu5Fh8Lk .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByu5Fh8Lk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByu5Fh8Lk .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByu5Fh8Lk .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByu5Fh8Lk .header-menu li p {
  margin: 0;
}
.cid-uByu5Fh8Lk .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByu5Fh8Lk .mbr-section-title {
  color: #ffffff;
}
.cid-uByu7VjVXK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByu7VjVXK .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-uByu7VjVXK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByu7VjVXK .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-uByu7VjVXK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByu7VjVXK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByu7VjVXK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByu7VjVXK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByu7VjVXK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByu7VjVXK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByu7VjVXK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByu7VjVXK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByu7VjVXK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByu7VjVXK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByu7VjVXK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByu7VjVXK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByu7VjVXK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByu7VjVXK .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByu7VjVXK .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByu7VjVXK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu7VjVXK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByu7VjVXK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByu7VjVXK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByu7VjVXK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByu7VjVXK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByu7VjVXK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByu7VjVXK .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.7) !important;
}
.cid-uByu7VjVXK .nav-item:focus,
.cid-uByu7VjVXK .nav-link:focus {
  outline: none;
}
.cid-uByu7VjVXK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByu7VjVXK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByu7VjVXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByu7VjVXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByu7VjVXK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByu7VjVXK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByu7VjVXK .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-uByu7VjVXK .navbar.opened {
  transition: all 0.3s;
}
.cid-uByu7VjVXK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByu7VjVXK .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByu7VjVXK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByu7VjVXK .navbar.collapsed {
  justify-content: center;
}
.cid-uByu7VjVXK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByu7VjVXK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByu7VjVXK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByu7VjVXK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByu7VjVXK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByu7VjVXK .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-uByu7VjVXK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByu7VjVXK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByu7VjVXK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByu7VjVXK .navbar {
    min-height: 72px;
  }
  .cid-uByu7VjVXK .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByu7VjVXK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByu7VjVXK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByu7VjVXK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByu7VjVXK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByu7VjVXK .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-uByu7VjVXK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByu7VjVXK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByu7VjVXK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByu7VjVXK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByu7VjVXK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByu7VjVXK .dropdown-item.active,
.cid-uByu7VjVXK .dropdown-item:active {
  background-color: transparent;
}
.cid-uByu7VjVXK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByu7VjVXK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByu7VjVXK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByu7VjVXK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByu7VjVXK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByu7VjVXK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByu7VjVXK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByu7VjVXK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByu7VjVXK .navbar-buttons {
    text-align: left;
  }
}
.cid-uByu7VjVXK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByu7VjVXK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByu7VjVXK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByu7VjVXK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu7VjVXK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByu7VjVXK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByu7VjVXK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu7VjVXK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByu7VjVXK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByu7VjVXK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByu7VjVXK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByu7VjVXK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByu7VjVXK .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-uByu7VjVXK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByu7VjVXK .navbar {
    height: 70px;
  }
  .cid-uByu7VjVXK .navbar.opened {
    height: auto;
  }
  .cid-uByu7VjVXK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByu7VjVXK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByu7VjVXK .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-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByu7VjVXK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByu7VjVXK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByu7VjVXK .navbar-brand {
    margin-right: auto;
  }
  .cid-uByu7VjVXK .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByu7VjVXK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByu7VjVXK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByu7VjVXK .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-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByu7VjVXK .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-uByu7VjVXK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByu7VjVXK .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-uByu7VjVXK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByu7VjVXK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByu7WesJI {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByu7WesJI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByu7WesJI {
    align-items: flex-end;
  }
  .cid-uByu7WesJI .row {
    justify-content: flex-start;
  }
  .cid-uByu7WesJI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByu7WesJI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByu7WesJI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByu7WesJI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByu7WesJI .content-wrap {
    width: 100%;
  }
}
.cid-uByu7WesJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu7WesJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu7WesJI .mbr-section-title,
.cid-uByu7WesJI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByu7WesJI .mbr-text,
.cid-uByu7WesJI .mbr-section-btn {
  text-align: left;
}
.cid-uByu7WesJI .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByu7WYGfH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByu7WYGfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu7WYGfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByu7WYGfH .container-fluid {
    padding: 0;
  }
}
.cid-uByu7WYGfH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByu7WYGfH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByu7WYGfH .embla__button--next,
.cid-uByu7WYGfH .embla__button--prev {
  display: flex;
}
.cid-uByu7WYGfH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByu7WYGfH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByu7WYGfH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByu7WYGfH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByu7WYGfH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByu7WYGfH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByu7WYGfH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByu7WYGfH .embla {
  position: relative;
  width: 100%;
}
.cid-uByu7WYGfH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByu7WYGfH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByu7WYGfH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByu7WYGfH .embla__slide a {
  cursor: grab;
}
.cid-uByu7WYGfH .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByu7WYGfH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByu7WYGfH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByu7WYGfH .mbr-section-title {
  color: #232323;
}
.cid-uByu7WYGfH .mbr-section-subtitle {
  color: #232323;
}
.cid-uByu7WYGfH .mbr-box {
  color: #ffffff;
}
.cid-uByu7WYGfH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByu7WYGfH img,
.cid-uByu7WYGfH .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByu7WYGfH .item-wrapper {
  position: relative;
}
.cid-uByu7WYGfH .content-head {
  max-width: 800px;
}
.cid-uByu7YFc4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu7YFc4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu7YFc4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu7ZmloY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByu7ZmloY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu7ZmloY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu80VlYL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu80VlYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByu80VlYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByu81RJ6j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByu81RJ6j .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByu81RJ6j .social-row .soc-item {
  margin: 8px;
}
.cid-uByu81RJ6j .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByu81RJ6j .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByu81RJ6j .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByu81RJ6j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByu81RJ6j .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByu81RJ6j .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByu81RJ6j .header-menu li p {
  margin: 0;
}
.cid-uByu81RJ6j .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByu81RJ6j .mbr-section-title {
  color: #ffffff;
}
.cid-uByP1BTovG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByP1BTovG .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-uByP1BTovG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByP1BTovG .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-uByP1BTovG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByP1BTovG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByP1BTovG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByP1BTovG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByP1BTovG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByP1BTovG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByP1BTovG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByP1BTovG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByP1BTovG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByP1BTovG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByP1BTovG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByP1BTovG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByP1BTovG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByP1BTovG .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByP1BTovG .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByP1BTovG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByP1BTovG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByP1BTovG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByP1BTovG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByP1BTovG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByP1BTovG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByP1BTovG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByP1BTovG .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.7) !important;
}
.cid-uByP1BTovG .nav-item:focus,
.cid-uByP1BTovG .nav-link:focus {
  outline: none;
}
.cid-uByP1BTovG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByP1BTovG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByP1BTovG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByP1BTovG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByP1BTovG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByP1BTovG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByP1BTovG .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-uByP1BTovG .navbar.opened {
  transition: all 0.3s;
}
.cid-uByP1BTovG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByP1BTovG .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByP1BTovG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByP1BTovG .navbar.collapsed {
  justify-content: center;
}
.cid-uByP1BTovG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByP1BTovG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByP1BTovG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByP1BTovG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByP1BTovG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByP1BTovG .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-uByP1BTovG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByP1BTovG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByP1BTovG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByP1BTovG .navbar {
    min-height: 72px;
  }
  .cid-uByP1BTovG .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByP1BTovG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByP1BTovG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByP1BTovG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByP1BTovG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByP1BTovG .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-uByP1BTovG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByP1BTovG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByP1BTovG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByP1BTovG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByP1BTovG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByP1BTovG .dropdown-item.active,
.cid-uByP1BTovG .dropdown-item:active {
  background-color: transparent;
}
.cid-uByP1BTovG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByP1BTovG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByP1BTovG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByP1BTovG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByP1BTovG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByP1BTovG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByP1BTovG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByP1BTovG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByP1BTovG .navbar-buttons {
    text-align: left;
  }
}
.cid-uByP1BTovG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByP1BTovG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByP1BTovG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByP1BTovG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByP1BTovG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByP1BTovG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByP1BTovG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByP1BTovG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByP1BTovG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByP1BTovG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByP1BTovG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByP1BTovG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByP1BTovG .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-uByP1BTovG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByP1BTovG .navbar {
    height: 70px;
  }
  .cid-uByP1BTovG .navbar.opened {
    height: auto;
  }
  .cid-uByP1BTovG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByP1BTovG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByP1BTovG .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-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByP1BTovG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByP1BTovG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByP1BTovG .navbar-brand {
    margin-right: auto;
  }
  .cid-uByP1BTovG .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByP1BTovG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByP1BTovG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByP1BTovG .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-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByP1BTovG .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-uByP1BTovG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByP1BTovG .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-uByP1BTovG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByP1BTovG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByP1EL1an {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByP1EL1an .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByP1EL1an {
    align-items: flex-end;
  }
  .cid-uByP1EL1an .row {
    justify-content: flex-start;
  }
  .cid-uByP1EL1an .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByP1EL1an .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByP1EL1an {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByP1EL1an .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByP1EL1an .content-wrap {
    width: 100%;
  }
}
.cid-uByP1EL1an .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP1EL1an .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP1EL1an .mbr-section-title,
.cid-uByP1EL1an .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByP1EL1an .mbr-text,
.cid-uByP1EL1an .mbr-section-btn {
  text-align: left;
}
.cid-uByP1EL1an .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByP1HeBEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByP1HeBEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP1HeBEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByP1HeBEp .container-fluid {
    padding: 0;
  }
}
.cid-uByP1HeBEp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByP1HeBEp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByP1HeBEp .embla__button--next,
.cid-uByP1HeBEp .embla__button--prev {
  display: flex;
}
.cid-uByP1HeBEp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByP1HeBEp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByP1HeBEp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByP1HeBEp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByP1HeBEp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByP1HeBEp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByP1HeBEp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByP1HeBEp .embla {
  position: relative;
  width: 100%;
}
.cid-uByP1HeBEp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByP1HeBEp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByP1HeBEp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByP1HeBEp .embla__slide a {
  cursor: grab;
}
.cid-uByP1HeBEp .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByP1HeBEp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByP1HeBEp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByP1HeBEp .mbr-section-title {
  color: #232323;
}
.cid-uByP1HeBEp .mbr-section-subtitle {
  color: #232323;
}
.cid-uByP1HeBEp .mbr-box {
  color: #ffffff;
}
.cid-uByP1HeBEp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByP1HeBEp img,
.cid-uByP1HeBEp .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByP1HeBEp .item-wrapper {
  position: relative;
}
.cid-uByP1HeBEp .content-head {
  max-width: 800px;
}
.cid-uByP1KLjme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByP1KLjme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP1KLjme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP1M9QL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByP1M9QL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP1M9QL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP1Pt0F7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByP1Pt0F7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP1Pt0F7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP1QlBq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByP1QlBq3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByP1QlBq3 .social-row .soc-item {
  margin: 8px;
}
.cid-uByP1QlBq3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByP1QlBq3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByP1QlBq3 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByP1QlBq3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByP1QlBq3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByP1QlBq3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByP1QlBq3 .header-menu li p {
  margin: 0;
}
.cid-uByP1QlBq3 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByP1QlBq3 .mbr-section-title {
  color: #ffffff;
}
.cid-uByP5B9bju {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByP5B9bju .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-uByP5B9bju .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByP5B9bju .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-uByP5B9bju .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByP5B9bju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByP5B9bju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByP5B9bju .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByP5B9bju .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByP5B9bju .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByP5B9bju .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByP5B9bju .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByP5B9bju .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByP5B9bju .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByP5B9bju .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByP5B9bju .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByP5B9bju .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByP5B9bju .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByP5B9bju .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByP5B9bju .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByP5B9bju .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByP5B9bju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByP5B9bju .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByP5B9bju .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByP5B9bju .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByP5B9bju .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByP5B9bju .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.7) !important;
}
.cid-uByP5B9bju .nav-item:focus,
.cid-uByP5B9bju .nav-link:focus {
  outline: none;
}
.cid-uByP5B9bju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByP5B9bju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByP5B9bju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByP5B9bju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByP5B9bju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByP5B9bju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByP5B9bju .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-uByP5B9bju .navbar.opened {
  transition: all 0.3s;
}
.cid-uByP5B9bju .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByP5B9bju .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByP5B9bju .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByP5B9bju .navbar.collapsed {
  justify-content: center;
}
.cid-uByP5B9bju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByP5B9bju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByP5B9bju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByP5B9bju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByP5B9bju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByP5B9bju .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-uByP5B9bju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByP5B9bju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByP5B9bju .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByP5B9bju .navbar {
    min-height: 72px;
  }
  .cid-uByP5B9bju .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByP5B9bju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByP5B9bju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByP5B9bju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByP5B9bju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByP5B9bju .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-uByP5B9bju .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByP5B9bju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByP5B9bju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByP5B9bju .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByP5B9bju .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByP5B9bju .dropdown-item.active,
.cid-uByP5B9bju .dropdown-item:active {
  background-color: transparent;
}
.cid-uByP5B9bju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByP5B9bju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByP5B9bju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByP5B9bju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByP5B9bju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByP5B9bju .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByP5B9bju ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByP5B9bju .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByP5B9bju .navbar-buttons {
    text-align: left;
  }
}
.cid-uByP5B9bju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByP5B9bju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByP5B9bju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByP5B9bju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByP5B9bju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByP5B9bju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByP5B9bju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByP5B9bju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByP5B9bju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByP5B9bju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByP5B9bju .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByP5B9bju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByP5B9bju .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-uByP5B9bju .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByP5B9bju .navbar {
    height: 70px;
  }
  .cid-uByP5B9bju .navbar.opened {
    height: auto;
  }
  .cid-uByP5B9bju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByP5B9bju .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByP5B9bju .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-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByP5B9bju .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByP5B9bju .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByP5B9bju .navbar-brand {
    margin-right: auto;
  }
  .cid-uByP5B9bju .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByP5B9bju .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByP5B9bju .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByP5B9bju .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-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByP5B9bju .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-uByP5B9bju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByP5B9bju .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-uByP5B9bju .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByP5B9bju .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByP5DRMtb {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByP5DRMtb .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByP5DRMtb {
    align-items: flex-end;
  }
  .cid-uByP5DRMtb .row {
    justify-content: flex-start;
  }
  .cid-uByP5DRMtb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByP5DRMtb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByP5DRMtb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByP5DRMtb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByP5DRMtb .content-wrap {
    width: 100%;
  }
}
.cid-uByP5DRMtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP5DRMtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP5DRMtb .mbr-section-title,
.cid-uByP5DRMtb .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByP5DRMtb .mbr-text,
.cid-uByP5DRMtb .mbr-section-btn {
  text-align: left;
}
.cid-uByP5DRMtb .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByP5FNyUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByP5FNyUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP5FNyUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByP5FNyUq .container-fluid {
    padding: 0;
  }
}
.cid-uByP5FNyUq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByP5FNyUq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByP5FNyUq .embla__button--next,
.cid-uByP5FNyUq .embla__button--prev {
  display: flex;
}
.cid-uByP5FNyUq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByP5FNyUq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByP5FNyUq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByP5FNyUq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByP5FNyUq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByP5FNyUq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByP5FNyUq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByP5FNyUq .embla {
  position: relative;
  width: 100%;
}
.cid-uByP5FNyUq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByP5FNyUq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByP5FNyUq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByP5FNyUq .embla__slide a {
  cursor: grab;
}
.cid-uByP5FNyUq .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByP5FNyUq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByP5FNyUq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByP5FNyUq .mbr-section-title {
  color: #232323;
}
.cid-uByP5FNyUq .mbr-section-subtitle {
  color: #232323;
}
.cid-uByP5FNyUq .mbr-box {
  color: #ffffff;
}
.cid-uByP5FNyUq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByP5FNyUq img,
.cid-uByP5FNyUq .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByP5FNyUq .item-wrapper {
  position: relative;
}
.cid-uByP5FNyUq .content-head {
  max-width: 800px;
}
.cid-uByP5Jg8Zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByP5Jg8Zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP5Jg8Zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP5KuKJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByP5KuKJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP5KuKJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP5OdQJp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByP5OdQJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByP5OdQJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByP5Px3No {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByP5Px3No .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByP5Px3No .social-row .soc-item {
  margin: 8px;
}
.cid-uByP5Px3No .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByP5Px3No .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByP5Px3No .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByP5Px3No .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByP5Px3No .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByP5Px3No .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByP5Px3No .header-menu li p {
  margin: 0;
}
.cid-uByP5Px3No .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByP5Px3No .mbr-section-title {
  color: #ffffff;
}
.cid-uByR5oVtCl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uByR5oVtCl .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-uByR5oVtCl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uByR5oVtCl .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-uByR5oVtCl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uByR5oVtCl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByR5oVtCl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByR5oVtCl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uByR5oVtCl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uByR5oVtCl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uByR5oVtCl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uByR5oVtCl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uByR5oVtCl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uByR5oVtCl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uByR5oVtCl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uByR5oVtCl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uByR5oVtCl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uByR5oVtCl .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uByR5oVtCl .navbar-logo {
    padding-left: 0;
  }
}
.cid-uByR5oVtCl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByR5oVtCl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uByR5oVtCl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uByR5oVtCl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uByR5oVtCl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByR5oVtCl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uByR5oVtCl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByR5oVtCl .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.7) !important;
}
.cid-uByR5oVtCl .nav-item:focus,
.cid-uByR5oVtCl .nav-link:focus {
  outline: none;
}
.cid-uByR5oVtCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByR5oVtCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByR5oVtCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByR5oVtCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByR5oVtCl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByR5oVtCl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByR5oVtCl .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-uByR5oVtCl .navbar.opened {
  transition: all 0.3s;
}
.cid-uByR5oVtCl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByR5oVtCl .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uByR5oVtCl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uByR5oVtCl .navbar.collapsed {
  justify-content: center;
}
.cid-uByR5oVtCl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByR5oVtCl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByR5oVtCl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uByR5oVtCl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByR5oVtCl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByR5oVtCl .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-uByR5oVtCl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByR5oVtCl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByR5oVtCl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uByR5oVtCl .navbar {
    min-height: 72px;
  }
  .cid-uByR5oVtCl .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uByR5oVtCl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByR5oVtCl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByR5oVtCl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByR5oVtCl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByR5oVtCl .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-uByR5oVtCl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByR5oVtCl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uByR5oVtCl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByR5oVtCl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uByR5oVtCl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uByR5oVtCl .dropdown-item.active,
.cid-uByR5oVtCl .dropdown-item:active {
  background-color: transparent;
}
.cid-uByR5oVtCl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByR5oVtCl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByR5oVtCl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByR5oVtCl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByR5oVtCl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uByR5oVtCl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uByR5oVtCl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByR5oVtCl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uByR5oVtCl .navbar-buttons {
    text-align: left;
  }
}
.cid-uByR5oVtCl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByR5oVtCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uByR5oVtCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByR5oVtCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByR5oVtCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByR5oVtCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByR5oVtCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByR5oVtCl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByR5oVtCl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByR5oVtCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByR5oVtCl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uByR5oVtCl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByR5oVtCl .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-uByR5oVtCl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByR5oVtCl .navbar {
    height: 70px;
  }
  .cid-uByR5oVtCl .navbar.opened {
    height: auto;
  }
  .cid-uByR5oVtCl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByR5oVtCl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uByR5oVtCl .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-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uByR5oVtCl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uByR5oVtCl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uByR5oVtCl .navbar-brand {
    margin-right: auto;
  }
  .cid-uByR5oVtCl .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uByR5oVtCl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uByR5oVtCl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uByR5oVtCl .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-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uByR5oVtCl .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-uByR5oVtCl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uByR5oVtCl .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-uByR5oVtCl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uByR5oVtCl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByR5pR1a7 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uByR5pR1a7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uByR5pR1a7 {
    align-items: flex-end;
  }
  .cid-uByR5pR1a7 .row {
    justify-content: flex-start;
  }
  .cid-uByR5pR1a7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByR5pR1a7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByR5pR1a7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByR5pR1a7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByR5pR1a7 .content-wrap {
    width: 100%;
  }
}
.cid-uByR5pR1a7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByR5pR1a7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByR5pR1a7 .mbr-section-title,
.cid-uByR5pR1a7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uByR5pR1a7 .mbr-text,
.cid-uByR5pR1a7 .mbr-section-btn {
  text-align: left;
}
.cid-uByR5pR1a7 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uByR5r0bla {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uByR5r0bla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByR5r0bla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uByR5r0bla .container-fluid {
    padding: 0;
  }
}
.cid-uByR5r0bla .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uByR5r0bla .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uByR5r0bla .embla__button--next,
.cid-uByR5r0bla .embla__button--prev {
  display: flex;
}
.cid-uByR5r0bla .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uByR5r0bla .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uByR5r0bla .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByR5r0bla .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByR5r0bla .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uByR5r0bla .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uByR5r0bla .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uByR5r0bla .embla {
  position: relative;
  width: 100%;
}
.cid-uByR5r0bla .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uByR5r0bla .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByR5r0bla .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByR5r0bla .embla__slide a {
  cursor: grab;
}
.cid-uByR5r0bla .embla__slide a:active {
  cursor: grabbing;
}
.cid-uByR5r0bla .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByR5r0bla .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uByR5r0bla .mbr-section-title {
  color: #232323;
}
.cid-uByR5r0bla .mbr-section-subtitle {
  color: #232323;
}
.cid-uByR5r0bla .mbr-box {
  color: #ffffff;
}
.cid-uByR5r0bla .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uByR5r0bla img,
.cid-uByR5r0bla .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uByR5r0bla .item-wrapper {
  position: relative;
}
.cid-uByR5r0bla .content-head {
  max-width: 800px;
}
.cid-uByR5sJy39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByR5sJy39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByR5sJy39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByR5tyLiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uByR5tyLiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByR5tyLiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByR5uYxyf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByR5uYxyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByR5uYxyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByR5vUqqw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uByR5vUqqw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uByR5vUqqw .social-row .soc-item {
  margin: 8px;
}
.cid-uByR5vUqqw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uByR5vUqqw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uByR5vUqqw .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uByR5vUqqw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uByR5vUqqw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uByR5vUqqw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uByR5vUqqw .header-menu li p {
  margin: 0;
}
.cid-uByR5vUqqw .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uByR5vUqqw .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrfrLrwc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrfrLrwc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrfrLrwc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrfrLrwc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrfrLrwc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrfrLrwc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrfrLrwc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrfrLrwc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrfrLrwc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrfrLrwc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrfrLrwc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrfrLrwc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrfrLrwc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrfrLrwc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrfrLrwc .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrfrLrwc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrfrLrwc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrfrLrwc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrfrLrwc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrfrLrwc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrfrLrwc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrfrLrwc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrfrLrwc .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.7) !important;
}
.cid-uBzrfrLrwc .nav-item:focus,
.cid-uBzrfrLrwc .nav-link:focus {
  outline: none;
}
.cid-uBzrfrLrwc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrfrLrwc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrfrLrwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrfrLrwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrfrLrwc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrfrLrwc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrfrLrwc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrfrLrwc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrfrLrwc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrfrLrwc .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrfrLrwc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrfrLrwc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrfrLrwc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrfrLrwc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrfrLrwc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrfrLrwc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrfrLrwc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrfrLrwc .navbar {
    min-height: 72px;
  }
  .cid-uBzrfrLrwc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrfrLrwc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrfrLrwc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrfrLrwc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrfrLrwc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrfrLrwc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrfrLrwc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrfrLrwc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrfrLrwc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrfrLrwc .dropdown-item.active,
.cid-uBzrfrLrwc .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrfrLrwc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrfrLrwc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrfrLrwc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrfrLrwc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrfrLrwc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrfrLrwc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrfrLrwc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrfrLrwc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrfrLrwc .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrfrLrwc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrfrLrwc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrfrLrwc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrfrLrwc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrfrLrwc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrfrLrwc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrfrLrwc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrfrLrwc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrfrLrwc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrfrLrwc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrfrLrwc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrfrLrwc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrfrLrwc .navbar {
    height: 70px;
  }
  .cid-uBzrfrLrwc .navbar.opened {
    height: auto;
  }
  .cid-uBzrfrLrwc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrfrLrwc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrfrLrwc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrfrLrwc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrfrLrwc .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrfrLrwc .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrfrLrwc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrfrLrwc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrfrLrwc .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-uBzrfrLrwc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrfrLrwc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrfsAjMI {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrfsAjMI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrfsAjMI {
    align-items: flex-end;
  }
  .cid-uBzrfsAjMI .row {
    justify-content: flex-start;
  }
  .cid-uBzrfsAjMI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrfsAjMI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrfsAjMI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrfsAjMI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrfsAjMI .content-wrap {
    width: 100%;
  }
}
.cid-uBzrfsAjMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrfsAjMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrfsAjMI .mbr-section-title,
.cid-uBzrfsAjMI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrfsAjMI .mbr-text,
.cid-uBzrfsAjMI .mbr-section-btn {
  text-align: left;
}
.cid-uBzrfsAjMI .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrftk2rj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrftk2rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrftk2rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrftk2rj .container-fluid {
    padding: 0;
  }
}
.cid-uBzrftk2rj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrftk2rj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrftk2rj .embla__button--next,
.cid-uBzrftk2rj .embla__button--prev {
  display: flex;
}
.cid-uBzrftk2rj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrftk2rj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrftk2rj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrftk2rj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrftk2rj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrftk2rj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrftk2rj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrftk2rj .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrftk2rj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrftk2rj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrftk2rj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrftk2rj .embla__slide a {
  cursor: grab;
}
.cid-uBzrftk2rj .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrftk2rj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrftk2rj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrftk2rj .mbr-section-title {
  color: #232323;
}
.cid-uBzrftk2rj .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrftk2rj .mbr-box {
  color: #ffffff;
}
.cid-uBzrftk2rj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrftk2rj img,
.cid-uBzrftk2rj .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrftk2rj .item-wrapper {
  position: relative;
}
.cid-uBzrftk2rj .content-head {
  max-width: 800px;
}
.cid-uBzrfuG0xL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrfuG0xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrfuG0xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrfvhTMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrfvhTMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrfvhTMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrfwAseN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrfwAseN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrfwAseN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrfx7DM4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrfx7DM4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrfx7DM4 .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrfx7DM4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrfx7DM4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrfx7DM4 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrfx7DM4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrfx7DM4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrfx7DM4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrfx7DM4 .header-menu li p {
  margin: 0;
}
.cid-uBzrfx7DM4 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrfx7DM4 .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrmrYRid {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrmrYRid .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-uBzrmrYRid .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrmrYRid .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-uBzrmrYRid .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrmrYRid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrmrYRid .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrmrYRid .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrmrYRid .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrmrYRid .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrmrYRid .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrmrYRid .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrmrYRid .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrmrYRid .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrmrYRid .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrmrYRid .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrmrYRid .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrmrYRid .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrmrYRid .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrmrYRid .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrmrYRid .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrmrYRid .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrmrYRid .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrmrYRid .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrmrYRid .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrmrYRid .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrmrYRid .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.7) !important;
}
.cid-uBzrmrYRid .nav-item:focus,
.cid-uBzrmrYRid .nav-link:focus {
  outline: none;
}
.cid-uBzrmrYRid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrmrYRid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrmrYRid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrmrYRid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrmrYRid .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrmrYRid .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrmrYRid .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-uBzrmrYRid .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrmrYRid .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrmrYRid .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrmrYRid .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrmrYRid .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrmrYRid .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrmrYRid .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrmrYRid .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrmrYRid .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrmrYRid .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrmrYRid .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-uBzrmrYRid .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrmrYRid .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrmrYRid .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrmrYRid .navbar {
    min-height: 72px;
  }
  .cid-uBzrmrYRid .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrmrYRid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrmrYRid .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrmrYRid .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrmrYRid .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrmrYRid .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-uBzrmrYRid .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrmrYRid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrmrYRid .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrmrYRid .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrmrYRid .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrmrYRid .dropdown-item.active,
.cid-uBzrmrYRid .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrmrYRid .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrmrYRid .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrmrYRid .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrmrYRid .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrmrYRid .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrmrYRid .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrmrYRid ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrmrYRid .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrmrYRid .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrmrYRid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrmrYRid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrmrYRid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrmrYRid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrmrYRid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrmrYRid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrmrYRid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrmrYRid nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrmrYRid nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrmrYRid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrmrYRid .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrmrYRid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrmrYRid .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-uBzrmrYRid .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrmrYRid .navbar {
    height: 70px;
  }
  .cid-uBzrmrYRid .navbar.opened {
    height: auto;
  }
  .cid-uBzrmrYRid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrmrYRid .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrmrYRid .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-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrmrYRid .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrmrYRid .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrmrYRid .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrmrYRid .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrmrYRid .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrmrYRid .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrmrYRid .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-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrmrYRid .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-uBzrmrYRid .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrmrYRid .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-uBzrmrYRid .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrmrYRid .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrmsYJ31 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrmsYJ31 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrmsYJ31 {
    align-items: flex-end;
  }
  .cid-uBzrmsYJ31 .row {
    justify-content: flex-start;
  }
  .cid-uBzrmsYJ31 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrmsYJ31 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrmsYJ31 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrmsYJ31 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrmsYJ31 .content-wrap {
    width: 100%;
  }
}
.cid-uBzrmsYJ31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrmsYJ31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrmsYJ31 .mbr-section-title,
.cid-uBzrmsYJ31 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrmsYJ31 .mbr-text,
.cid-uBzrmsYJ31 .mbr-section-btn {
  text-align: left;
}
.cid-uBzrmsYJ31 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrmtVKRF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrmtVKRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrmtVKRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrmtVKRF .container-fluid {
    padding: 0;
  }
}
.cid-uBzrmtVKRF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrmtVKRF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrmtVKRF .embla__button--next,
.cid-uBzrmtVKRF .embla__button--prev {
  display: flex;
}
.cid-uBzrmtVKRF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrmtVKRF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrmtVKRF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrmtVKRF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrmtVKRF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrmtVKRF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrmtVKRF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrmtVKRF .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrmtVKRF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrmtVKRF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrmtVKRF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrmtVKRF .embla__slide a {
  cursor: grab;
}
.cid-uBzrmtVKRF .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrmtVKRF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrmtVKRF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrmtVKRF .mbr-section-title {
  color: #232323;
}
.cid-uBzrmtVKRF .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrmtVKRF .mbr-box {
  color: #ffffff;
}
.cid-uBzrmtVKRF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrmtVKRF img,
.cid-uBzrmtVKRF .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrmtVKRF .item-wrapper {
  position: relative;
}
.cid-uBzrmtVKRF .content-head {
  max-width: 800px;
}
.cid-uBzrmvFwpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrmvFwpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrmvFwpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrmwlSD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrmwlSD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrmwlSD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrmydJ2N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrmydJ2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrmydJ2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrmyZaYF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrmyZaYF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrmyZaYF .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrmyZaYF .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrmyZaYF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrmyZaYF .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrmyZaYF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrmyZaYF .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrmyZaYF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrmyZaYF .header-menu li p {
  margin: 0;
}
.cid-uBzrmyZaYF .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrmyZaYF .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrGSZH36 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrGSZH36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrGSZH36 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrGSZH36 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrGSZH36 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrGSZH36 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrGSZH36 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrGSZH36 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrGSZH36 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrGSZH36 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrGSZH36 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrGSZH36 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrGSZH36 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrGSZH36 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrGSZH36 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrGSZH36 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrGSZH36 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrGSZH36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrGSZH36 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrGSZH36 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrGSZH36 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrGSZH36 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrGSZH36 .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.7) !important;
}
.cid-uBzrGSZH36 .nav-item:focus,
.cid-uBzrGSZH36 .nav-link:focus {
  outline: none;
}
.cid-uBzrGSZH36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrGSZH36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrGSZH36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrGSZH36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrGSZH36 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrGSZH36 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrGSZH36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrGSZH36 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrGSZH36 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrGSZH36 .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrGSZH36 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrGSZH36 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrGSZH36 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrGSZH36 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrGSZH36 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrGSZH36 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrGSZH36 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrGSZH36 .navbar {
    min-height: 72px;
  }
  .cid-uBzrGSZH36 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrGSZH36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrGSZH36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrGSZH36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrGSZH36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrGSZH36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrGSZH36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrGSZH36 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrGSZH36 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrGSZH36 .dropdown-item.active,
.cid-uBzrGSZH36 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrGSZH36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrGSZH36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrGSZH36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrGSZH36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrGSZH36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrGSZH36 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrGSZH36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrGSZH36 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrGSZH36 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrGSZH36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrGSZH36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrGSZH36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrGSZH36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrGSZH36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrGSZH36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrGSZH36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrGSZH36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrGSZH36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrGSZH36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrGSZH36 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrGSZH36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrGSZH36 .navbar {
    height: 70px;
  }
  .cid-uBzrGSZH36 .navbar.opened {
    height: auto;
  }
  .cid-uBzrGSZH36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrGSZH36 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrGSZH36 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrGSZH36 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrGSZH36 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrGSZH36 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrGSZH36 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrGSZH36 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrGSZH36 .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-uBzrGSZH36 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrGSZH36 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrGU0k3o {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrGU0k3o .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrGU0k3o {
    align-items: flex-end;
  }
  .cid-uBzrGU0k3o .row {
    justify-content: flex-start;
  }
  .cid-uBzrGU0k3o .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrGU0k3o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrGU0k3o {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrGU0k3o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrGU0k3o .content-wrap {
    width: 100%;
  }
}
.cid-uBzrGU0k3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrGU0k3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrGU0k3o .mbr-section-title,
.cid-uBzrGU0k3o .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrGU0k3o .mbr-text,
.cid-uBzrGU0k3o .mbr-section-btn {
  text-align: left;
}
.cid-uBzrGU0k3o .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrGUM1Xa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrGUM1Xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrGUM1Xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrGUM1Xa .container-fluid {
    padding: 0;
  }
}
.cid-uBzrGUM1Xa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrGUM1Xa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrGUM1Xa .embla__button--next,
.cid-uBzrGUM1Xa .embla__button--prev {
  display: flex;
}
.cid-uBzrGUM1Xa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrGUM1Xa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrGUM1Xa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrGUM1Xa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrGUM1Xa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrGUM1Xa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrGUM1Xa .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrGUM1Xa .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrGUM1Xa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrGUM1Xa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrGUM1Xa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrGUM1Xa .embla__slide a {
  cursor: grab;
}
.cid-uBzrGUM1Xa .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrGUM1Xa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrGUM1Xa .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrGUM1Xa .mbr-section-title {
  color: #232323;
}
.cid-uBzrGUM1Xa .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrGUM1Xa .mbr-box {
  color: #ffffff;
}
.cid-uBzrGUM1Xa .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrGUM1Xa img,
.cid-uBzrGUM1Xa .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrGUM1Xa .item-wrapper {
  position: relative;
}
.cid-uBzrGUM1Xa .content-head {
  max-width: 800px;
}
.cid-uBzrGWcuhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrGWcuhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrGWcuhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrGWNMNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrGWNMNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrGWNMNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrGYnPUr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrGYnPUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrGYnPUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrGYYr4K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrGYYr4K .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrGYYr4K .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrGYYr4K .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrGYYr4K .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrGYYr4K .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrGYYr4K .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrGYYr4K .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrGYYr4K .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrGYYr4K .header-menu li p {
  margin: 0;
}
.cid-uBzrGYYr4K .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrGYYr4K .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrIXeBOX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrIXeBOX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrIXeBOX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrIXeBOX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrIXeBOX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrIXeBOX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrIXeBOX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrIXeBOX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrIXeBOX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrIXeBOX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrIXeBOX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrIXeBOX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrIXeBOX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrIXeBOX .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrIXeBOX .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrIXeBOX .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrIXeBOX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrIXeBOX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrIXeBOX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrIXeBOX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrIXeBOX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrIXeBOX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrIXeBOX .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.7) !important;
}
.cid-uBzrIXeBOX .nav-item:focus,
.cid-uBzrIXeBOX .nav-link:focus {
  outline: none;
}
.cid-uBzrIXeBOX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrIXeBOX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrIXeBOX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrIXeBOX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrIXeBOX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrIXeBOX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrIXeBOX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrIXeBOX .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrIXeBOX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrIXeBOX .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrIXeBOX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrIXeBOX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrIXeBOX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrIXeBOX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrIXeBOX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrIXeBOX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrIXeBOX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrIXeBOX .navbar {
    min-height: 72px;
  }
  .cid-uBzrIXeBOX .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrIXeBOX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrIXeBOX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrIXeBOX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrIXeBOX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrIXeBOX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrIXeBOX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrIXeBOX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrIXeBOX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrIXeBOX .dropdown-item.active,
.cid-uBzrIXeBOX .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrIXeBOX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrIXeBOX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrIXeBOX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrIXeBOX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrIXeBOX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrIXeBOX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrIXeBOX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrIXeBOX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrIXeBOX .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrIXeBOX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrIXeBOX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrIXeBOX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrIXeBOX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrIXeBOX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrIXeBOX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrIXeBOX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrIXeBOX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrIXeBOX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrIXeBOX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrIXeBOX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrIXeBOX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrIXeBOX .navbar {
    height: 70px;
  }
  .cid-uBzrIXeBOX .navbar.opened {
    height: auto;
  }
  .cid-uBzrIXeBOX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrIXeBOX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrIXeBOX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrIXeBOX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrIXeBOX .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrIXeBOX .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrIXeBOX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrIXeBOX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrIXeBOX .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-uBzrIXeBOX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrIXeBOX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrIYciko {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrIYciko .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrIYciko {
    align-items: flex-end;
  }
  .cid-uBzrIYciko .row {
    justify-content: flex-start;
  }
  .cid-uBzrIYciko .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrIYciko .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrIYciko {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrIYciko .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrIYciko .content-wrap {
    width: 100%;
  }
}
.cid-uBzrIYciko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrIYciko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrIYciko .mbr-section-title,
.cid-uBzrIYciko .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrIYciko .mbr-text,
.cid-uBzrIYciko .mbr-section-btn {
  text-align: left;
}
.cid-uBzrIYciko .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrIYRr0B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrIYRr0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrIYRr0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrIYRr0B .container-fluid {
    padding: 0;
  }
}
.cid-uBzrIYRr0B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrIYRr0B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrIYRr0B .embla__button--next,
.cid-uBzrIYRr0B .embla__button--prev {
  display: flex;
}
.cid-uBzrIYRr0B .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrIYRr0B .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrIYRr0B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrIYRr0B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrIYRr0B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrIYRr0B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrIYRr0B .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrIYRr0B .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrIYRr0B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrIYRr0B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrIYRr0B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrIYRr0B .embla__slide a {
  cursor: grab;
}
.cid-uBzrIYRr0B .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrIYRr0B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrIYRr0B .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrIYRr0B .mbr-section-title {
  color: #232323;
}
.cid-uBzrIYRr0B .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrIYRr0B .mbr-box {
  color: #ffffff;
}
.cid-uBzrIYRr0B .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrIYRr0B img,
.cid-uBzrIYRr0B .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrIYRr0B .item-wrapper {
  position: relative;
}
.cid-uBzrIYRr0B .content-head {
  max-width: 800px;
}
.cid-uBzrJ0wKd1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrJ0wKd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrJ0wKd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrJ1hw0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrJ1hw0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrJ1hw0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrJ2I0qq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrJ2I0qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrJ2I0qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrJ3sQtg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrJ3sQtg .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrJ3sQtg .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrJ3sQtg .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrJ3sQtg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrJ3sQtg .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrJ3sQtg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrJ3sQtg .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrJ3sQtg .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrJ3sQtg .header-menu li p {
  margin: 0;
}
.cid-uBzrJ3sQtg .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrJ3sQtg .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrLrS19t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrLrS19t .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-uBzrLrS19t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrLrS19t .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-uBzrLrS19t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrLrS19t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrLrS19t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrLrS19t .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrLrS19t .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrLrS19t .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrLrS19t .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrLrS19t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrLrS19t .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrLrS19t .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrLrS19t .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrLrS19t .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrLrS19t .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrLrS19t .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrLrS19t .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrLrS19t .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrLrS19t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrLrS19t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrLrS19t .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrLrS19t .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrLrS19t .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrLrS19t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrLrS19t .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.7) !important;
}
.cid-uBzrLrS19t .nav-item:focus,
.cid-uBzrLrS19t .nav-link:focus {
  outline: none;
}
.cid-uBzrLrS19t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrLrS19t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrLrS19t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrLrS19t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrLrS19t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrLrS19t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrLrS19t .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-uBzrLrS19t .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrLrS19t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrLrS19t .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrLrS19t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrLrS19t .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrLrS19t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrLrS19t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrLrS19t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrLrS19t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrLrS19t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrLrS19t .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-uBzrLrS19t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrLrS19t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrLrS19t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrLrS19t .navbar {
    min-height: 72px;
  }
  .cid-uBzrLrS19t .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrLrS19t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrLrS19t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrLrS19t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrLrS19t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrLrS19t .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-uBzrLrS19t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrLrS19t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrLrS19t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrLrS19t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrLrS19t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrLrS19t .dropdown-item.active,
.cid-uBzrLrS19t .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrLrS19t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrLrS19t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrLrS19t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrLrS19t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrLrS19t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrLrS19t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrLrS19t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrLrS19t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrLrS19t .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrLrS19t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrLrS19t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrLrS19t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrLrS19t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrLrS19t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrLrS19t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrLrS19t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrLrS19t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrLrS19t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrLrS19t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrLrS19t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrLrS19t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrLrS19t .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-uBzrLrS19t .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrLrS19t .navbar {
    height: 70px;
  }
  .cid-uBzrLrS19t .navbar.opened {
    height: auto;
  }
  .cid-uBzrLrS19t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrLrS19t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrLrS19t .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-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrLrS19t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrLrS19t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrLrS19t .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrLrS19t .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrLrS19t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrLrS19t .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrLrS19t .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-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrLrS19t .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-uBzrLrS19t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrLrS19t .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-uBzrLrS19t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrLrS19t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrLsNkVH {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrLsNkVH .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrLsNkVH {
    align-items: flex-end;
  }
  .cid-uBzrLsNkVH .row {
    justify-content: flex-start;
  }
  .cid-uBzrLsNkVH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrLsNkVH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrLsNkVH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrLsNkVH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrLsNkVH .content-wrap {
    width: 100%;
  }
}
.cid-uBzrLsNkVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrLsNkVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrLsNkVH .mbr-section-title,
.cid-uBzrLsNkVH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrLsNkVH .mbr-text,
.cid-uBzrLsNkVH .mbr-section-btn {
  text-align: left;
}
.cid-uBzrLsNkVH .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrLtzOqR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrLtzOqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrLtzOqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrLtzOqR .container-fluid {
    padding: 0;
  }
}
.cid-uBzrLtzOqR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrLtzOqR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrLtzOqR .embla__button--next,
.cid-uBzrLtzOqR .embla__button--prev {
  display: flex;
}
.cid-uBzrLtzOqR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrLtzOqR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrLtzOqR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrLtzOqR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrLtzOqR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrLtzOqR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrLtzOqR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrLtzOqR .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrLtzOqR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrLtzOqR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrLtzOqR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrLtzOqR .embla__slide a {
  cursor: grab;
}
.cid-uBzrLtzOqR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrLtzOqR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrLtzOqR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrLtzOqR .mbr-section-title {
  color: #232323;
}
.cid-uBzrLtzOqR .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrLtzOqR .mbr-box {
  color: #ffffff;
}
.cid-uBzrLtzOqR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrLtzOqR img,
.cid-uBzrLtzOqR .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrLtzOqR .item-wrapper {
  position: relative;
}
.cid-uBzrLtzOqR .content-head {
  max-width: 800px;
}
.cid-uBzrLuZhX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrLuZhX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrLuZhX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrLvG1kx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrLvG1kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrLvG1kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrLwYcPG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrLwYcPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrLwYcPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrLxQTH5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrLxQTH5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrLxQTH5 .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrLxQTH5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrLxQTH5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrLxQTH5 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrLxQTH5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrLxQTH5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrLxQTH5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrLxQTH5 .header-menu li p {
  margin: 0;
}
.cid-uBzrLxQTH5 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrLxQTH5 .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrPOqcuQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrPOqcuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrPOqcuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrPOqcuQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrPOqcuQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrPOqcuQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrPOqcuQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrPOqcuQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrPOqcuQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrPOqcuQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrPOqcuQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrPOqcuQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrPOqcuQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrPOqcuQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrPOqcuQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrPOqcuQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrPOqcuQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrPOqcuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrPOqcuQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrPOqcuQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrPOqcuQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrPOqcuQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrPOqcuQ .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.7) !important;
}
.cid-uBzrPOqcuQ .nav-item:focus,
.cid-uBzrPOqcuQ .nav-link:focus {
  outline: none;
}
.cid-uBzrPOqcuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrPOqcuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrPOqcuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrPOqcuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrPOqcuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrPOqcuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrPOqcuQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrPOqcuQ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrPOqcuQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrPOqcuQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrPOqcuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrPOqcuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrPOqcuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrPOqcuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrPOqcuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrPOqcuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrPOqcuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrPOqcuQ .navbar {
    min-height: 72px;
  }
  .cid-uBzrPOqcuQ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrPOqcuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrPOqcuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrPOqcuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrPOqcuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrPOqcuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrPOqcuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrPOqcuQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrPOqcuQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrPOqcuQ .dropdown-item.active,
.cid-uBzrPOqcuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrPOqcuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrPOqcuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrPOqcuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrPOqcuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrPOqcuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrPOqcuQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrPOqcuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrPOqcuQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrPOqcuQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrPOqcuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrPOqcuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrPOqcuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrPOqcuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrPOqcuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrPOqcuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrPOqcuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrPOqcuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrPOqcuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrPOqcuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrPOqcuQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrPOqcuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrPOqcuQ .navbar {
    height: 70px;
  }
  .cid-uBzrPOqcuQ .navbar.opened {
    height: auto;
  }
  .cid-uBzrPOqcuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrPOqcuQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrPOqcuQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrPOqcuQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrPOqcuQ .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrPOqcuQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrPOqcuQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrPOqcuQ .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-uBzrPOqcuQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrPOqcuQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrPPfFig {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrPPfFig .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrPPfFig {
    align-items: flex-end;
  }
  .cid-uBzrPPfFig .row {
    justify-content: flex-start;
  }
  .cid-uBzrPPfFig .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrPPfFig .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrPPfFig {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrPPfFig .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrPPfFig .content-wrap {
    width: 100%;
  }
}
.cid-uBzrPPfFig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrPPfFig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrPPfFig .mbr-section-title,
.cid-uBzrPPfFig .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrPPfFig .mbr-text,
.cid-uBzrPPfFig .mbr-section-btn {
  text-align: left;
}
.cid-uBzrPPfFig .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrPPSzgw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrPPSzgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrPPSzgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrPPSzgw .container-fluid {
    padding: 0;
  }
}
.cid-uBzrPPSzgw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrPPSzgw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrPPSzgw .embla__button--next,
.cid-uBzrPPSzgw .embla__button--prev {
  display: flex;
}
.cid-uBzrPPSzgw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrPPSzgw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrPPSzgw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrPPSzgw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrPPSzgw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrPPSzgw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrPPSzgw .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrPPSzgw .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrPPSzgw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrPPSzgw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrPPSzgw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrPPSzgw .embla__slide a {
  cursor: grab;
}
.cid-uBzrPPSzgw .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrPPSzgw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrPPSzgw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrPPSzgw .mbr-section-title {
  color: #232323;
}
.cid-uBzrPPSzgw .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrPPSzgw .mbr-box {
  color: #ffffff;
}
.cid-uBzrPPSzgw .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrPPSzgw img,
.cid-uBzrPPSzgw .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrPPSzgw .item-wrapper {
  position: relative;
}
.cid-uBzrPPSzgw .content-head {
  max-width: 800px;
}
.cid-uBzrPRgPCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrPRgPCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrPRgPCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrPS2EZ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrPS2EZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrPS2EZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrPTlcVu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrPTlcVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrPTlcVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrPTQLno {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrPTQLno .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrPTQLno .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrPTQLno .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrPTQLno .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrPTQLno .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrPTQLno .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrPTQLno .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrPTQLno .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrPTQLno .header-menu li p {
  margin: 0;
}
.cid-uBzrPTQLno .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrPTQLno .mbr-section-title {
  color: #ffffff;
}
.cid-uBzrTuydAE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBzrTuydAE .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-uBzrTuydAE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBzrTuydAE .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-uBzrTuydAE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBzrTuydAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBzrTuydAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBzrTuydAE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBzrTuydAE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBzrTuydAE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBzrTuydAE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBzrTuydAE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBzrTuydAE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBzrTuydAE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBzrTuydAE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBzrTuydAE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBzrTuydAE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBzrTuydAE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBzrTuydAE .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBzrTuydAE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrTuydAE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrTuydAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBzrTuydAE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uBzrTuydAE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBzrTuydAE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBzrTuydAE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBzrTuydAE .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.7) !important;
}
.cid-uBzrTuydAE .nav-item:focus,
.cid-uBzrTuydAE .nav-link:focus {
  outline: none;
}
.cid-uBzrTuydAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBzrTuydAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBzrTuydAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBzrTuydAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBzrTuydAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBzrTuydAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBzrTuydAE .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-uBzrTuydAE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBzrTuydAE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBzrTuydAE .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBzrTuydAE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBzrTuydAE .navbar.collapsed {
  justify-content: center;
}
.cid-uBzrTuydAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBzrTuydAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBzrTuydAE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBzrTuydAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBzrTuydAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBzrTuydAE .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-uBzrTuydAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBzrTuydAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBzrTuydAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrTuydAE .navbar {
    min-height: 72px;
  }
  .cid-uBzrTuydAE .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBzrTuydAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBzrTuydAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBzrTuydAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBzrTuydAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBzrTuydAE .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-uBzrTuydAE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBzrTuydAE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBzrTuydAE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBzrTuydAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBzrTuydAE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBzrTuydAE .dropdown-item.active,
.cid-uBzrTuydAE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBzrTuydAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBzrTuydAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBzrTuydAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBzrTuydAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBzrTuydAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBzrTuydAE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBzrTuydAE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBzrTuydAE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBzrTuydAE .navbar-buttons {
    text-align: left;
  }
}
.cid-uBzrTuydAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBzrTuydAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uBzrTuydAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBzrTuydAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrTuydAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBzrTuydAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBzrTuydAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrTuydAE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBzrTuydAE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBzrTuydAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBzrTuydAE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBzrTuydAE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBzrTuydAE .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-uBzrTuydAE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBzrTuydAE .navbar {
    height: 70px;
  }
  .cid-uBzrTuydAE .navbar.opened {
    height: auto;
  }
  .cid-uBzrTuydAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBzrTuydAE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBzrTuydAE .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-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBzrTuydAE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBzrTuydAE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBzrTuydAE .navbar-brand {
    margin-right: auto;
  }
  .cid-uBzrTuydAE .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBzrTuydAE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBzrTuydAE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBzrTuydAE .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-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBzrTuydAE .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-uBzrTuydAE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBzrTuydAE .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-uBzrTuydAE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBzrTuydAE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBzrTvnop8 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uBzrTvnop8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uBzrTvnop8 {
    align-items: flex-end;
  }
  .cid-uBzrTvnop8 .row {
    justify-content: flex-start;
  }
  .cid-uBzrTvnop8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBzrTvnop8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBzrTvnop8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBzrTvnop8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBzrTvnop8 .content-wrap {
    width: 100%;
  }
}
.cid-uBzrTvnop8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrTvnop8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrTvnop8 .mbr-section-title,
.cid-uBzrTvnop8 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBzrTvnop8 .mbr-text,
.cid-uBzrTvnop8 .mbr-section-btn {
  text-align: left;
}
.cid-uBzrTvnop8 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uBzrTw1wv2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uBzrTw1wv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrTw1wv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uBzrTw1wv2 .container-fluid {
    padding: 0;
  }
}
.cid-uBzrTw1wv2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uBzrTw1wv2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBzrTw1wv2 .embla__button--next,
.cid-uBzrTw1wv2 .embla__button--prev {
  display: flex;
}
.cid-uBzrTw1wv2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uBzrTw1wv2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uBzrTw1wv2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBzrTw1wv2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBzrTw1wv2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBzrTw1wv2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBzrTw1wv2 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBzrTw1wv2 .embla {
  position: relative;
  width: 100%;
}
.cid-uBzrTw1wv2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBzrTw1wv2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBzrTw1wv2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBzrTw1wv2 .embla__slide a {
  cursor: grab;
}
.cid-uBzrTw1wv2 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uBzrTw1wv2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBzrTw1wv2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBzrTw1wv2 .mbr-section-title {
  color: #232323;
}
.cid-uBzrTw1wv2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uBzrTw1wv2 .mbr-box {
  color: #ffffff;
}
.cid-uBzrTw1wv2 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uBzrTw1wv2 img,
.cid-uBzrTw1wv2 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBzrTw1wv2 .item-wrapper {
  position: relative;
}
.cid-uBzrTw1wv2 .content-head {
  max-width: 800px;
}
.cid-uBzrTxFVg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrTxFVg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrTxFVg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrTykTha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uBzrTykTha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrTykTha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrTzGNAX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrTzGNAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzrTzGNAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzrTAeizm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uBzrTAeizm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBzrTAeizm .social-row .soc-item {
  margin: 8px;
}
.cid-uBzrTAeizm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBzrTAeizm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uBzrTAeizm .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uBzrTAeizm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBzrTAeizm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBzrTAeizm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBzrTAeizm .header-menu li p {
  margin: 0;
}
.cid-uBzrTAeizm .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uBzrTAeizm .mbr-section-title {
  color: #ffffff;
}
.cid-uLRFUsEYvH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRFUsEYvH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRFUsEYvH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRFUsEYvH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRFUsEYvH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRFUsEYvH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRFUsEYvH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRFUsEYvH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRFUsEYvH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRFUsEYvH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRFUsEYvH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRFUsEYvH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRFUsEYvH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRFUsEYvH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRFUsEYvH .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRFUsEYvH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRFUsEYvH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRFUsEYvH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRFUsEYvH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRFUsEYvH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRFUsEYvH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRFUsEYvH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRFUsEYvH .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.7) !important;
}
.cid-uLRFUsEYvH .nav-item:focus,
.cid-uLRFUsEYvH .nav-link:focus {
  outline: none;
}
.cid-uLRFUsEYvH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRFUsEYvH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRFUsEYvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRFUsEYvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRFUsEYvH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRFUsEYvH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRFUsEYvH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRFUsEYvH .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRFUsEYvH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRFUsEYvH .navbar.collapsed {
  justify-content: center;
}
.cid-uLRFUsEYvH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRFUsEYvH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRFUsEYvH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRFUsEYvH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRFUsEYvH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRFUsEYvH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRFUsEYvH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRFUsEYvH .navbar {
    min-height: 72px;
  }
  .cid-uLRFUsEYvH .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRFUsEYvH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRFUsEYvH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRFUsEYvH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRFUsEYvH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRFUsEYvH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRFUsEYvH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRFUsEYvH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRFUsEYvH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRFUsEYvH .dropdown-item.active,
.cid-uLRFUsEYvH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRFUsEYvH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRFUsEYvH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRFUsEYvH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRFUsEYvH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRFUsEYvH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRFUsEYvH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRFUsEYvH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRFUsEYvH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRFUsEYvH .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRFUsEYvH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRFUsEYvH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRFUsEYvH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRFUsEYvH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRFUsEYvH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRFUsEYvH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRFUsEYvH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRFUsEYvH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRFUsEYvH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRFUsEYvH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRFUsEYvH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRFUsEYvH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRFUsEYvH .navbar {
    height: 70px;
  }
  .cid-uLRFUsEYvH .navbar.opened {
    height: auto;
  }
  .cid-uLRFUsEYvH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRFUsEYvH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRFUsEYvH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRFUsEYvH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRFUsEYvH .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRFUsEYvH .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRFUsEYvH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRFUsEYvH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRFUsEYvH .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-uLRFUsEYvH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRFUsEYvH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRFUtmSWQ {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRFUtmSWQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRFUtmSWQ {
    align-items: flex-end;
  }
  .cid-uLRFUtmSWQ .row {
    justify-content: flex-start;
  }
  .cid-uLRFUtmSWQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRFUtmSWQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRFUtmSWQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRFUtmSWQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRFUtmSWQ .content-wrap {
    width: 100%;
  }
}
.cid-uLRFUtmSWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRFUtmSWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRFUtmSWQ .mbr-section-title,
.cid-uLRFUtmSWQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRFUtmSWQ .mbr-text,
.cid-uLRFUtmSWQ .mbr-section-btn {
  text-align: left;
}
.cid-uLRFUtmSWQ .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRFUvDoYS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRFUvDoYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRFUvDoYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRFUvDoYS .container-fluid {
    padding: 0;
  }
}
.cid-uLRFUvDoYS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRFUvDoYS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRFUvDoYS .embla__button--next,
.cid-uLRFUvDoYS .embla__button--prev {
  display: flex;
}
.cid-uLRFUvDoYS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRFUvDoYS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRFUvDoYS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRFUvDoYS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRFUvDoYS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRFUvDoYS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRFUvDoYS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRFUvDoYS .embla {
  position: relative;
  width: 100%;
}
.cid-uLRFUvDoYS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRFUvDoYS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRFUvDoYS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRFUvDoYS .embla__slide a {
  cursor: grab;
}
.cid-uLRFUvDoYS .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRFUvDoYS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRFUvDoYS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRFUvDoYS .mbr-section-title {
  color: #232323;
}
.cid-uLRFUvDoYS .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRFUvDoYS .mbr-box {
  color: #ffffff;
}
.cid-uLRFUvDoYS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRFUvDoYS img,
.cid-uLRFUvDoYS .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRFUvDoYS .item-wrapper {
  position: relative;
}
.cid-uLRFUvDoYS .content-head {
  max-width: 800px;
}
.cid-uLRFUx8txG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRFUx8txG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRFUx8txG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRFUxSgPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRFUxSgPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRFUxSgPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRFUz0jm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRFUz0jm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRFUz0jm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRFUzRZPI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRFUzRZPI .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRFUzRZPI .social-row .soc-item {
  margin: 8px;
}
.cid-uLRFUzRZPI .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRFUzRZPI .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRFUzRZPI .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRFUzRZPI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRFUzRZPI .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRFUzRZPI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRFUzRZPI .header-menu li p {
  margin: 0;
}
.cid-uLRFUzRZPI .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRFUzRZPI .mbr-section-title {
  color: #ffffff;
}
.cid-uLRG7WMfZd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRG7WMfZd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRG7WMfZd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRG7WMfZd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRG7WMfZd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRG7WMfZd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRG7WMfZd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRG7WMfZd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRG7WMfZd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRG7WMfZd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRG7WMfZd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRG7WMfZd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRG7WMfZd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRG7WMfZd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRG7WMfZd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRG7WMfZd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRG7WMfZd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRG7WMfZd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRG7WMfZd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRG7WMfZd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRG7WMfZd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRG7WMfZd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRG7WMfZd .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.7) !important;
}
.cid-uLRG7WMfZd .nav-item:focus,
.cid-uLRG7WMfZd .nav-link:focus {
  outline: none;
}
.cid-uLRG7WMfZd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRG7WMfZd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRG7WMfZd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRG7WMfZd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRG7WMfZd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRG7WMfZd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRG7WMfZd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRG7WMfZd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRG7WMfZd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRG7WMfZd .navbar.collapsed {
  justify-content: center;
}
.cid-uLRG7WMfZd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRG7WMfZd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRG7WMfZd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRG7WMfZd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRG7WMfZd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRG7WMfZd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRG7WMfZd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRG7WMfZd .navbar {
    min-height: 72px;
  }
  .cid-uLRG7WMfZd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRG7WMfZd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRG7WMfZd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRG7WMfZd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRG7WMfZd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRG7WMfZd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRG7WMfZd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRG7WMfZd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRG7WMfZd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRG7WMfZd .dropdown-item.active,
.cid-uLRG7WMfZd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRG7WMfZd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRG7WMfZd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRG7WMfZd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRG7WMfZd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRG7WMfZd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRG7WMfZd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRG7WMfZd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRG7WMfZd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRG7WMfZd .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRG7WMfZd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRG7WMfZd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRG7WMfZd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRG7WMfZd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRG7WMfZd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRG7WMfZd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRG7WMfZd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRG7WMfZd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRG7WMfZd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRG7WMfZd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRG7WMfZd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRG7WMfZd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRG7WMfZd .navbar {
    height: 70px;
  }
  .cid-uLRG7WMfZd .navbar.opened {
    height: auto;
  }
  .cid-uLRG7WMfZd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRG7WMfZd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRG7WMfZd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRG7WMfZd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRG7WMfZd .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRG7WMfZd .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRG7WMfZd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRG7WMfZd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRG7WMfZd .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-uLRG7WMfZd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRG7WMfZd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRG7Xzigh {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRG7Xzigh .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRG7Xzigh {
    align-items: flex-end;
  }
  .cid-uLRG7Xzigh .row {
    justify-content: flex-start;
  }
  .cid-uLRG7Xzigh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRG7Xzigh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRG7Xzigh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRG7Xzigh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRG7Xzigh .content-wrap {
    width: 100%;
  }
}
.cid-uLRG7Xzigh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRG7Xzigh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRG7Xzigh .mbr-section-title,
.cid-uLRG7Xzigh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRG7Xzigh .mbr-text,
.cid-uLRG7Xzigh .mbr-section-btn {
  text-align: left;
}
.cid-uLRG7Xzigh .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRG7Y7gXL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRG7Y7gXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRG7Y7gXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRG7Y7gXL .container-fluid {
    padding: 0;
  }
}
.cid-uLRG7Y7gXL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRG7Y7gXL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRG7Y7gXL .embla__button--next,
.cid-uLRG7Y7gXL .embla__button--prev {
  display: flex;
}
.cid-uLRG7Y7gXL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRG7Y7gXL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRG7Y7gXL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRG7Y7gXL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRG7Y7gXL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRG7Y7gXL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRG7Y7gXL .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRG7Y7gXL .embla {
  position: relative;
  width: 100%;
}
.cid-uLRG7Y7gXL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRG7Y7gXL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRG7Y7gXL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRG7Y7gXL .embla__slide a {
  cursor: grab;
}
.cid-uLRG7Y7gXL .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRG7Y7gXL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRG7Y7gXL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRG7Y7gXL .mbr-section-title {
  color: #232323;
}
.cid-uLRG7Y7gXL .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRG7Y7gXL .mbr-box {
  color: #ffffff;
}
.cid-uLRG7Y7gXL .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRG7Y7gXL img,
.cid-uLRG7Y7gXL .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRG7Y7gXL .item-wrapper {
  position: relative;
}
.cid-uLRG7Y7gXL .content-head {
  max-width: 800px;
}
.cid-uLRG7ZC10h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRG7ZC10h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRG7ZC10h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRG80mwIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRG80mwIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRG80mwIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRG81xfWR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRG81xfWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRG81xfWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRG82sO0Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRG82sO0Z .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRG82sO0Z .social-row .soc-item {
  margin: 8px;
}
.cid-uLRG82sO0Z .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRG82sO0Z .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRG82sO0Z .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRG82sO0Z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRG82sO0Z .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRG82sO0Z .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRG82sO0Z .header-menu li p {
  margin: 0;
}
.cid-uLRG82sO0Z .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRG82sO0Z .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGcqP5p3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGcqP5p3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGcqP5p3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGcqP5p3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGcqP5p3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGcqP5p3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGcqP5p3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGcqP5p3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGcqP5p3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGcqP5p3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGcqP5p3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGcqP5p3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGcqP5p3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGcqP5p3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGcqP5p3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGcqP5p3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGcqP5p3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGcqP5p3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGcqP5p3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGcqP5p3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGcqP5p3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGcqP5p3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGcqP5p3 .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.7) !important;
}
.cid-uLRGcqP5p3 .nav-item:focus,
.cid-uLRGcqP5p3 .nav-link:focus {
  outline: none;
}
.cid-uLRGcqP5p3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGcqP5p3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGcqP5p3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGcqP5p3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGcqP5p3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGcqP5p3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGcqP5p3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGcqP5p3 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGcqP5p3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGcqP5p3 .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGcqP5p3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGcqP5p3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGcqP5p3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGcqP5p3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGcqP5p3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGcqP5p3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGcqP5p3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGcqP5p3 .navbar {
    min-height: 72px;
  }
  .cid-uLRGcqP5p3 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGcqP5p3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGcqP5p3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGcqP5p3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGcqP5p3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGcqP5p3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGcqP5p3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGcqP5p3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGcqP5p3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGcqP5p3 .dropdown-item.active,
.cid-uLRGcqP5p3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGcqP5p3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGcqP5p3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGcqP5p3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGcqP5p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGcqP5p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGcqP5p3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGcqP5p3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGcqP5p3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGcqP5p3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGcqP5p3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGcqP5p3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGcqP5p3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGcqP5p3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGcqP5p3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGcqP5p3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGcqP5p3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGcqP5p3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGcqP5p3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGcqP5p3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGcqP5p3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGcqP5p3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGcqP5p3 .navbar {
    height: 70px;
  }
  .cid-uLRGcqP5p3 .navbar.opened {
    height: auto;
  }
  .cid-uLRGcqP5p3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGcqP5p3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGcqP5p3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGcqP5p3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGcqP5p3 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGcqP5p3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGcqP5p3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGcqP5p3 .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-uLRGcqP5p3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGcqP5p3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGcrEd0V {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGcrEd0V .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGcrEd0V {
    align-items: flex-end;
  }
  .cid-uLRGcrEd0V .row {
    justify-content: flex-start;
  }
  .cid-uLRGcrEd0V .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGcrEd0V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGcrEd0V {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGcrEd0V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGcrEd0V .content-wrap {
    width: 100%;
  }
}
.cid-uLRGcrEd0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGcrEd0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGcrEd0V .mbr-section-title,
.cid-uLRGcrEd0V .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGcrEd0V .mbr-text,
.cid-uLRGcrEd0V .mbr-section-btn {
  text-align: left;
}
.cid-uLRGcrEd0V .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGcsgMu6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGcsgMu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGcsgMu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGcsgMu6 .container-fluid {
    padding: 0;
  }
}
.cid-uLRGcsgMu6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGcsgMu6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGcsgMu6 .embla__button--next,
.cid-uLRGcsgMu6 .embla__button--prev {
  display: flex;
}
.cid-uLRGcsgMu6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGcsgMu6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGcsgMu6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGcsgMu6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGcsgMu6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGcsgMu6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGcsgMu6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGcsgMu6 .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGcsgMu6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGcsgMu6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGcsgMu6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGcsgMu6 .embla__slide a {
  cursor: grab;
}
.cid-uLRGcsgMu6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGcsgMu6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGcsgMu6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGcsgMu6 .mbr-section-title {
  color: #232323;
}
.cid-uLRGcsgMu6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGcsgMu6 .mbr-box {
  color: #ffffff;
}
.cid-uLRGcsgMu6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGcsgMu6 img,
.cid-uLRGcsgMu6 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGcsgMu6 .item-wrapper {
  position: relative;
}
.cid-uLRGcsgMu6 .content-head {
  max-width: 800px;
}
.cid-uLRGctI9NR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGctI9NR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGctI9NR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGculkqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGculkqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGculkqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGcvMM3D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGcvMM3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGcvMM3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGcwAiWQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGcwAiWQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGcwAiWQ .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGcwAiWQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGcwAiWQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGcwAiWQ .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGcwAiWQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGcwAiWQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGcwAiWQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGcwAiWQ .header-menu li p {
  margin: 0;
}
.cid-uLRGcwAiWQ .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGcwAiWQ .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGgzkv1B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGgzkv1B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGgzkv1B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGgzkv1B .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGgzkv1B .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGgzkv1B .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGgzkv1B .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGgzkv1B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGgzkv1B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGgzkv1B .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGgzkv1B .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGgzkv1B .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGgzkv1B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGgzkv1B .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGgzkv1B .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGgzkv1B .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGgzkv1B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGgzkv1B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGgzkv1B .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGgzkv1B .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGgzkv1B .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGgzkv1B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGgzkv1B .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.7) !important;
}
.cid-uLRGgzkv1B .nav-item:focus,
.cid-uLRGgzkv1B .nav-link:focus {
  outline: none;
}
.cid-uLRGgzkv1B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGgzkv1B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGgzkv1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGgzkv1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGgzkv1B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGgzkv1B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGgzkv1B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGgzkv1B .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGgzkv1B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGgzkv1B .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGgzkv1B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGgzkv1B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGgzkv1B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGgzkv1B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGgzkv1B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGgzkv1B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGgzkv1B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGgzkv1B .navbar {
    min-height: 72px;
  }
  .cid-uLRGgzkv1B .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGgzkv1B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGgzkv1B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGgzkv1B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGgzkv1B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGgzkv1B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGgzkv1B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGgzkv1B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGgzkv1B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGgzkv1B .dropdown-item.active,
.cid-uLRGgzkv1B .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGgzkv1B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGgzkv1B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGgzkv1B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGgzkv1B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGgzkv1B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGgzkv1B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGgzkv1B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGgzkv1B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGgzkv1B .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGgzkv1B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGgzkv1B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGgzkv1B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGgzkv1B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGgzkv1B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGgzkv1B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGgzkv1B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGgzkv1B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGgzkv1B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGgzkv1B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGgzkv1B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGgzkv1B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGgzkv1B .navbar {
    height: 70px;
  }
  .cid-uLRGgzkv1B .navbar.opened {
    height: auto;
  }
  .cid-uLRGgzkv1B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGgzkv1B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGgzkv1B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGgzkv1B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGgzkv1B .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGgzkv1B .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGgzkv1B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGgzkv1B .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGgzkv1B .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-uLRGgzkv1B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGgzkv1B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGgCiRYJ {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGgCiRYJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGgCiRYJ {
    align-items: flex-end;
  }
  .cid-uLRGgCiRYJ .row {
    justify-content: flex-start;
  }
  .cid-uLRGgCiRYJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGgCiRYJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGgCiRYJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGgCiRYJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGgCiRYJ .content-wrap {
    width: 100%;
  }
}
.cid-uLRGgCiRYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGgCiRYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGgCiRYJ .mbr-section-title,
.cid-uLRGgCiRYJ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGgCiRYJ .mbr-text,
.cid-uLRGgCiRYJ .mbr-section-btn {
  text-align: left;
}
.cid-uLRGgCiRYJ .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGgCQbKg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGgCQbKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGgCQbKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGgCQbKg .container-fluid {
    padding: 0;
  }
}
.cid-uLRGgCQbKg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGgCQbKg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGgCQbKg .embla__button--next,
.cid-uLRGgCQbKg .embla__button--prev {
  display: flex;
}
.cid-uLRGgCQbKg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGgCQbKg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGgCQbKg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGgCQbKg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGgCQbKg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGgCQbKg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGgCQbKg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGgCQbKg .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGgCQbKg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGgCQbKg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGgCQbKg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGgCQbKg .embla__slide a {
  cursor: grab;
}
.cid-uLRGgCQbKg .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGgCQbKg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGgCQbKg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGgCQbKg .mbr-section-title {
  color: #232323;
}
.cid-uLRGgCQbKg .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGgCQbKg .mbr-box {
  color: #ffffff;
}
.cid-uLRGgCQbKg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGgCQbKg img,
.cid-uLRGgCQbKg .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGgCQbKg .item-wrapper {
  position: relative;
}
.cid-uLRGgCQbKg .content-head {
  max-width: 800px;
}
.cid-uLRGgEpn4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGgEpn4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGgEpn4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGgEZ4vD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGgEZ4vD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGgEZ4vD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGgGhg9k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGgGhg9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGgGhg9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGgGTEeU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGgGTEeU .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGgGTEeU .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGgGTEeU .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGgGTEeU .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGgGTEeU .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGgGTEeU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGgGTEeU .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGgGTEeU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGgGTEeU .header-menu li p {
  margin: 0;
}
.cid-uLRGgGTEeU .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGgGTEeU .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGixunOO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGixunOO .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-uLRGixunOO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGixunOO .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-uLRGixunOO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGixunOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGixunOO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGixunOO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGixunOO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGixunOO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGixunOO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGixunOO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGixunOO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGixunOO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGixunOO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGixunOO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGixunOO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGixunOO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGixunOO .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGixunOO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGixunOO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGixunOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGixunOO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGixunOO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGixunOO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGixunOO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGixunOO .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.7) !important;
}
.cid-uLRGixunOO .nav-item:focus,
.cid-uLRGixunOO .nav-link:focus {
  outline: none;
}
.cid-uLRGixunOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGixunOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGixunOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGixunOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGixunOO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGixunOO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGixunOO .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-uLRGixunOO .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGixunOO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGixunOO .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGixunOO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGixunOO .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGixunOO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGixunOO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGixunOO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGixunOO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGixunOO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGixunOO .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-uLRGixunOO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGixunOO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGixunOO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGixunOO .navbar {
    min-height: 72px;
  }
  .cid-uLRGixunOO .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGixunOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGixunOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGixunOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGixunOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGixunOO .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-uLRGixunOO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGixunOO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGixunOO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGixunOO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGixunOO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGixunOO .dropdown-item.active,
.cid-uLRGixunOO .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGixunOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGixunOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGixunOO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGixunOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGixunOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGixunOO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGixunOO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGixunOO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGixunOO .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGixunOO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGixunOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGixunOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGixunOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGixunOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGixunOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGixunOO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGixunOO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGixunOO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGixunOO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGixunOO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGixunOO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGixunOO .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-uLRGixunOO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGixunOO .navbar {
    height: 70px;
  }
  .cid-uLRGixunOO .navbar.opened {
    height: auto;
  }
  .cid-uLRGixunOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGixunOO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGixunOO .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-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGixunOO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGixunOO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGixunOO .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGixunOO .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGixunOO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGixunOO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGixunOO .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-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGixunOO .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-uLRGixunOO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGixunOO .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-uLRGixunOO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGixunOO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGiyC2EK {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGiyC2EK .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGiyC2EK {
    align-items: flex-end;
  }
  .cid-uLRGiyC2EK .row {
    justify-content: flex-start;
  }
  .cid-uLRGiyC2EK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGiyC2EK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGiyC2EK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGiyC2EK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGiyC2EK .content-wrap {
    width: 100%;
  }
}
.cid-uLRGiyC2EK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGiyC2EK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGiyC2EK .mbr-section-title,
.cid-uLRGiyC2EK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGiyC2EK .mbr-text,
.cid-uLRGiyC2EK .mbr-section-btn {
  text-align: left;
}
.cid-uLRGiyC2EK .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGizmRO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGizmRO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGizmRO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGizmRO3 .container-fluid {
    padding: 0;
  }
}
.cid-uLRGizmRO3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGizmRO3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGizmRO3 .embla__button--next,
.cid-uLRGizmRO3 .embla__button--prev {
  display: flex;
}
.cid-uLRGizmRO3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGizmRO3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGizmRO3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGizmRO3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGizmRO3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGizmRO3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGizmRO3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGizmRO3 .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGizmRO3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGizmRO3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGizmRO3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGizmRO3 .embla__slide a {
  cursor: grab;
}
.cid-uLRGizmRO3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGizmRO3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGizmRO3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGizmRO3 .mbr-section-title {
  color: #232323;
}
.cid-uLRGizmRO3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGizmRO3 .mbr-box {
  color: #ffffff;
}
.cid-uLRGizmRO3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGizmRO3 img,
.cid-uLRGizmRO3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGizmRO3 .item-wrapper {
  position: relative;
}
.cid-uLRGizmRO3 .content-head {
  max-width: 800px;
}
.cid-uLRGiB7SR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGiB7SR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGiB7SR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGiBOahj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGiBOahj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGiBOahj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGiD9Mgk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGiD9Mgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGiD9Mgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGiEaLWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGiEaLWT .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGiEaLWT .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGiEaLWT .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGiEaLWT .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGiEaLWT .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGiEaLWT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGiEaLWT .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGiEaLWT .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGiEaLWT .header-menu li p {
  margin: 0;
}
.cid-uLRGiEaLWT .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGiEaLWT .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGlePThd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGlePThd .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-uLRGlePThd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGlePThd .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-uLRGlePThd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGlePThd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGlePThd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGlePThd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGlePThd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGlePThd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGlePThd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGlePThd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGlePThd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGlePThd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGlePThd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGlePThd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGlePThd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGlePThd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGlePThd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGlePThd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGlePThd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGlePThd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGlePThd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGlePThd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGlePThd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGlePThd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGlePThd .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.7) !important;
}
.cid-uLRGlePThd .nav-item:focus,
.cid-uLRGlePThd .nav-link:focus {
  outline: none;
}
.cid-uLRGlePThd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGlePThd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGlePThd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGlePThd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGlePThd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGlePThd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGlePThd .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-uLRGlePThd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGlePThd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGlePThd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGlePThd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGlePThd .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGlePThd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGlePThd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGlePThd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGlePThd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGlePThd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGlePThd .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-uLRGlePThd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGlePThd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGlePThd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGlePThd .navbar {
    min-height: 72px;
  }
  .cid-uLRGlePThd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGlePThd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGlePThd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGlePThd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGlePThd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGlePThd .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-uLRGlePThd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGlePThd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGlePThd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGlePThd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGlePThd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGlePThd .dropdown-item.active,
.cid-uLRGlePThd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGlePThd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGlePThd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGlePThd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGlePThd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGlePThd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGlePThd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGlePThd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGlePThd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGlePThd .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGlePThd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGlePThd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGlePThd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGlePThd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGlePThd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGlePThd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGlePThd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGlePThd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGlePThd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGlePThd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGlePThd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGlePThd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGlePThd .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-uLRGlePThd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGlePThd .navbar {
    height: 70px;
  }
  .cid-uLRGlePThd .navbar.opened {
    height: auto;
  }
  .cid-uLRGlePThd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGlePThd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGlePThd .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-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGlePThd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGlePThd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGlePThd .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGlePThd .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGlePThd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGlePThd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGlePThd .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-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGlePThd .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-uLRGlePThd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGlePThd .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-uLRGlePThd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGlePThd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGlfBWBz {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGlfBWBz .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGlfBWBz {
    align-items: flex-end;
  }
  .cid-uLRGlfBWBz .row {
    justify-content: flex-start;
  }
  .cid-uLRGlfBWBz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGlfBWBz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGlfBWBz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGlfBWBz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGlfBWBz .content-wrap {
    width: 100%;
  }
}
.cid-uLRGlfBWBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGlfBWBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGlfBWBz .mbr-section-title,
.cid-uLRGlfBWBz .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGlfBWBz .mbr-text,
.cid-uLRGlfBWBz .mbr-section-btn {
  text-align: left;
}
.cid-uLRGlfBWBz .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGlgbg3h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGlgbg3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGlgbg3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGlgbg3h .container-fluid {
    padding: 0;
  }
}
.cid-uLRGlgbg3h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGlgbg3h .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGlgbg3h .embla__button--next,
.cid-uLRGlgbg3h .embla__button--prev {
  display: flex;
}
.cid-uLRGlgbg3h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGlgbg3h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGlgbg3h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGlgbg3h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGlgbg3h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGlgbg3h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGlgbg3h .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGlgbg3h .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGlgbg3h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGlgbg3h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGlgbg3h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGlgbg3h .embla__slide a {
  cursor: grab;
}
.cid-uLRGlgbg3h .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGlgbg3h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGlgbg3h .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGlgbg3h .mbr-section-title {
  color: #232323;
}
.cid-uLRGlgbg3h .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGlgbg3h .mbr-box {
  color: #ffffff;
}
.cid-uLRGlgbg3h .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGlgbg3h img,
.cid-uLRGlgbg3h .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGlgbg3h .item-wrapper {
  position: relative;
}
.cid-uLRGlgbg3h .content-head {
  max-width: 800px;
}
.cid-uLRGli4UGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGli4UGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGli4UGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGliMfgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGliMfgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGliMfgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGljQbVc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGljQbVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGljQbVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGlkEBnV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGlkEBnV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGlkEBnV .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGlkEBnV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGlkEBnV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGlkEBnV .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGlkEBnV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGlkEBnV .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGlkEBnV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGlkEBnV .header-menu li p {
  margin: 0;
}
.cid-uLRGlkEBnV .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGlkEBnV .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGnDCWRA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGnDCWRA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGnDCWRA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGnDCWRA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGnDCWRA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGnDCWRA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGnDCWRA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGnDCWRA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGnDCWRA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGnDCWRA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGnDCWRA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGnDCWRA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGnDCWRA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGnDCWRA .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGnDCWRA .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGnDCWRA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGnDCWRA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGnDCWRA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGnDCWRA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGnDCWRA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGnDCWRA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGnDCWRA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGnDCWRA .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.7) !important;
}
.cid-uLRGnDCWRA .nav-item:focus,
.cid-uLRGnDCWRA .nav-link:focus {
  outline: none;
}
.cid-uLRGnDCWRA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGnDCWRA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGnDCWRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGnDCWRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGnDCWRA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGnDCWRA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGnDCWRA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGnDCWRA .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGnDCWRA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGnDCWRA .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGnDCWRA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGnDCWRA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGnDCWRA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGnDCWRA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGnDCWRA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGnDCWRA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGnDCWRA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGnDCWRA .navbar {
    min-height: 72px;
  }
  .cid-uLRGnDCWRA .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGnDCWRA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGnDCWRA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGnDCWRA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGnDCWRA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGnDCWRA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGnDCWRA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGnDCWRA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGnDCWRA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGnDCWRA .dropdown-item.active,
.cid-uLRGnDCWRA .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGnDCWRA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGnDCWRA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGnDCWRA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGnDCWRA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGnDCWRA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGnDCWRA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGnDCWRA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGnDCWRA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGnDCWRA .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGnDCWRA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGnDCWRA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGnDCWRA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGnDCWRA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGnDCWRA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGnDCWRA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGnDCWRA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGnDCWRA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGnDCWRA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGnDCWRA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGnDCWRA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGnDCWRA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGnDCWRA .navbar {
    height: 70px;
  }
  .cid-uLRGnDCWRA .navbar.opened {
    height: auto;
  }
  .cid-uLRGnDCWRA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGnDCWRA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGnDCWRA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGnDCWRA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGnDCWRA .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGnDCWRA .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGnDCWRA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGnDCWRA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGnDCWRA .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-uLRGnDCWRA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGnDCWRA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGnEqPYZ {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGnEqPYZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGnEqPYZ {
    align-items: flex-end;
  }
  .cid-uLRGnEqPYZ .row {
    justify-content: flex-start;
  }
  .cid-uLRGnEqPYZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGnEqPYZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGnEqPYZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGnEqPYZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGnEqPYZ .content-wrap {
    width: 100%;
  }
}
.cid-uLRGnEqPYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGnEqPYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGnEqPYZ .mbr-section-title,
.cid-uLRGnEqPYZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGnEqPYZ .mbr-text,
.cid-uLRGnEqPYZ .mbr-section-btn {
  text-align: left;
}
.cid-uLRGnEqPYZ .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGnF9Qz3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGnF9Qz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGnF9Qz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGnF9Qz3 .container-fluid {
    padding: 0;
  }
}
.cid-uLRGnF9Qz3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGnF9Qz3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGnF9Qz3 .embla__button--next,
.cid-uLRGnF9Qz3 .embla__button--prev {
  display: flex;
}
.cid-uLRGnF9Qz3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGnF9Qz3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGnF9Qz3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGnF9Qz3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGnF9Qz3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGnF9Qz3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGnF9Qz3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGnF9Qz3 .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGnF9Qz3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGnF9Qz3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGnF9Qz3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGnF9Qz3 .embla__slide a {
  cursor: grab;
}
.cid-uLRGnF9Qz3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGnF9Qz3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGnF9Qz3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGnF9Qz3 .mbr-section-title {
  color: #232323;
}
.cid-uLRGnF9Qz3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGnF9Qz3 .mbr-box {
  color: #ffffff;
}
.cid-uLRGnF9Qz3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGnF9Qz3 img,
.cid-uLRGnF9Qz3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGnF9Qz3 .item-wrapper {
  position: relative;
}
.cid-uLRGnF9Qz3 .content-head {
  max-width: 800px;
}
.cid-uLRGnH6Vbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGnH6Vbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGnH6Vbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGnHG8vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGnHG8vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGnHG8vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGnJ9PWP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGnJ9PWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGnJ9PWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGnJD3yd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGnJD3yd .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGnJD3yd .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGnJD3yd .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGnJD3yd .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGnJD3yd .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGnJD3yd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGnJD3yd .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGnJD3yd .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGnJD3yd .header-menu li p {
  margin: 0;
}
.cid-uLRGnJD3yd .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGnJD3yd .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGpOdh1O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGpOdh1O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGpOdh1O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGpOdh1O .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGpOdh1O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGpOdh1O .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGpOdh1O .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGpOdh1O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGpOdh1O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGpOdh1O .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGpOdh1O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGpOdh1O .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGpOdh1O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGpOdh1O .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGpOdh1O .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGpOdh1O .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGpOdh1O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGpOdh1O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGpOdh1O .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGpOdh1O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGpOdh1O .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGpOdh1O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGpOdh1O .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.7) !important;
}
.cid-uLRGpOdh1O .nav-item:focus,
.cid-uLRGpOdh1O .nav-link:focus {
  outline: none;
}
.cid-uLRGpOdh1O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGpOdh1O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGpOdh1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGpOdh1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGpOdh1O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGpOdh1O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGpOdh1O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGpOdh1O .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGpOdh1O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGpOdh1O .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGpOdh1O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGpOdh1O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGpOdh1O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGpOdh1O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGpOdh1O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGpOdh1O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGpOdh1O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGpOdh1O .navbar {
    min-height: 72px;
  }
  .cid-uLRGpOdh1O .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGpOdh1O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGpOdh1O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGpOdh1O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGpOdh1O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGpOdh1O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGpOdh1O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGpOdh1O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGpOdh1O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGpOdh1O .dropdown-item.active,
.cid-uLRGpOdh1O .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGpOdh1O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGpOdh1O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGpOdh1O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGpOdh1O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGpOdh1O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGpOdh1O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGpOdh1O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGpOdh1O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGpOdh1O .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGpOdh1O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGpOdh1O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGpOdh1O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGpOdh1O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGpOdh1O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGpOdh1O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGpOdh1O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGpOdh1O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGpOdh1O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGpOdh1O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGpOdh1O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGpOdh1O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGpOdh1O .navbar {
    height: 70px;
  }
  .cid-uLRGpOdh1O .navbar.opened {
    height: auto;
  }
  .cid-uLRGpOdh1O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGpOdh1O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGpOdh1O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGpOdh1O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGpOdh1O .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGpOdh1O .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGpOdh1O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGpOdh1O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGpOdh1O .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-uLRGpOdh1O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGpOdh1O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGpOVI0p {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGpOVI0p .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGpOVI0p {
    align-items: flex-end;
  }
  .cid-uLRGpOVI0p .row {
    justify-content: flex-start;
  }
  .cid-uLRGpOVI0p .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGpOVI0p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGpOVI0p {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGpOVI0p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGpOVI0p .content-wrap {
    width: 100%;
  }
}
.cid-uLRGpOVI0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGpOVI0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGpOVI0p .mbr-section-title,
.cid-uLRGpOVI0p .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGpOVI0p .mbr-text,
.cid-uLRGpOVI0p .mbr-section-btn {
  text-align: left;
}
.cid-uLRGpOVI0p .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGpPBdM3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGpPBdM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGpPBdM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGpPBdM3 .container-fluid {
    padding: 0;
  }
}
.cid-uLRGpPBdM3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGpPBdM3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGpPBdM3 .embla__button--next,
.cid-uLRGpPBdM3 .embla__button--prev {
  display: flex;
}
.cid-uLRGpPBdM3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGpPBdM3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGpPBdM3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGpPBdM3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGpPBdM3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGpPBdM3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGpPBdM3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGpPBdM3 .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGpPBdM3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGpPBdM3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGpPBdM3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGpPBdM3 .embla__slide a {
  cursor: grab;
}
.cid-uLRGpPBdM3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGpPBdM3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGpPBdM3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGpPBdM3 .mbr-section-title {
  color: #232323;
}
.cid-uLRGpPBdM3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGpPBdM3 .mbr-box {
  color: #ffffff;
}
.cid-uLRGpPBdM3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGpPBdM3 img,
.cid-uLRGpPBdM3 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGpPBdM3 .item-wrapper {
  position: relative;
}
.cid-uLRGpPBdM3 .content-head {
  max-width: 800px;
}
.cid-uLRGpQUzTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGpQUzTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGpQUzTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGpRvJ3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGpRvJ3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGpRvJ3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGpSyUaI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGpSyUaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGpSyUaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGpT3VF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGpT3VF9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGpT3VF9 .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGpT3VF9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGpT3VF9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGpT3VF9 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGpT3VF9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGpT3VF9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGpT3VF9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGpT3VF9 .header-menu li p {
  margin: 0;
}
.cid-uLRGpT3VF9 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGpT3VF9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGsN0sg9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGsN0sg9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGsN0sg9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGsN0sg9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGsN0sg9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGsN0sg9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGsN0sg9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGsN0sg9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGsN0sg9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGsN0sg9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGsN0sg9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGsN0sg9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGsN0sg9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGsN0sg9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGsN0sg9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGsN0sg9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGsN0sg9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGsN0sg9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGsN0sg9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGsN0sg9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGsN0sg9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGsN0sg9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGsN0sg9 .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.7) !important;
}
.cid-uLRGsN0sg9 .nav-item:focus,
.cid-uLRGsN0sg9 .nav-link:focus {
  outline: none;
}
.cid-uLRGsN0sg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGsN0sg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGsN0sg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGsN0sg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGsN0sg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGsN0sg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGsN0sg9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGsN0sg9 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGsN0sg9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGsN0sg9 .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGsN0sg9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGsN0sg9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGsN0sg9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGsN0sg9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGsN0sg9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGsN0sg9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGsN0sg9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGsN0sg9 .navbar {
    min-height: 72px;
  }
  .cid-uLRGsN0sg9 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGsN0sg9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGsN0sg9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGsN0sg9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGsN0sg9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGsN0sg9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGsN0sg9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGsN0sg9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGsN0sg9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGsN0sg9 .dropdown-item.active,
.cid-uLRGsN0sg9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGsN0sg9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGsN0sg9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGsN0sg9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGsN0sg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGsN0sg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGsN0sg9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGsN0sg9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGsN0sg9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGsN0sg9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGsN0sg9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGsN0sg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGsN0sg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGsN0sg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGsN0sg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGsN0sg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGsN0sg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGsN0sg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGsN0sg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGsN0sg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGsN0sg9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGsN0sg9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGsN0sg9 .navbar {
    height: 70px;
  }
  .cid-uLRGsN0sg9 .navbar.opened {
    height: auto;
  }
  .cid-uLRGsN0sg9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGsN0sg9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGsN0sg9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGsN0sg9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGsN0sg9 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGsN0sg9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGsN0sg9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGsN0sg9 .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-uLRGsN0sg9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGsN0sg9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGsNLdZ5 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGsNLdZ5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGsNLdZ5 {
    align-items: flex-end;
  }
  .cid-uLRGsNLdZ5 .row {
    justify-content: flex-start;
  }
  .cid-uLRGsNLdZ5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGsNLdZ5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGsNLdZ5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGsNLdZ5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGsNLdZ5 .content-wrap {
    width: 100%;
  }
}
.cid-uLRGsNLdZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGsNLdZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGsNLdZ5 .mbr-section-title,
.cid-uLRGsNLdZ5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGsNLdZ5 .mbr-text,
.cid-uLRGsNLdZ5 .mbr-section-btn {
  text-align: left;
}
.cid-uLRGsNLdZ5 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGsOhEoH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGsOhEoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGsOhEoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGsOhEoH .container-fluid {
    padding: 0;
  }
}
.cid-uLRGsOhEoH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGsOhEoH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGsOhEoH .embla__button--next,
.cid-uLRGsOhEoH .embla__button--prev {
  display: flex;
}
.cid-uLRGsOhEoH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGsOhEoH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGsOhEoH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGsOhEoH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGsOhEoH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGsOhEoH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGsOhEoH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGsOhEoH .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGsOhEoH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGsOhEoH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGsOhEoH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGsOhEoH .embla__slide a {
  cursor: grab;
}
.cid-uLRGsOhEoH .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGsOhEoH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGsOhEoH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGsOhEoH .mbr-section-title {
  color: #232323;
}
.cid-uLRGsOhEoH .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGsOhEoH .mbr-box {
  color: #ffffff;
}
.cid-uLRGsOhEoH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGsOhEoH img,
.cid-uLRGsOhEoH .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGsOhEoH .item-wrapper {
  position: relative;
}
.cid-uLRGsOhEoH .content-head {
  max-width: 800px;
}
.cid-uLRGsQ1izJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGsQ1izJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGsQ1izJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGsQzZL8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGsQzZL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGsQzZL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGsS8UhC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGsS8UhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGsS8UhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGsSDsGK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGsSDsGK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGsSDsGK .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGsSDsGK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGsSDsGK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGsSDsGK .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGsSDsGK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGsSDsGK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGsSDsGK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGsSDsGK .header-menu li p {
  margin: 0;
}
.cid-uLRGsSDsGK .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGsSDsGK .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGv5PhKC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGv5PhKC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGv5PhKC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGv5PhKC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGv5PhKC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGv5PhKC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGv5PhKC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGv5PhKC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGv5PhKC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGv5PhKC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGv5PhKC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGv5PhKC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGv5PhKC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGv5PhKC .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGv5PhKC .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGv5PhKC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGv5PhKC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGv5PhKC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGv5PhKC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGv5PhKC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGv5PhKC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGv5PhKC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGv5PhKC .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.7) !important;
}
.cid-uLRGv5PhKC .nav-item:focus,
.cid-uLRGv5PhKC .nav-link:focus {
  outline: none;
}
.cid-uLRGv5PhKC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGv5PhKC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGv5PhKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGv5PhKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGv5PhKC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGv5PhKC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGv5PhKC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGv5PhKC .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGv5PhKC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGv5PhKC .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGv5PhKC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGv5PhKC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGv5PhKC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGv5PhKC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGv5PhKC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGv5PhKC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGv5PhKC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGv5PhKC .navbar {
    min-height: 72px;
  }
  .cid-uLRGv5PhKC .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGv5PhKC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGv5PhKC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGv5PhKC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGv5PhKC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGv5PhKC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGv5PhKC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGv5PhKC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGv5PhKC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGv5PhKC .dropdown-item.active,
.cid-uLRGv5PhKC .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGv5PhKC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGv5PhKC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGv5PhKC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGv5PhKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGv5PhKC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGv5PhKC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGv5PhKC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGv5PhKC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGv5PhKC .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGv5PhKC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGv5PhKC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGv5PhKC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGv5PhKC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGv5PhKC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGv5PhKC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGv5PhKC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGv5PhKC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGv5PhKC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGv5PhKC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGv5PhKC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGv5PhKC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGv5PhKC .navbar {
    height: 70px;
  }
  .cid-uLRGv5PhKC .navbar.opened {
    height: auto;
  }
  .cid-uLRGv5PhKC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGv5PhKC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGv5PhKC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGv5PhKC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGv5PhKC .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGv5PhKC .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGv5PhKC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGv5PhKC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGv5PhKC .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-uLRGv5PhKC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGv5PhKC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGv6IlQ9 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGv6IlQ9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGv6IlQ9 {
    align-items: flex-end;
  }
  .cid-uLRGv6IlQ9 .row {
    justify-content: flex-start;
  }
  .cid-uLRGv6IlQ9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGv6IlQ9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGv6IlQ9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGv6IlQ9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGv6IlQ9 .content-wrap {
    width: 100%;
  }
}
.cid-uLRGv6IlQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGv6IlQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGv6IlQ9 .mbr-section-title,
.cid-uLRGv6IlQ9 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGv6IlQ9 .mbr-text,
.cid-uLRGv6IlQ9 .mbr-section-btn {
  text-align: left;
}
.cid-uLRGv6IlQ9 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGv7xO2z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGv7xO2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGv7xO2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGv7xO2z .container-fluid {
    padding: 0;
  }
}
.cid-uLRGv7xO2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGv7xO2z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGv7xO2z .embla__button--next,
.cid-uLRGv7xO2z .embla__button--prev {
  display: flex;
}
.cid-uLRGv7xO2z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGv7xO2z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGv7xO2z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGv7xO2z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGv7xO2z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGv7xO2z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGv7xO2z .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGv7xO2z .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGv7xO2z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGv7xO2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGv7xO2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGv7xO2z .embla__slide a {
  cursor: grab;
}
.cid-uLRGv7xO2z .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGv7xO2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGv7xO2z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGv7xO2z .mbr-section-title {
  color: #232323;
}
.cid-uLRGv7xO2z .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGv7xO2z .mbr-box {
  color: #ffffff;
}
.cid-uLRGv7xO2z .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGv7xO2z img,
.cid-uLRGv7xO2z .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGv7xO2z .item-wrapper {
  position: relative;
}
.cid-uLRGv7xO2z .content-head {
  max-width: 800px;
}
.cid-uLRGv9qVcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGv9qVcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGv9qVcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGva7sTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGva7sTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGva7sTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGvbeZm2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGvbeZm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGvbeZm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGvbYMfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGvbYMfl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGvbYMfl .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGvbYMfl .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGvbYMfl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGvbYMfl .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGvbYMfl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGvbYMfl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGvbYMfl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGvbYMfl .header-menu li p {
  margin: 0;
}
.cid-uLRGvbYMfl .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGvbYMfl .mbr-section-title {
  color: #ffffff;
}
.cid-uLRGAoocHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRGAoocHh .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-uLRGAoocHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRGAoocHh .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-uLRGAoocHh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRGAoocHh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRGAoocHh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRGAoocHh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRGAoocHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRGAoocHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRGAoocHh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRGAoocHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRGAoocHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRGAoocHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRGAoocHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRGAoocHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRGAoocHh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRGAoocHh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRGAoocHh .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRGAoocHh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGAoocHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGAoocHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRGAoocHh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRGAoocHh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRGAoocHh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRGAoocHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRGAoocHh .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.7) !important;
}
.cid-uLRGAoocHh .nav-item:focus,
.cid-uLRGAoocHh .nav-link:focus {
  outline: none;
}
.cid-uLRGAoocHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRGAoocHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRGAoocHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRGAoocHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRGAoocHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRGAoocHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRGAoocHh .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-uLRGAoocHh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRGAoocHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRGAoocHh .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRGAoocHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRGAoocHh .navbar.collapsed {
  justify-content: center;
}
.cid-uLRGAoocHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRGAoocHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRGAoocHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRGAoocHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRGAoocHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRGAoocHh .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-uLRGAoocHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRGAoocHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRGAoocHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGAoocHh .navbar {
    min-height: 72px;
  }
  .cid-uLRGAoocHh .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRGAoocHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRGAoocHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRGAoocHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRGAoocHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRGAoocHh .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-uLRGAoocHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRGAoocHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRGAoocHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRGAoocHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRGAoocHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRGAoocHh .dropdown-item.active,
.cid-uLRGAoocHh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRGAoocHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRGAoocHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRGAoocHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRGAoocHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRGAoocHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRGAoocHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRGAoocHh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRGAoocHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRGAoocHh .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRGAoocHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRGAoocHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRGAoocHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRGAoocHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGAoocHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRGAoocHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRGAoocHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGAoocHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRGAoocHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRGAoocHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRGAoocHh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRGAoocHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRGAoocHh .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-uLRGAoocHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRGAoocHh .navbar {
    height: 70px;
  }
  .cid-uLRGAoocHh .navbar.opened {
    height: auto;
  }
  .cid-uLRGAoocHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRGAoocHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRGAoocHh .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-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRGAoocHh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRGAoocHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRGAoocHh .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRGAoocHh .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRGAoocHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRGAoocHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRGAoocHh .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-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRGAoocHh .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-uLRGAoocHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRGAoocHh .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-uLRGAoocHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRGAoocHh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRGAphf4n {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRGAphf4n .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRGAphf4n {
    align-items: flex-end;
  }
  .cid-uLRGAphf4n .row {
    justify-content: flex-start;
  }
  .cid-uLRGAphf4n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRGAphf4n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRGAphf4n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRGAphf4n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRGAphf4n .content-wrap {
    width: 100%;
  }
}
.cid-uLRGAphf4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGAphf4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGAphf4n .mbr-section-title,
.cid-uLRGAphf4n .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRGAphf4n .mbr-text,
.cid-uLRGAphf4n .mbr-section-btn {
  text-align: left;
}
.cid-uLRGAphf4n .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRGAq5iCe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRGAq5iCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGAq5iCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRGAq5iCe .container-fluid {
    padding: 0;
  }
}
.cid-uLRGAq5iCe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRGAq5iCe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRGAq5iCe .embla__button--next,
.cid-uLRGAq5iCe .embla__button--prev {
  display: flex;
}
.cid-uLRGAq5iCe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRGAq5iCe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRGAq5iCe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRGAq5iCe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRGAq5iCe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRGAq5iCe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRGAq5iCe .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRGAq5iCe .embla {
  position: relative;
  width: 100%;
}
.cid-uLRGAq5iCe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRGAq5iCe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRGAq5iCe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRGAq5iCe .embla__slide a {
  cursor: grab;
}
.cid-uLRGAq5iCe .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRGAq5iCe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRGAq5iCe .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRGAq5iCe .mbr-section-title {
  color: #232323;
}
.cid-uLRGAq5iCe .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRGAq5iCe .mbr-box {
  color: #ffffff;
}
.cid-uLRGAq5iCe .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRGAq5iCe img,
.cid-uLRGAq5iCe .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRGAq5iCe .item-wrapper {
  position: relative;
}
.cid-uLRGAq5iCe .content-head {
  max-width: 800px;
}
.cid-uLRGArX19C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGArX19C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGArX19C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGAssGmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRGAssGmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGAssGmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGAtCUnV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGAtCUnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRGAtCUnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRGAujld6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRGAujld6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRGAujld6 .social-row .soc-item {
  margin: 8px;
}
.cid-uLRGAujld6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRGAujld6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRGAujld6 .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRGAujld6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRGAujld6 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRGAujld6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRGAujld6 .header-menu li p {
  margin: 0;
}
.cid-uLRGAujld6 .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRGAujld6 .mbr-section-title {
  color: #ffffff;
}
.cid-uLRLQA02br {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLRLQA02br .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-uLRLQA02br .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLRLQA02br .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-uLRLQA02br .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLRLQA02br .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRLQA02br .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRLQA02br .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLRLQA02br .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLRLQA02br .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLRLQA02br .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLRLQA02br .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLRLQA02br .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLRLQA02br .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLRLQA02br .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLRLQA02br .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLRLQA02br .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLRLQA02br .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLRLQA02br .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLRLQA02br .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRLQA02br .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLRLQA02br .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLRLQA02br .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uLRLQA02br .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRLQA02br .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLRLQA02br .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLRLQA02br .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.7) !important;
}
.cid-uLRLQA02br .nav-item:focus,
.cid-uLRLQA02br .nav-link:focus {
  outline: none;
}
.cid-uLRLQA02br .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRLQA02br .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRLQA02br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRLQA02br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRLQA02br .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRLQA02br .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRLQA02br .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-uLRLQA02br .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRLQA02br .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRLQA02br .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLRLQA02br .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLRLQA02br .navbar.collapsed {
  justify-content: center;
}
.cid-uLRLQA02br .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRLQA02br .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRLQA02br .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLRLQA02br .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRLQA02br .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRLQA02br .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-uLRLQA02br .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRLQA02br .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRLQA02br .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLRLQA02br .navbar {
    min-height: 72px;
  }
  .cid-uLRLQA02br .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRLQA02br .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRLQA02br .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRLQA02br .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRLQA02br .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRLQA02br .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-uLRLQA02br .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRLQA02br .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLRLQA02br .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRLQA02br .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLRLQA02br .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLRLQA02br .dropdown-item.active,
.cid-uLRLQA02br .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRLQA02br .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRLQA02br .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRLQA02br .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRLQA02br .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRLQA02br .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLRLQA02br .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLRLQA02br ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRLQA02br .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLRLQA02br .navbar-buttons {
    text-align: left;
  }
}
.cid-uLRLQA02br button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLRLQA02br button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #163300;
}
.cid-uLRLQA02br button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRLQA02br button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRLQA02br button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRLQA02br button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRLQA02br nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRLQA02br nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRLQA02br nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRLQA02br nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRLQA02br .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLRLQA02br a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRLQA02br .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-uLRLQA02br .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRLQA02br .navbar {
    height: 70px;
  }
  .cid-uLRLQA02br .navbar.opened {
    height: auto;
  }
  .cid-uLRLQA02br .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRLQA02br .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLRLQA02br .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-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLRLQA02br .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLRLQA02br .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLRLQA02br .navbar-brand {
    margin-right: auto;
  }
  .cid-uLRLQA02br .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLRLQA02br .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLRLQA02br .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLRLQA02br .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-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLRLQA02br .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-uLRLQA02br .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLRLQA02br .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-uLRLQA02br .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLRLQA02br .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLRLQAXdy4 {
  display: flex;
  background-image: url("../../../assets/images/dsc-35-2000x1333.jpg");
}
.cid-uLRLQAXdy4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uLRLQAXdy4 {
    align-items: flex-end;
  }
  .cid-uLRLQAXdy4 .row {
    justify-content: flex-start;
  }
  .cid-uLRLQAXdy4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLRLQAXdy4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLRLQAXdy4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLRLQAXdy4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLRLQAXdy4 .content-wrap {
    width: 100%;
  }
}
.cid-uLRLQAXdy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLQAXdy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRLQAXdy4 .mbr-section-title,
.cid-uLRLQAXdy4 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLRLQAXdy4 .mbr-text,
.cid-uLRLQAXdy4 .mbr-section-btn {
  text-align: left;
}
.cid-uLRLQAXdy4 .mbr-section-title {
  text-align: left;
  color: #bcef9b;
}
.cid-uLRLQC47jZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uLRLQC47jZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLQC47jZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLRLQC47jZ .container-fluid {
    padding: 0;
  }
}
.cid-uLRLQC47jZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLRLQC47jZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLRLQC47jZ .embla__button--next,
.cid-uLRLQC47jZ .embla__button--prev {
  display: flex;
}
.cid-uLRLQC47jZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLRLQC47jZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLRLQC47jZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLRLQC47jZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLRLQC47jZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLRLQC47jZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLRLQC47jZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLRLQC47jZ .embla {
  position: relative;
  width: 100%;
}
.cid-uLRLQC47jZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLRLQC47jZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLRLQC47jZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLRLQC47jZ .embla__slide a {
  cursor: grab;
}
.cid-uLRLQC47jZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLRLQC47jZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLRLQC47jZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLRLQC47jZ .mbr-section-title {
  color: #232323;
}
.cid-uLRLQC47jZ .mbr-section-subtitle {
  color: #232323;
}
.cid-uLRLQC47jZ .mbr-box {
  color: #ffffff;
}
.cid-uLRLQC47jZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLRLQC47jZ img,
.cid-uLRLQC47jZ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLRLQC47jZ .item-wrapper {
  position: relative;
}
.cid-uLRLQC47jZ .content-head {
  max-width: 800px;
}
.cid-uLRLQDIJy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRLQDIJy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLQDIJy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRLQEMvEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uLRLQEMvEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLQEMvEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRLQGFkM7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRLQGFkM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLQGFkM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRLQHylWZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLRLQHylWZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLRLQHylWZ .social-row .soc-item {
  margin: 8px;
}
.cid-uLRLQHylWZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLRLQHylWZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #163300;
}
.cid-uLRLQHylWZ .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: #bcef9b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uLRLQHylWZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLRLQHylWZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLRLQHylWZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLRLQHylWZ .header-menu li p {
  margin: 0;
}
.cid-uLRLQHylWZ .copyright {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-uLRLQHylWZ .mbr-section-title {
  color: #ffffff;
}
