.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 {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #00e6b3 !important;
}
.bg-info {
  background-color: #6bf15c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #dfdcfd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #072415 !important;
  border-color: #072415 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0f4f2e !important;
  border-color: #0f4f2e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f4f2e !important;
  border-color: #0f4f2e !important;
}
.btn-info,
.btn-info:active {
  background-color: #6bf15c !important;
  border-color: #6bf15c !important;
  color: #0d4806 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #96f58b !important;
  border-color: #96f58b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0d4806 !important;
  background-color: #96f58b !important;
  border-color: #96f58b !important;
}
.btn-success,
.btn-success:active {
  background-color: #00e6b3 !important;
  border-color: #00e6b3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1affcc !important;
  border-color: #1affcc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1affcc !important;
  border-color: #1affcc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dfdcfd !important;
  border-color: #dfdcfd !important;
  color: #1d0cce !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1d0cce !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #072415;
  color: #072415;
}
.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: #072415 !important;
  border-color: #072415 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6bf15c;
  color: #6bf15c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #28e313 !important;
  background-color: transparent !important;
  border-color: #28e313 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0d4806 !important;
  background-color: #6bf15c !important;
  border-color: #6bf15c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00e6b3;
  color: #00e6b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #008f70 !important;
  background-color: transparent !important;
  border-color: #008f70 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00e6b3 !important;
  border-color: #00e6b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dfdcfd;
  color: #dfdcfd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #948af8 !important;
  background-color: transparent !important;
  border-color: #948af8 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1d0cce !important;
  background-color: #dfdcfd !important;
  border-color: #dfdcfd !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: #ffffff !important;
}
.text-secondary {
  color: #072415 !important;
}
.text-success {
  color: #00e6b3 !important;
}
.text-info {
  color: #6bf15c !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #dfdcfd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !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: #008064 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #26d512 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #877cf7 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6bf15c;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #dfdcfd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3ffee;
}
.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*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #072415 !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='%23ffffff' %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-ugMrjtJ37l {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMrjtJ37l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMrjtJ37l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMrjtJ37l .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMrjtJ37l .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMrjtJ37l .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMrjtJ37l .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMrjtJ37l .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMrjtJ37l .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMrjtJ37l .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMrjtJ37l .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMrjtJ37l .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMrjtJ37l .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMrjtJ37l .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMrjtJ37l .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMrjtJ37l .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMrjtJ37l .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMrjtJ37l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMrjtJ37l .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMrjtJ37l .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMrjtJ37l .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMrjtJ37l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMrjtJ37l .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMrjtJ37l .nav-item:focus,
.cid-ugMrjtJ37l .nav-link:focus {
  outline: none;
}
.cid-ugMrjtJ37l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMrjtJ37l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMrjtJ37l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMrjtJ37l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMrjtJ37l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMrjtJ37l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMrjtJ37l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMrjtJ37l .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMrjtJ37l .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMrjtJ37l .navbar.collapsed {
  justify-content: center;
}
.cid-ugMrjtJ37l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMrjtJ37l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMrjtJ37l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMrjtJ37l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMrjtJ37l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMrjtJ37l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMrjtJ37l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMrjtJ37l .navbar {
    min-height: 72px;
  }
  .cid-ugMrjtJ37l .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMrjtJ37l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMrjtJ37l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMrjtJ37l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMrjtJ37l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMrjtJ37l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMrjtJ37l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMrjtJ37l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMrjtJ37l .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMrjtJ37l .dropdown-item.active,
.cid-ugMrjtJ37l .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMrjtJ37l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMrjtJ37l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMrjtJ37l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMrjtJ37l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMrjtJ37l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMrjtJ37l .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMrjtJ37l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMrjtJ37l .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMrjtJ37l .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMrjtJ37l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMrjtJ37l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMrjtJ37l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMrjtJ37l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMrjtJ37l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMrjtJ37l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMrjtJ37l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMrjtJ37l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMrjtJ37l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMrjtJ37l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMrjtJ37l .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMrjtJ37l .opacityScroll {
  background: #072415 !important;
}
.cid-ugMrjtJ37l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMrjtJ37l .navbar {
    height: 70px;
  }
  .cid-ugMrjtJ37l .navbar.opened {
    height: auto;
  }
  .cid-ugMrjtJ37l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMrjtJ37l .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMrjtJ37l .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMrjtJ37l .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMrjtJ37l .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMrjtJ37l .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMrjtJ37l .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMrjtJ37l .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMrjtJ37l .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-ugMrjtJ37l .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMrjtJ37l .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMrjtJ37l .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMrjtJ37l .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMrju2dEu {
  display: flex;
  background-image: url("../../../assets/images/upscaler-1.png");
}
.cid-ugMrju2dEu .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-ugMrju2dEu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMrju2dEu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMrju2dEu {
    align-items: center;
  }
  .cid-ugMrju2dEu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMrju2dEu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMrju2dEu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMrju2dEu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMrju2dEu .content-wrap {
    width: 100%;
  }
}
.cid-ugMrju2dEu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMrju2dEu .mbr-text,
.cid-ugMrju2dEu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugMrju2dEu .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-ugMrjujE5T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMrjujE5T .item:focus,
.cid-ugMrjujE5T span:focus {
  outline: none;
}
.cid-ugMrjujE5T .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ugMrjujE5T .content-head {
  max-width: 800px;
}
.cid-ugMrjujE5T .item {
  color: #072415;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ugMrjujE5T .item {
    min-height: 45px;
  }
}
.cid-ugMrjuvYSx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMrjuvYSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMrjuvYSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugMrjuvYSx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugMrjuvYSx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugMrjuvYSx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMrjuvYSx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugMrjuvYSx .mbr-section-title {
  color: #232323;
}
.cid-ugMrjuvYSx .mbr-text,
.cid-ugMrjuvYSx .mbr-section-btn {
  color: #232323;
}
.cid-ugMrjuJkSM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMrjuJkSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMrjuJkSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMrjuJkSM .mbr-description {
  text-align: left;
}
.cid-ugMrjuJkSM .item-wrapper {
  background: #072415;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugMrjuJkSM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMrjuJkSM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugMrjuJkSM .card-title,
.cid-ugMrjuJkSM .iconfont-wrapper {
  color: #ffffff;
}
.cid-ugMrjuJkSM .card-text {
  color: #000000;
}
.cid-ugMrjuJkSM .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ugMrjuJkSM .mbr-number {
  color: #9fe870;
}
.cid-ugMrjuJkSM .mbr-text,
.cid-ugMrjuJkSM .mbr-section-btn {
  text-align: center;
}
.cid-ugMrjuJkSM .card-text,
.cid-ugMrjuJkSM .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ugMrjuJkSM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ugMrjuJkSM .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMrjuJkSM .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMrjuJkSM .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugMrjuJkSM .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugMrjuJkSM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMrjuJkSM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMrjuJkSM .card-title {
  text-align: left;
}
.cid-ugMrjuJkSM .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugMrjuJkSM .item-content .item-footer {
  margin-top: auto;
}
.cid-ugMrjv2ujb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072415;
}
.cid-ugMrjv2ujb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugMrjv2ujb img,
.cid-ugMrjv2ujb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugMrjv2ujb .item:focus,
.cid-ugMrjv2ujb span:focus {
  outline: none;
}
.cid-ugMrjv2ujb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMrjv2ujb .item {
    margin-bottom: 1rem;
  }
}
.cid-ugMrjv2ujb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMrjv2ujb .mbr-section-title {
  color: #ffffff;
}
.cid-ugMrjv2ujb .mbr-text,
.cid-ugMrjv2ujb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ugMrjv2ujb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMrjv2ujb .content-head {
  max-width: 800px;
}
.cid-ugMrjv2ujb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMrjvklG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-design-17.png");
}
.cid-ugMrjvklG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMrjvklG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMrjvklG8 .mbr-section-title {
  color: #ffffff;
}
.cid-ugMrjvklG8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMrjvBq9D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMrjvBq9D .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ugMrjvBq9D .item-wrapper {
  margin-bottom: 2rem;
}
.cid-ugMrjvBq9D .card-title,
.cid-ugMrjvBq9D .iconfont-wrapper {
  color: #000000;
}
.cid-ugMrjvBq9D .card-text {
  color: #232323;
  text-align: center;
}
.cid-ugMrjvBq9D .content-head {
  max-width: 800px;
}
.cid-ugMrjvBq9D .mbr-section-title {
  color: #232323;
}
.cid-ugMrjvBq9D .card-title,
.cid-ugMrjvBq9D .img-wrapper {
  text-align: center;
  color: #232323;
}
.cid-ugMrjvBq9D .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugMEkjCptn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/untitled-design-16.png");
}
.cid-ugMEkjCptn .mbr-text {
  color: #000000;
}
.cid-ugMEkjCptn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugMEkjCptn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugMEkjCptn .mbr-section-subtitle,
.cid-ugMEkjCptn .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-ugMEkjCptn .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMEkjCptn .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugMEkjCptn .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ugMEkjCptn .panel-group {
  border: none;
}
.cid-ugMEkjCptn .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMEkjCptn .card-header {
    padding: 0rem;
  }
}
.cid-ugMEkjCptn .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugMEkjCptn .collapsed span {
  transform: rotate(0deg);
}
.cid-ugMEkjCptn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugMEkjCptn p {
  margin-bottom: 0.3rem;
}
.cid-ugMEkjCptn .panel-title-edit {
  color: #232323;
}
.cid-ugMEkjCptn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugMEkjCptn .card {
  background: #072415;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugMEkjCptn .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMEkjCptn .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugMEkjCptn .panel-text {
  color: #ffffff;
}
.cid-ugMEkjCptn .panel-title-edit,
.cid-ugMEkjCptn .mbr-iconfont {
  color: #ffffff;
}
.cid-ugMrjwb5MW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMrjwb5MW .row {
  flex-direction: row-reverse;
}
.cid-ugMrjwb5MW .justify-content-center {
  align-items: center;
}
.cid-ugMrjwb5MW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMrjwb5MW .mbr-text,
.cid-ugMrjwb5MW .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ugMrjwb5MW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugMrjwb5MW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMrjwb5MW .item-wrapper {
    padding: 4rem;
  }
}
.cid-ugMAgbnzC8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMAgbnzC8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMAgbnzC8 .social-row .soc-item {
  margin: 8px;
}
.cid-ugMAgbnzC8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMAgbnzC8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMAgbnzC8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMAgbnzC8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMAgbnzC8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMAgbnzC8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMAgbnzC8 .header-menu li p {
  margin: 0;
}
.cid-ugMAgbnzC8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMAgbnzC8 .mbr-section-title {
  color: #ffffff;
}
.cid-ugMBzWxT0U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMBzWxT0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMBzWxT0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMBzWxT0U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMBzWxT0U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMBzWxT0U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMBzWxT0U .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMBzWxT0U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMBzWxT0U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMBzWxT0U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMBzWxT0U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMBzWxT0U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMBzWxT0U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMBzWxT0U .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMBzWxT0U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMBzWxT0U .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMBzWxT0U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMBzWxT0U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMBzWxT0U .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMBzWxT0U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMBzWxT0U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMBzWxT0U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMBzWxT0U .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMBzWxT0U .nav-item:focus,
.cid-ugMBzWxT0U .nav-link:focus {
  outline: none;
}
.cid-ugMBzWxT0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMBzWxT0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMBzWxT0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMBzWxT0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMBzWxT0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMBzWxT0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMBzWxT0U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMBzWxT0U .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMBzWxT0U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMBzWxT0U .navbar.collapsed {
  justify-content: center;
}
.cid-ugMBzWxT0U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMBzWxT0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMBzWxT0U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMBzWxT0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMBzWxT0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMBzWxT0U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMBzWxT0U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMBzWxT0U .navbar {
    min-height: 72px;
  }
  .cid-ugMBzWxT0U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMBzWxT0U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMBzWxT0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMBzWxT0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMBzWxT0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMBzWxT0U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMBzWxT0U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMBzWxT0U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMBzWxT0U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMBzWxT0U .dropdown-item.active,
.cid-ugMBzWxT0U .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMBzWxT0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMBzWxT0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMBzWxT0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMBzWxT0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMBzWxT0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMBzWxT0U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMBzWxT0U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMBzWxT0U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMBzWxT0U .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMBzWxT0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMBzWxT0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMBzWxT0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMBzWxT0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMBzWxT0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMBzWxT0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMBzWxT0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMBzWxT0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMBzWxT0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMBzWxT0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMBzWxT0U .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMBzWxT0U .opacityScroll {
  background: #072415 !important;
}
.cid-ugMBzWxT0U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMBzWxT0U .navbar {
    height: 70px;
  }
  .cid-ugMBzWxT0U .navbar.opened {
    height: auto;
  }
  .cid-ugMBzWxT0U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMBzWxT0U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMBzWxT0U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMBzWxT0U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMBzWxT0U .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMBzWxT0U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMBzWxT0U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMBzWxT0U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMBzWxT0U .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-ugMBzWxT0U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMBzWxT0U .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMBzWxT0U .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMBzWxT0U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMBzWXrCt {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMBzWXrCt .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMBzWXrCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBzWXrCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBzWXrCt .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMBzWXrCt .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMBzWXrCt {
    align-items: center;
  }
  .cid-ugMBzWXrCt .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMBzWXrCt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMBzWXrCt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMBzWXrCt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMBzWXrCt .content-wrap {
    width: 100%;
  }
}
.cid-ugMBzWXrCt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMBzWXrCt .mbr-text,
.cid-ugMBzWXrCt .mbr-section-btn {
  text-align: left;
}
.cid-ugMBzXpPNR {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMBzXpPNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBzXpPNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBzXpPNR .mbr-section-title {
  color: #ffffff;
}
.cid-ugMBzXpPNR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMBzY3tPv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMBzY3tPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBzY3tPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugMBzY3tPv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugMBzY3tPv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugMBzY3tPv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMBzY3tPv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugMBzY3tPv .mbr-section-title {
  color: #ffffff;
}
.cid-ugMBzY3tPv .mbr-text,
.cid-ugMBzY3tPv .mbr-section-btn {
  color: #ffffff;
}
.cid-ugMBzYlonE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #072415;
}
.cid-ugMBzYlonE .item:focus,
.cid-ugMBzYlonE span:focus {
  outline: none;
}
.cid-ugMBzYlonE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ugMBzYlonE .content-head {
  max-width: 800px;
}
.cid-ugMBzYlonE .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ugMBzYlonE .item {
    min-height: 45px;
  }
}
.cid-ugMBzYGMu5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMBzYGMu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBzYGMu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugMBzYGMu5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugMBzYGMu5 .row {
  flex-direction: row-reverse;
}
.cid-ugMBzYGMu5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugMBzYGMu5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMBzYGMu5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugMBzYGMu5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugMBzYGMu5 .mbr-text,
.cid-ugMBzYGMu5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ugMBzYU4TB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-16.png");
}
.cid-ugMBzYU4TB .mbr-text {
  color: #000000;
}
.cid-ugMBzYU4TB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugMBzYU4TB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugMBzYU4TB .mbr-section-subtitle,
.cid-ugMBzYU4TB .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-ugMBzYU4TB .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMBzYU4TB .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugMBzYU4TB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ugMBzYU4TB .panel-group {
  border: none;
}
.cid-ugMBzYU4TB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMBzYU4TB .card-header {
    padding: 0rem;
  }
}
.cid-ugMBzYU4TB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugMBzYU4TB .collapsed span {
  transform: rotate(0deg);
}
.cid-ugMBzYU4TB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugMBzYU4TB p {
  margin-bottom: 0.3rem;
}
.cid-ugMBzYU4TB .panel-title-edit {
  color: #232323;
}
.cid-ugMBzYU4TB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugMBzYU4TB .card {
  background: #072415;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugMBzYU4TB .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMBzYU4TB .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugMBzYU4TB .panel-text {
  color: #ffffff;
}
.cid-ugMBzYU4TB .panel-title-edit,
.cid-ugMBzYU4TB .mbr-iconfont {
  color: #ffffff;
}
.cid-ugMBzZd4p4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMBzZd4p4 .row {
  flex-direction: row-reverse;
}
.cid-ugMBzZd4p4 .justify-content-center {
  align-items: center;
}
.cid-ugMBzZd4p4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMBzZd4p4 .mbr-text,
.cid-ugMBzZd4p4 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ugMBzZd4p4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugMBzZd4p4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMBzZd4p4 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ugMBzZt6Hf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMBzZt6Hf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMBzZt6Hf .social-row .soc-item {
  margin: 8px;
}
.cid-ugMBzZt6Hf .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMBzZt6Hf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMBzZt6Hf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMBzZt6Hf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMBzZt6Hf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMBzZt6Hf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMBzZt6Hf .header-menu li p {
  margin: 0;
}
.cid-ugMBzZt6Hf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMBzZt6Hf .mbr-section-title {
  color: #ffffff;
}
.cid-ugMCrebWnJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMCrebWnJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMCrebWnJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMCrebWnJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMCrebWnJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMCrebWnJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMCrebWnJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMCrebWnJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMCrebWnJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMCrebWnJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMCrebWnJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMCrebWnJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMCrebWnJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMCrebWnJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMCrebWnJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMCrebWnJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMCrebWnJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMCrebWnJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMCrebWnJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMCrebWnJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMCrebWnJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMCrebWnJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMCrebWnJ .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMCrebWnJ .nav-item:focus,
.cid-ugMCrebWnJ .nav-link:focus {
  outline: none;
}
.cid-ugMCrebWnJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMCrebWnJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMCrebWnJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMCrebWnJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMCrebWnJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMCrebWnJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMCrebWnJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMCrebWnJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMCrebWnJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMCrebWnJ .navbar.collapsed {
  justify-content: center;
}
.cid-ugMCrebWnJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMCrebWnJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMCrebWnJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMCrebWnJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMCrebWnJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMCrebWnJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMCrebWnJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMCrebWnJ .navbar {
    min-height: 72px;
  }
  .cid-ugMCrebWnJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMCrebWnJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMCrebWnJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMCrebWnJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMCrebWnJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMCrebWnJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMCrebWnJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMCrebWnJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMCrebWnJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMCrebWnJ .dropdown-item.active,
.cid-ugMCrebWnJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMCrebWnJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMCrebWnJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMCrebWnJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMCrebWnJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMCrebWnJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMCrebWnJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMCrebWnJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMCrebWnJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMCrebWnJ .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMCrebWnJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMCrebWnJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMCrebWnJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMCrebWnJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMCrebWnJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMCrebWnJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMCrebWnJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMCrebWnJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMCrebWnJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMCrebWnJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMCrebWnJ .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMCrebWnJ .opacityScroll {
  background: #072415 !important;
}
.cid-ugMCrebWnJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMCrebWnJ .navbar {
    height: 70px;
  }
  .cid-ugMCrebWnJ .navbar.opened {
    height: auto;
  }
  .cid-ugMCrebWnJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMCrebWnJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMCrebWnJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMCrebWnJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMCrebWnJ .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMCrebWnJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMCrebWnJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMCrebWnJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMCrebWnJ .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-ugMCrebWnJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMCrebWnJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMCrebWnJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMCrebWnJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMCreyEsO {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMCreyEsO .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMCreyEsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMCreyEsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMCreyEsO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMCreyEsO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMCreyEsO {
    align-items: center;
  }
  .cid-ugMCreyEsO .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMCreyEsO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMCreyEsO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMCreyEsO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMCreyEsO .content-wrap {
    width: 100%;
  }
}
.cid-ugMCreyEsO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMCreyEsO .mbr-text,
.cid-ugMCreyEsO .mbr-section-btn {
  text-align: left;
}
.cid-ugMCreQ1gk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #072415;
}
.cid-ugMCreQ1gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMCreQ1gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMCreQ1gk .mbr-section-title {
  color: #ffffff;
}
.cid-ugMCreQ1gk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMDoQtksF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMDoQtksF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMDoQtksF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMDoQtksF .mbr-description {
  text-align: left;
}
.cid-ugMDoQtksF .item-wrapper {
  background: #03140b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugMDoQtksF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMDoQtksF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugMDoQtksF .card-title,
.cid-ugMDoQtksF .iconfont-wrapper {
  color: #ffffff;
}
.cid-ugMDoQtksF .card-text {
  color: #000000;
}
.cid-ugMDoQtksF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMDoQtksF .mbr-number {
  color: #9fe870;
}
.cid-ugMDoQtksF .mbr-text,
.cid-ugMDoQtksF .mbr-section-btn {
  text-align: center;
}
.cid-ugMDoQtksF .card-text,
.cid-ugMDoQtksF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ugMDoQtksF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ugMDoQtksF .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMDoQtksF .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMDoQtksF .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugMDoQtksF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugMDoQtksF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMDoQtksF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMDoQtksF .card-title {
  text-align: left;
}
.cid-ugMDoQtksF .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugMDoQtksF .item-content .item-footer {
  margin-top: auto;
}
.cid-ugMCrgHLFS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMCrgHLFS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMCrgHLFS .social-row .soc-item {
  margin: 8px;
}
.cid-ugMCrgHLFS .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMCrgHLFS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMCrgHLFS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMCrgHLFS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMCrgHLFS .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMCrgHLFS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMCrgHLFS .header-menu li p {
  margin: 0;
}
.cid-ugMCrgHLFS .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMCrgHLFS .mbr-section-title {
  color: #ffffff;
}
.cid-ugMHT5fhkU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMHT5fhkU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMHT5fhkU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMHT5fhkU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMHT5fhkU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMHT5fhkU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMHT5fhkU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMHT5fhkU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMHT5fhkU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMHT5fhkU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMHT5fhkU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMHT5fhkU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMHT5fhkU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMHT5fhkU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMHT5fhkU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMHT5fhkU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMHT5fhkU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMHT5fhkU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMHT5fhkU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMHT5fhkU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMHT5fhkU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMHT5fhkU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMHT5fhkU .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMHT5fhkU .nav-item:focus,
.cid-ugMHT5fhkU .nav-link:focus {
  outline: none;
}
.cid-ugMHT5fhkU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMHT5fhkU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMHT5fhkU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMHT5fhkU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMHT5fhkU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMHT5fhkU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMHT5fhkU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMHT5fhkU .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMHT5fhkU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMHT5fhkU .navbar.collapsed {
  justify-content: center;
}
.cid-ugMHT5fhkU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMHT5fhkU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMHT5fhkU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMHT5fhkU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMHT5fhkU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMHT5fhkU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMHT5fhkU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMHT5fhkU .navbar {
    min-height: 72px;
  }
  .cid-ugMHT5fhkU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMHT5fhkU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMHT5fhkU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMHT5fhkU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMHT5fhkU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMHT5fhkU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMHT5fhkU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMHT5fhkU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMHT5fhkU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMHT5fhkU .dropdown-item.active,
.cid-ugMHT5fhkU .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMHT5fhkU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMHT5fhkU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMHT5fhkU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMHT5fhkU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMHT5fhkU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMHT5fhkU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMHT5fhkU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMHT5fhkU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMHT5fhkU .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMHT5fhkU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMHT5fhkU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMHT5fhkU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMHT5fhkU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMHT5fhkU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMHT5fhkU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMHT5fhkU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMHT5fhkU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMHT5fhkU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMHT5fhkU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMHT5fhkU .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMHT5fhkU .opacityScroll {
  background: #072415 !important;
}
.cid-ugMHT5fhkU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMHT5fhkU .navbar {
    height: 70px;
  }
  .cid-ugMHT5fhkU .navbar.opened {
    height: auto;
  }
  .cid-ugMHT5fhkU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMHT5fhkU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMHT5fhkU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMHT5fhkU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMHT5fhkU .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMHT5fhkU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMHT5fhkU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMHT5fhkU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMHT5fhkU .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-ugMHT5fhkU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMHT5fhkU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMHT5fhkU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMHT5fhkU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMHT5z8nj {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMHT5z8nj .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMHT5z8nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMHT5z8nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMHT5z8nj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMHT5z8nj .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMHT5z8nj {
    align-items: center;
  }
  .cid-ugMHT5z8nj .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMHT5z8nj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMHT5z8nj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMHT5z8nj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMHT5z8nj .content-wrap {
    width: 100%;
  }
}
.cid-ugMHT5z8nj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMHT5z8nj .mbr-text,
.cid-ugMHT5z8nj .mbr-section-btn {
  text-align: left;
}
.cid-ugMHT5SPls {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMHT5SPls .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMHT5SPls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMHT5SPls .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMHT5SPls .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugMHT5SPls .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMHT68jKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMHT68jKy .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMHT68jKy .social-row .soc-item {
  margin: 8px;
}
.cid-ugMHT68jKy .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMHT68jKy .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMHT68jKy .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMHT68jKy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMHT68jKy .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMHT68jKy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMHT68jKy .header-menu li p {
  margin: 0;
}
.cid-ugMHT68jKy .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMHT68jKy .mbr-section-title {
  color: #ffffff;
}
.cid-ugMK7GcTa5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMK7GcTa5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMK7GcTa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMK7GcTa5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMK7GcTa5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMK7GcTa5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMK7GcTa5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMK7GcTa5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMK7GcTa5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMK7GcTa5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMK7GcTa5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMK7GcTa5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMK7GcTa5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMK7GcTa5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMK7GcTa5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMK7GcTa5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMK7GcTa5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMK7GcTa5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMK7GcTa5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMK7GcTa5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMK7GcTa5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMK7GcTa5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMK7GcTa5 .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMK7GcTa5 .nav-item:focus,
.cid-ugMK7GcTa5 .nav-link:focus {
  outline: none;
}
.cid-ugMK7GcTa5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMK7GcTa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMK7GcTa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMK7GcTa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMK7GcTa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMK7GcTa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMK7GcTa5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMK7GcTa5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMK7GcTa5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMK7GcTa5 .navbar.collapsed {
  justify-content: center;
}
.cid-ugMK7GcTa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMK7GcTa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMK7GcTa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMK7GcTa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMK7GcTa5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMK7GcTa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMK7GcTa5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMK7GcTa5 .navbar {
    min-height: 72px;
  }
  .cid-ugMK7GcTa5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMK7GcTa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMK7GcTa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMK7GcTa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMK7GcTa5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMK7GcTa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMK7GcTa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMK7GcTa5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMK7GcTa5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMK7GcTa5 .dropdown-item.active,
.cid-ugMK7GcTa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMK7GcTa5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMK7GcTa5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMK7GcTa5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMK7GcTa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMK7GcTa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMK7GcTa5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMK7GcTa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMK7GcTa5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMK7GcTa5 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMK7GcTa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMK7GcTa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMK7GcTa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMK7GcTa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMK7GcTa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMK7GcTa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMK7GcTa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMK7GcTa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMK7GcTa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMK7GcTa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMK7GcTa5 .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMK7GcTa5 .opacityScroll {
  background: #072415 !important;
}
.cid-ugMK7GcTa5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMK7GcTa5 .navbar {
    height: 70px;
  }
  .cid-ugMK7GcTa5 .navbar.opened {
    height: auto;
  }
  .cid-ugMK7GcTa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMK7GcTa5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMK7GcTa5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMK7GcTa5 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMK7GcTa5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMK7GcTa5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMK7GcTa5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMK7GcTa5 .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-ugMK7GcTa5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMK7GcTa5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMK7GcTa5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMK7GcTa5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMK7GxBIj {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMK7GxBIj .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMK7GxBIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMK7GxBIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMK7GxBIj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMK7GxBIj .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMK7GxBIj {
    align-items: center;
  }
  .cid-ugMK7GxBIj .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMK7GxBIj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMK7GxBIj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMK7GxBIj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMK7GxBIj .content-wrap {
    width: 100%;
  }
}
.cid-ugMK7GxBIj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMK7GxBIj .mbr-text,
.cid-ugMK7GxBIj .mbr-section-btn {
  text-align: left;
}
.cid-ugMKlRiBKM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMKlRiBKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMKlRiBKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMKlRiBKM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMKlRiBKM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugMKlRiBKM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMK7Kj8h7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMK7Kj8h7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMK7Kj8h7 .social-row .soc-item {
  margin: 8px;
}
.cid-ugMK7Kj8h7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMK7Kj8h7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMK7Kj8h7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMK7Kj8h7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMK7Kj8h7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMK7Kj8h7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMK7Kj8h7 .header-menu li p {
  margin: 0;
}
.cid-ugMK7Kj8h7 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMK7Kj8h7 .mbr-section-title {
  color: #ffffff;
}
.cid-ugGUw0vc3v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugGUw0vc3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugGUw0vc3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugGUw0vc3v .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugGUw0vc3v .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugGUw0vc3v .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugGUw0vc3v .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugGUw0vc3v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugGUw0vc3v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugGUw0vc3v .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugGUw0vc3v .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugGUw0vc3v .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugGUw0vc3v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugGUw0vc3v .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugGUw0vc3v .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugGUw0vc3v .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGUw0vc3v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugGUw0vc3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugGUw0vc3v .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugGUw0vc3v .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugGUw0vc3v .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugGUw0vc3v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugGUw0vc3v .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: #072415;
  border-radius: 4px !important;
}
.cid-ugGUw0vc3v .nav-item:focus,
.cid-ugGUw0vc3v .nav-link:focus {
  outline: none;
}
.cid-ugGUw0vc3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugGUw0vc3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugGUw0vc3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugGUw0vc3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugGUw0vc3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugGUw0vc3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar.opened {
  transition: all 0.25s;
}
.cid-ugGUw0vc3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugGUw0vc3v .navbar .navbar-logo img {
  width: auto;
}
.cid-ugGUw0vc3v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugGUw0vc3v .navbar.collapsed {
  justify-content: center;
}
.cid-ugGUw0vc3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugGUw0vc3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugGUw0vc3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugGUw0vc3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugGUw0vc3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugGUw0vc3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugGUw0vc3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugGUw0vc3v .navbar {
    min-height: 72px;
  }
  .cid-ugGUw0vc3v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugGUw0vc3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugGUw0vc3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugGUw0vc3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugGUw0vc3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugGUw0vc3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugGUw0vc3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugGUw0vc3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugGUw0vc3v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugGUw0vc3v .dropdown-item.active,
.cid-ugGUw0vc3v .dropdown-item:active {
  background-color: transparent;
}
.cid-ugGUw0vc3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugGUw0vc3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugGUw0vc3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugGUw0vc3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugGUw0vc3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugGUw0vc3v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugGUw0vc3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugGUw0vc3v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugGUw0vc3v .navbar-buttons {
    text-align: left;
  }
}
.cid-ugGUw0vc3v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugGUw0vc3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugGUw0vc3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugGUw0vc3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGUw0vc3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugGUw0vc3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugGUw0vc3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGUw0vc3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugGUw0vc3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugGUw0vc3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugGUw0vc3v .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugGUw0vc3v .opacityScroll {
  background: #072415 !important;
}
.cid-ugGUw0vc3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugGUw0vc3v .navbar {
    height: 70px;
  }
  .cid-ugGUw0vc3v .navbar.opened {
    height: auto;
  }
  .cid-ugGUw0vc3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugGUw0vc3v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugGUw0vc3v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugGUw0vc3v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugGUw0vc3v .navbar-brand {
    margin-right: auto;
  }
  .cid-ugGUw0vc3v .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugGUw0vc3v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugGUw0vc3v .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugGUw0vc3v .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-ugGUw0vc3v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugGUw0vc3v .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugGUw0vc3v .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugGUw0vc3v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMRvYcRbF {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMRvYcRbF .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMRvYcRbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMRvYcRbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMRvYcRbF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMRvYcRbF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMRvYcRbF {
    align-items: center;
  }
  .cid-ugMRvYcRbF .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMRvYcRbF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMRvYcRbF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMRvYcRbF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMRvYcRbF .content-wrap {
    width: 100%;
  }
}
.cid-ugMRvYcRbF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMRvYcRbF .mbr-text,
.cid-ugMRvYcRbF .mbr-section-btn {
  text-align: left;
}
.cid-ugMRyy2kUb {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/upscaler-1.png");
}
.cid-ugMRyy2kUb .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-ugMRyy2kUb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMRyy2kUb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMRyy2kUb {
    align-items: center;
  }
  .cid-ugMRyy2kUb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMRyy2kUb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMRyy2kUb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMRyy2kUb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMRyy2kUb .content-wrap {
    width: 100%;
  }
}
.cid-ugMRyy2kUb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRyy2kUb .mbr-text,
.cid-ugMRyy2kUb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRyy2kUb .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRtjdaFU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #072415;
}
.cid-ugMRtjdaFU .item:focus,
.cid-ugMRtjdaFU span:focus {
  outline: none;
}
.cid-ugMRtjdaFU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ugMRtjdaFU .content-head {
  max-width: 800px;
}
.cid-ugMRtjdaFU .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ugMRtjdaFU .item {
    min-height: 45px;
  }
}
.cid-ugMRrT5CU5 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMRrT5CU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMRrT5CU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugMRrT5CU5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugMRrT5CU5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugMRrT5CU5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMRrT5CU5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugMRrT5CU5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugMRrT5CU5 .mbr-text,
.cid-ugMRrT5CU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ugMRpP3R3J {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMRpP3R3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMRpP3R3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMRpP3R3J .mbr-description {
  text-align: left;
}
.cid-ugMRpP3R3J .item-wrapper {
  background: #03140b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugMRpP3R3J .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMRpP3R3J .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugMRpP3R3J .card-title,
.cid-ugMRpP3R3J .iconfont-wrapper {
  color: #ffffff;
}
.cid-ugMRpP3R3J .card-text {
  color: #000000;
}
.cid-ugMRpP3R3J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMRpP3R3J .mbr-number {
  color: #9fe870;
}
.cid-ugMRpP3R3J .mbr-text,
.cid-ugMRpP3R3J .mbr-section-btn {
  text-align: center;
}
.cid-ugMRpP3R3J .card-text,
.cid-ugMRpP3R3J .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ugMRpP3R3J .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ugMRpP3R3J .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMRpP3R3J .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMRpP3R3J .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugMRpP3R3J .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugMRpP3R3J .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMRpP3R3J .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMRpP3R3J .card-title {
  text-align: left;
}
.cid-ugMRpP3R3J .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugMRpP3R3J .item-content .item-footer {
  margin-top: auto;
}
.cid-ugMRp7dm8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072415;
}
.cid-ugMRp7dm8y .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugMRp7dm8y img,
.cid-ugMRp7dm8y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugMRp7dm8y .item:focus,
.cid-ugMRp7dm8y span:focus {
  outline: none;
}
.cid-ugMRp7dm8y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMRp7dm8y .item {
    margin-bottom: 1rem;
  }
}
.cid-ugMRp7dm8y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMRp7dm8y .mbr-section-title {
  color: #ffffff;
}
.cid-ugMRp7dm8y .mbr-text,
.cid-ugMRp7dm8y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ugMRp7dm8y .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMRp7dm8y .content-head {
  max-width: 800px;
}
.cid-ugMRp7dm8y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMRnY5pST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-design-17.png");
}
.cid-ugMRnY5pST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMRnY5pST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMRnY5pST .mbr-section-title {
  color: #ffffff;
}
.cid-ugMRnY5pST .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMRngBMGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMRngBMGL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ugMRngBMGL .item-wrapper {
  margin-bottom: 2rem;
}
.cid-ugMRngBMGL .card-title,
.cid-ugMRngBMGL .iconfont-wrapper {
  color: #000000;
}
.cid-ugMRngBMGL .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugMRngBMGL .content-head {
  max-width: 800px;
}
.cid-ugMRngBMGL .mbr-section-title {
  color: #ffffff;
}
.cid-ugMRngBMGL .card-title,
.cid-ugMRngBMGL .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRngBMGL .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugMRmeRp0W {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-16.png");
}
.cid-ugMRmeRp0W .mbr-text {
  color: #000000;
}
.cid-ugMRmeRp0W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugMRmeRp0W .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugMRmeRp0W .mbr-section-subtitle,
.cid-ugMRmeRp0W .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-ugMRmeRp0W .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMRmeRp0W .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugMRmeRp0W .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ugMRmeRp0W .panel-group {
  border: none;
}
.cid-ugMRmeRp0W .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMRmeRp0W .card-header {
    padding: 0rem;
  }
}
.cid-ugMRmeRp0W .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugMRmeRp0W .collapsed span {
  transform: rotate(0deg);
}
.cid-ugMRmeRp0W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugMRmeRp0W p {
  margin-bottom: 0.3rem;
}
.cid-ugMRmeRp0W .panel-title-edit {
  color: #232323;
}
.cid-ugMRmeRp0W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugMRmeRp0W .card {
  background: #072415;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugMRmeRp0W .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMRmeRp0W .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugMRmeRp0W .panel-text {
  color: #ffffff;
}
.cid-ugMRmeRp0W .panel-title-edit,
.cid-ugMRmeRp0W .mbr-iconfont {
  color: #ffffff;
}
.cid-ugMRl9GPgE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMRl9GPgE .row {
  flex-direction: row-reverse;
}
.cid-ugMRl9GPgE .justify-content-center {
  align-items: center;
}
.cid-ugMRl9GPgE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRl9GPgE .mbr-text,
.cid-ugMRl9GPgE .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ugMRl9GPgE .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugMRl9GPgE .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMRl9GPgE .item-wrapper {
    padding: 4rem;
  }
}
.cid-ugMAgbnzC8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMAgbnzC8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMAgbnzC8 .social-row .soc-item {
  margin: 8px;
}
.cid-ugMAgbnzC8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMAgbnzC8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMAgbnzC8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMAgbnzC8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMAgbnzC8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMAgbnzC8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMAgbnzC8 .header-menu li p {
  margin: 0;
}
.cid-ugMAgbnzC8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMAgbnzC8 .mbr-section-title {
  color: #ffffff;
}
.cid-ugMReP9Iaj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMReP9Iaj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMReP9Iaj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMReP9Iaj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMReP9Iaj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMReP9Iaj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMReP9Iaj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMReP9Iaj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMReP9Iaj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMReP9Iaj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMReP9Iaj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMReP9Iaj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMReP9Iaj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMReP9Iaj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMReP9Iaj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMReP9Iaj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMReP9Iaj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMReP9Iaj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMReP9Iaj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMReP9Iaj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMReP9Iaj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMReP9Iaj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMReP9Iaj .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMReP9Iaj .nav-item:focus,
.cid-ugMReP9Iaj .nav-link:focus {
  outline: none;
}
.cid-ugMReP9Iaj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMReP9Iaj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMReP9Iaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMReP9Iaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMReP9Iaj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMReP9Iaj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMReP9Iaj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMReP9Iaj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMReP9Iaj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMReP9Iaj .navbar.collapsed {
  justify-content: center;
}
.cid-ugMReP9Iaj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMReP9Iaj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMReP9Iaj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMReP9Iaj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMReP9Iaj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMReP9Iaj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMReP9Iaj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMReP9Iaj .navbar {
    min-height: 72px;
  }
  .cid-ugMReP9Iaj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMReP9Iaj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMReP9Iaj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMReP9Iaj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMReP9Iaj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMReP9Iaj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMReP9Iaj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMReP9Iaj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMReP9Iaj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMReP9Iaj .dropdown-item.active,
.cid-ugMReP9Iaj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMReP9Iaj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMReP9Iaj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMReP9Iaj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMReP9Iaj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMReP9Iaj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMReP9Iaj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMReP9Iaj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMReP9Iaj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMReP9Iaj .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMReP9Iaj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMReP9Iaj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMReP9Iaj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMReP9Iaj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMReP9Iaj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMReP9Iaj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMReP9Iaj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMReP9Iaj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMReP9Iaj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMReP9Iaj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMReP9Iaj .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMReP9Iaj .opacityScroll {
  background: #072415 !important;
}
.cid-ugMReP9Iaj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMReP9Iaj .navbar {
    height: 70px;
  }
  .cid-ugMReP9Iaj .navbar.opened {
    height: auto;
  }
  .cid-ugMReP9Iaj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMReP9Iaj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMReP9Iaj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMReP9Iaj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMReP9Iaj .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMReP9Iaj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMReP9Iaj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMReP9Iaj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMReP9Iaj .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-ugMReP9Iaj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMReP9Iaj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMReP9Iaj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMReP9Iaj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMRePvPin {
  display: flex;
  background-image: url("../../../assets/images/upscaler-1.png");
}
.cid-ugMRePvPin .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-ugMRePvPin .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMRePvPin .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMRePvPin {
    align-items: center;
  }
  .cid-ugMRePvPin .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMRePvPin .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMRePvPin {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMRePvPin .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMRePvPin .content-wrap {
    width: 100%;
  }
}
.cid-ugMRePvPin .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRePvPin .mbr-text,
.cid-ugMRePvPin .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRePvPin .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-ugMRePLqBQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMRePLqBQ .item:focus,
.cid-ugMRePLqBQ span:focus {
  outline: none;
}
.cid-ugMRePLqBQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ugMRePLqBQ .content-head {
  max-width: 800px;
}
.cid-ugMRePLqBQ .item {
  color: #072415;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ugMRePLqBQ .item {
    min-height: 45px;
  }
}
.cid-ugMRePZJU6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMRePZJU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMRePZJU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugMRePZJU6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugMRePZJU6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugMRePZJU6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMRePZJU6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugMRePZJU6 .mbr-section-title {
  color: #232323;
}
.cid-ugMRePZJU6 .mbr-text,
.cid-ugMRePZJU6 .mbr-section-btn {
  color: #232323;
}
.cid-ugMReQGlG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMReQGlG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMReQGlG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMReQGlG1 .mbr-description {
  text-align: left;
}
.cid-ugMReQGlG1 .item-wrapper {
  background: #072415;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugMReQGlG1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMReQGlG1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugMReQGlG1 .card-title,
.cid-ugMReQGlG1 .iconfont-wrapper {
  color: #ffffff;
}
.cid-ugMReQGlG1 .card-text {
  color: #000000;
}
.cid-ugMReQGlG1 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ugMReQGlG1 .mbr-number {
  color: #9fe870;
}
.cid-ugMReQGlG1 .mbr-text,
.cid-ugMReQGlG1 .mbr-section-btn {
  text-align: center;
}
.cid-ugMReQGlG1 .card-text,
.cid-ugMReQGlG1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ugMReQGlG1 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ugMReQGlG1 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMReQGlG1 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMReQGlG1 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugMReQGlG1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugMReQGlG1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMReQGlG1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMReQGlG1 .card-title {
  text-align: left;
}
.cid-ugMReQGlG1 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugMReQGlG1 .item-content .item-footer {
  margin-top: auto;
}
.cid-ugMReR52oK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMReR52oK .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugMReR52oK img,
.cid-ugMReR52oK .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugMReR52oK .item:focus,
.cid-ugMReR52oK span:focus {
  outline: none;
}
.cid-ugMReR52oK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMReR52oK .item {
    margin-bottom: 1rem;
  }
}
.cid-ugMReR52oK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMReR52oK .mbr-section-title {
  color: #232323;
}
.cid-ugMReR52oK .mbr-text,
.cid-ugMReR52oK .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ugMReR52oK .item-title {
  color: #232323;
  text-align: center;
}
.cid-ugMReR52oK .content-head {
  max-width: 800px;
}
.cid-ugMReR52oK .mbr-section-subtitle {
  color: #232323;
}
.cid-ugMReRoQMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-design-6.png");
}
.cid-ugMReRoQMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMReRoQMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMReRoQMP .mbr-section-title {
  color: #ffffff;
}
.cid-ugMReRoQMP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugMReRDBBl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMReRDBBl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ugMReRDBBl .item-wrapper {
  margin-bottom: 2rem;
}
.cid-ugMReRDBBl .card-title,
.cid-ugMReRDBBl .iconfont-wrapper {
  color: #000000;
}
.cid-ugMReRDBBl .card-text {
  color: #232323;
  text-align: center;
}
.cid-ugMReRDBBl .content-head {
  max-width: 800px;
}
.cid-ugMReRDBBl .mbr-section-title {
  color: #232323;
}
.cid-ugMReRDBBl .card-title,
.cid-ugMReRDBBl .img-wrapper {
  text-align: center;
  color: #232323;
}
.cid-ugMReRDBBl .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ugMReRXoA1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/untitled-design-16.png");
}
.cid-ugMReRXoA1 .mbr-text {
  color: #000000;
}
.cid-ugMReRXoA1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugMReRXoA1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugMReRXoA1 .mbr-section-subtitle,
.cid-ugMReRXoA1 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-ugMReRXoA1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMReRXoA1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugMReRXoA1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ugMReRXoA1 .panel-group {
  border: none;
}
.cid-ugMReRXoA1 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugMReRXoA1 .card-header {
    padding: 0rem;
  }
}
.cid-ugMReRXoA1 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugMReRXoA1 .collapsed span {
  transform: rotate(0deg);
}
.cid-ugMReRXoA1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugMReRXoA1 p {
  margin-bottom: 0.3rem;
}
.cid-ugMReRXoA1 .panel-title-edit {
  color: #232323;
}
.cid-ugMReRXoA1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugMReRXoA1 .card {
  background: #072415;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugMReRXoA1 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMReRXoA1 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugMReRXoA1 .panel-text {
  color: #ffffff;
}
.cid-ugMReRXoA1 .panel-title-edit,
.cid-ugMReRXoA1 .mbr-iconfont {
  color: #ffffff;
}
.cid-ugMReSjDgK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-ugMReSjDgK .row {
  flex-direction: row-reverse;
}
.cid-ugMReSjDgK .justify-content-center {
  align-items: center;
}
.cid-ugMReSjDgK .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-ugMReSjDgK .mbr-text,
.cid-ugMReSjDgK .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ugMReSjDgK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugMReSjDgK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMReSjDgK .item-wrapper {
    padding: 4rem;
  }
}
.cid-ugMReSA9rm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMReSA9rm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMReSA9rm .social-row .soc-item {
  margin: 8px;
}
.cid-ugMReSA9rm .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMReSA9rm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMReSA9rm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMReSA9rm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMReSA9rm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMReSA9rm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMReSA9rm .header-menu li p {
  margin: 0;
}
.cid-ugMReSA9rm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMReSA9rm .mbr-section-title {
  color: #ffffff;
}
.cid-ugMJtwqUV5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMJtwqUV5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMJtwqUV5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMJtwqUV5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMJtwqUV5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMJtwqUV5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMJtwqUV5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMJtwqUV5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMJtwqUV5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMJtwqUV5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMJtwqUV5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMJtwqUV5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMJtwqUV5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMJtwqUV5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMJtwqUV5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMJtwqUV5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMJtwqUV5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMJtwqUV5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMJtwqUV5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMJtwqUV5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMJtwqUV5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMJtwqUV5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMJtwqUV5 .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMJtwqUV5 .nav-item:focus,
.cid-ugMJtwqUV5 .nav-link:focus {
  outline: none;
}
.cid-ugMJtwqUV5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMJtwqUV5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMJtwqUV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMJtwqUV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMJtwqUV5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMJtwqUV5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMJtwqUV5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMJtwqUV5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMJtwqUV5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMJtwqUV5 .navbar.collapsed {
  justify-content: center;
}
.cid-ugMJtwqUV5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMJtwqUV5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMJtwqUV5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMJtwqUV5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMJtwqUV5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMJtwqUV5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMJtwqUV5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMJtwqUV5 .navbar {
    min-height: 72px;
  }
  .cid-ugMJtwqUV5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMJtwqUV5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMJtwqUV5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMJtwqUV5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMJtwqUV5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMJtwqUV5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMJtwqUV5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMJtwqUV5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMJtwqUV5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMJtwqUV5 .dropdown-item.active,
.cid-ugMJtwqUV5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMJtwqUV5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMJtwqUV5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMJtwqUV5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMJtwqUV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMJtwqUV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMJtwqUV5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMJtwqUV5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMJtwqUV5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMJtwqUV5 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMJtwqUV5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMJtwqUV5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMJtwqUV5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMJtwqUV5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMJtwqUV5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMJtwqUV5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMJtwqUV5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMJtwqUV5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMJtwqUV5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMJtwqUV5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMJtwqUV5 .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMJtwqUV5 .opacityScroll {
  background: #072415 !important;
}
.cid-ugMJtwqUV5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMJtwqUV5 .navbar {
    height: 70px;
  }
  .cid-ugMJtwqUV5 .navbar.opened {
    height: auto;
  }
  .cid-ugMJtwqUV5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMJtwqUV5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMJtwqUV5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMJtwqUV5 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMJtwqUV5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMJtwqUV5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMJtwqUV5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMJtwqUV5 .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-ugMJtwqUV5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMJtwqUV5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMJtwqUV5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMJtwqUV5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMJtwYIiS {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMJtwYIiS .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMJtwYIiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMJtwYIiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMJtwYIiS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMJtwYIiS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMJtwYIiS {
    align-items: center;
  }
  .cid-ugMJtwYIiS .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMJtwYIiS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMJtwYIiS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMJtwYIiS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMJtwYIiS .content-wrap {
    width: 100%;
  }
}
.cid-ugMJtwYIiS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMJtwYIiS .mbr-text,
.cid-ugMJtwYIiS .mbr-section-btn {
  text-align: left;
}
.cid-ugMJzfFIOi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMJzfFIOi .row {
  flex-direction: row-reverse;
}
.cid-ugMJzfFIOi .justify-content-center {
  align-items: center;
}
.cid-ugMJzfFIOi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ugMJzfFIOi .mbr-text,
.cid-ugMJzfFIOi .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ugMJzfFIOi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugMJzfFIOi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugMJzfFIOi .item-wrapper {
    padding: 4rem;
  }
}
.cid-ugMJtxXZrD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMJtxXZrD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMJtxXZrD .social-row .soc-item {
  margin: 8px;
}
.cid-ugMJtxXZrD .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMJtxXZrD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMJtxXZrD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMJtxXZrD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMJtxXZrD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMJtxXZrD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMJtxXZrD .header-menu li p {
  margin: 0;
}
.cid-ugMJtxXZrD .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMJtxXZrD .mbr-section-title {
  color: #ffffff;
}
.cid-ugMFXKqhAk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugMFXKqhAk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMFXKqhAk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMFXKqhAk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugMFXKqhAk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugMFXKqhAk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMFXKqhAk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugMFXKqhAk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugMFXKqhAk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugMFXKqhAk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugMFXKqhAk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugMFXKqhAk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugMFXKqhAk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugMFXKqhAk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugMFXKqhAk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugMFXKqhAk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMFXKqhAk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugMFXKqhAk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugMFXKqhAk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugMFXKqhAk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMFXKqhAk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugMFXKqhAk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugMFXKqhAk .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: #072415;
  border-radius: 4px !important;
}
.cid-ugMFXKqhAk .nav-item:focus,
.cid-ugMFXKqhAk .nav-link:focus {
  outline: none;
}
.cid-ugMFXKqhAk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMFXKqhAk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMFXKqhAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMFXKqhAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMFXKqhAk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMFXKqhAk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar.opened {
  transition: all 0.25s;
}
.cid-ugMFXKqhAk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMFXKqhAk .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMFXKqhAk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugMFXKqhAk .navbar.collapsed {
  justify-content: center;
}
.cid-ugMFXKqhAk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMFXKqhAk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMFXKqhAk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugMFXKqhAk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMFXKqhAk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMFXKqhAk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMFXKqhAk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugMFXKqhAk .navbar {
    min-height: 72px;
  }
  .cid-ugMFXKqhAk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMFXKqhAk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMFXKqhAk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMFXKqhAk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMFXKqhAk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMFXKqhAk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugMFXKqhAk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMFXKqhAk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMFXKqhAk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugMFXKqhAk .dropdown-item.active,
.cid-ugMFXKqhAk .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMFXKqhAk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMFXKqhAk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMFXKqhAk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMFXKqhAk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #072415;
}
.cid-ugMFXKqhAk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugMFXKqhAk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugMFXKqhAk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMFXKqhAk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugMFXKqhAk .navbar-buttons {
    text-align: left;
  }
}
.cid-ugMFXKqhAk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMFXKqhAk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugMFXKqhAk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMFXKqhAk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMFXKqhAk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMFXKqhAk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMFXKqhAk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMFXKqhAk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMFXKqhAk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMFXKqhAk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMFXKqhAk .navbar-dropdown {
  padding: 0;
  background-color: #072415 !important;
  position: fixed;
}
.cid-ugMFXKqhAk .opacityScroll {
  background: #072415 !important;
}
.cid-ugMFXKqhAk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMFXKqhAk .navbar {
    height: 70px;
  }
  .cid-ugMFXKqhAk .navbar.opened {
    height: auto;
  }
  .cid-ugMFXKqhAk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMFXKqhAk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugMFXKqhAk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugMFXKqhAk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugMFXKqhAk .navbar-brand {
    margin-right: auto;
  }
  .cid-ugMFXKqhAk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #072415;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugMFXKqhAk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugMFXKqhAk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugMFXKqhAk .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-ugMFXKqhAk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugMFXKqhAk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ugMFXKqhAk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ugMFXKqhAk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugMFXKJMa3 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-12.png");
}
.cid-ugMFXKJMa3 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-ugMFXKJMa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMFXKJMa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMFXKJMa3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ugMFXKJMa3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMFXKJMa3 {
    align-items: center;
  }
  .cid-ugMFXKJMa3 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugMFXKJMa3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugMFXKJMa3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugMFXKJMa3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugMFXKJMa3 .content-wrap {
    width: 100%;
  }
}
.cid-ugMFXKJMa3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ugMFXKJMa3 .mbr-text,
.cid-ugMFXKJMa3 .mbr-section-btn {
  text-align: left;
}
.cid-ugMFXL1SWw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #072415;
}
.cid-ugMFXL1SWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMFXL1SWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMFXL1SWw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugMFXL1SWw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugMFXL1SWw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMFXMAXpl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-design-20.png");
}
.cid-ugMFXMAXpl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugMFXMAXpl .social-row .soc-item {
  margin: 8px;
}
.cid-ugMFXMAXpl .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugMFXMAXpl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugMFXMAXpl .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-ugMFXMAXpl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMFXMAXpl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMFXMAXpl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMFXMAXpl .header-menu li p {
  margin: 0;
}
.cid-ugMFXMAXpl .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugMFXMAXpl .mbr-section-title {
  color: #ffffff;
}
