body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #039121 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #039121 !important;
}
.bg-warning {
  background-color: #fad433 !important;
}
.bg-danger {
  background-color: #039121 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #039121 !important;
  border-color: #039121 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #039121 !important;
  border-color: #039121 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fad433 !important;
  border-color: #fad433 !important;
  color: #2d2501 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d1aa05 !important;
  border-color: #d1aa05 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2d2501 !important;
  background-color: #d1aa05 !important;
  border-color: #d1aa05 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #039121 !important;
  border-color: #039121 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #013c0e !important;
  border-color: #013c0e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #039121;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #013c0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #039121 !important;
  border-color: #039121 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #039121;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #013c0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #039121 !important;
  border-color: #039121 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fad433;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d1aa05 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2d2501 !important;
  background-color: #fad433 !important;
  border-color: #fad433 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #039121;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #013c0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #039121 !important;
  border-color: #039121 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #039121 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #039121 !important;
}
.text-warning {
  color: #fad433 !important;
}
.text-danger {
  color: #039121 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #012d0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #012d0a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c29e05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #012d0a !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: #039121;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #039121;
}
.alert-warning {
  background-color: #fad433;
}
.alert-danger {
  background-color: #039121;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #039121;
  border-color: #039121;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #039121;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #19fa49;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #19fa49;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #19fa49;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #039121 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #039121;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #039121;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #039121;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #039121;
  border-bottom-color: #039121;
}
.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: #ffffff !important;
  background-color: #039121 !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: #e43f3f !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='%23039121' %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;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  position: relative !important;
}
.cid-uwPXhCLsrp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwPXhCLsrp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwPXhCLsrp .dropdown-item:hover,
.cid-uwPXhCLsrp .dropdown-item:focus {
  background: #039121 !important;
  color: white !important;
}
.cid-uwPXhCLsrp .dropdown-item:hover span {
  color: white;
}
.cid-uwPXhCLsrp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwPXhCLsrp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwPXhCLsrp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwPXhCLsrp .nav-link {
  position: relative;
}
.cid-uwPXhCLsrp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwPXhCLsrp .container {
    flex-wrap: nowrap;
  }
}
.cid-uwPXhCLsrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown-menu,
.cid-uwPXhCLsrp .navbar.opened {
  background: #007953 !important;
}
.cid-uwPXhCLsrp .nav-item:focus,
.cid-uwPXhCLsrp .nav-link:focus {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwPXhCLsrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwPXhCLsrp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.opened {
  transition: all 0.3s;
}
.cid-uwPXhCLsrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwPXhCLsrp .navbar .navbar-logo img {
  width: auto;
}
.cid-uwPXhCLsrp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar.collapsed {
  justify-content: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwPXhCLsrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwPXhCLsrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwPXhCLsrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwPXhCLsrp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwPXhCLsrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwPXhCLsrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwPXhCLsrp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwPXhCLsrp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown-item.active,
.cid-uwPXhCLsrp .dropdown-item:active {
  background-color: transparent;
}
.cid-uwPXhCLsrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwPXhCLsrp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwPXhCLsrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwPXhCLsrp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwPXhCLsrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwPXhCLsrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwPXhCLsrp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwPXhCLsrp .navbar {
    height: 70px;
  }
  .cid-uwPXhCLsrp .navbar.opened {
    height: auto;
  }
  .cid-uwPXhCLsrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMCS9T4gv4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMCS9T4gv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMCS9T4gv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMCS9T4gv4 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uxB5nIWLwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxB5nIWLwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB5nIWLwS .col-12 {
  padding: 0;
}
.cid-uxB5nIWLwS .row {
  margin: 0;
}
.cid-uxB5nIWLwS .card-wrapper {
  border: 1px solid #039121;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uxB5nIWLwS .card-wrapper {
    padding: 1rem;
  }
}
.cid-uxB5nIWLwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB5nIWLwS .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uxB5nIWLwS .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uxB5nIWLwS .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uxB5nIWLwS .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uxB5nIWLwS .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uxB5nIWLwS .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxB5nIWLwS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uxB5nIWLwS .mbr-section-title {
  color: #007953;
  text-align: center;
}
.cid-uxB5nIWLwS .mbr-text,
.cid-uxB5nIWLwS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uy3usUADDJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uy3usUADDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3usUADDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy3usUADDJ .card-wrapper {
  border: 2px solid #039121;
  border-radius: 1rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uy3usUADDJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uy3usUADDJ .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uy3usUADDJ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uy3usUADDJ .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uy3usUADDJ .text-wrapper p {
  margin: 0;
}
.cid-uy3usUADDJ .mbr-section-title {
  color: #e43f3f;
}
.cid-uy3usUADDJ .mbr-text {
  color: #491414;
}
.cid-uy3usUADDJ .name {
  color: #1d5356;
}
.cid-uy3usUADDJ .position {
  color: #491414;
}
.cid-uy3uAry2cW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-uy3uAry2cW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3uAry2cW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy3uAry2cW .card-wrapper {
  border: 2px solid #039121;
  border-radius: 1rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uy3uAry2cW .card-wrapper {
    padding: 1rem;
  }
}
.cid-uy3uAry2cW .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uy3uAry2cW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uy3uAry2cW .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uy3uAry2cW .text-wrapper p {
  margin: 0;
}
.cid-uy3uAry2cW .mbr-section-title {
  color: #491414;
}
.cid-uy3uAry2cW .mbr-text {
  color: #491414;
}
.cid-uy3uAry2cW .name {
  color: #1d5356;
}
.cid-uy3uAry2cW .position {
  color: #491414;
}
.cid-tLulPUuKfr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-tLulPUuKfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLulPUuKfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLulPUuKfr .mbr-section-title {
  color: #ffffff;
}
.cid-tLuzyT2ZLa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLuzyT2ZLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuzyT2ZLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuzyT2ZLa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLuzyT2ZLa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuzyT2ZLa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLuzyT2ZLa .mbr-text,
.cid-tLuzyT2ZLa .mbr-section-btn {
  text-align: left;
}
.cid-tLv69dbAHK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-tLv69dbAHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLv69dbAHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLv69dbAHK .mbr-section-title {
  color: #ffffff;
}
.cid-tLv69dbAHK .mbr-section-subtitle {
  color: #fffc00;
}
.cid-u8ck4yLpNb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8ck4yLpNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ck4yLpNb .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-u8ck4yLpNb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8ck4yLpNb .row {
  flex-direction: row-reverse;
}
.cid-u8ck4yLpNb img {
  width: 100%;
}
.cid-uy2KC0AWsN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
  overflow: hidden;
}
.cid-uy2KC0AWsN .container {
  max-width: 100% !important;
}
.cid-uy2KC0AWsN .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uy2KC0AWsN .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uy2KC0AWsN .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uy2KC0AWsN .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uy2KC0AWsN .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uy2KC0AWsN .mbr-section-title {
  color: #303030;
}
.cid-uy2KC0AWsN .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uy2KC0AWsN .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e43f3f;
}
.cid-uy2KC0AWsN .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e43f3f;
}
.cid-uy2KC0AWsN .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uy2KC0AWsN .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uy2KC0AWsN .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e43f3f;
}
.cid-uy2KC0AWsN .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #9fdbf8 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uy2KC0AWsN .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uy2KC0AWsN .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #9fdbf8 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uy2KC0AWsN .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uy2KC0AWsN .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #9fdbf8 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uy2KC0AWsN .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uy2KC0AWsN .item-img {
  width: 100%;
  border: 1px solid #e43f3f;
}
.cid-uy2KC0AWsN .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uy2KC0AWsN .item-content {
  margin-top: 15px;
}
.cid-uy2KC0AWsN .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uy2KC0AWsN .item-title {
  margin-top: 15px;
  color: #e43f3f;
}
.cid-uy2KC0AWsN .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uy2zgmiXRX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy2zgmiXRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy2zgmiXRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy2zgmiXRX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uy2zgmiXRX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uy2zgmiXRX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uy2zgmiXRX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uy2zgmiXRX .container {
    padding: 0 16px;
  }
}
.cid-uy2zgmiXRX .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #6a2be9;
  border-bottom: 1px solid #6a2be9;
}
@media (max-width: 992px) {
  .cid-uy2zgmiXRX .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uy2zgmiXRX .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uy2zgmiXRX .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #faf5e8;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uy2zgmiXRX .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #6a2be9;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #22a5e5;
  border: 1px solid #22a5e5;
  border-radius: 100%;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-uy2zgmiXRX .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-uy2zgmiXRX .mbr-section-title {
  color: #000000;
}
.cid-uy2zgmiXRX .card-title {
  color: #000000;
}
.cid-uy2zgmiXRX .card-text {
  color: #000000;
}
.cid-ucfVRW3FtP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-ucfVRW3FtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucfVRW3FtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucfVRW3FtP .mbr-section-title {
  color: #ffffff;
}
.cid-tLv9wOUX1T {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tLv9wOUX1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLv9wOUX1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLv9wOUX1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLv9wOUX1T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLv9wOUX1T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLv9wOUX1T .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tLv9wOUX1T .mbr-text,
.cid-tLv9wOUX1T .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tLvbWzAZVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-tLvbWzAZVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLvbWzAZVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLvbWzAZVq .mbr-section-title {
  color: #ffffff;
}
.cid-uxSDqRn6Lu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxSDqRn6Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSDqRn6Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSDqRn6Lu .title .num {
  width: 100%;
  display: block;
}
.cid-uxSDqRn6Lu .title .card-title {
  z-index: 1;
}
.cid-uxSDqRn6Lu .num {
  color: #039121;
  text-align: left;
}
.cid-uxSDqRn6Lu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxSDqRn6Lu .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uxSDqRn6Lu * {
    text-align: center !important;
  }
  .cid-uxSDqRn6Lu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uxSDqRn6Lu .content-head {
  max-width: 800px;
}
.cid-uxSDqRn6Lu .card-title,
.cid-uxSDqRn6Lu .card-img {
  color: #232323;
  text-align: left;
}
.cid-tLqit2o876 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-tLqit2o876 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLqit2o876 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLqit2o876 .mbr-section-title {
  color: #ffffff;
}
.cid-uxECBYp38u {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uxECBYp38u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxECBYp38u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxECBYp38u .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxECBYp38u .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uxECBYp38u .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uxECBYp38u .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uxECBYp38u .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uxECBYp38u .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uxECBYp38u .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uxECBYp38u .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #9fdbf8;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uxECBYp38u .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uxECBYp38u .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uxECBYp38u .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uxECBYp38u .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uxECBYp38u .mbr-section-title {
  color: #000000;
}
.cid-uxECBYp38u .item-title {
  color: #1900ff;
}
.cid-uxECBYp38u .item-number {
  color: #e43f3f;
}
.cid-uxECBYp38u .item-text {
  color: #232323;
}
.cid-uxECBYp38u .mbr-section-title,
.cid-uxECBYp38u .icon-wrap {
  color: #000000;
  text-align: left;
}
.cid-uxGD1MoFAC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-uxGD1MoFAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxGD1MoFAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxGD1MoFAC .mbr-section-title {
  color: #ffffff;
}
.cid-uxSxcYFvOU {
  display: flex;
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uxSxcYFvOU {
    align-items: center;
  }
  .cid-uxSxcYFvOU .row {
    justify-content: center;
  }
}
.cid-uxSxcYFvOU p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxSxcYFvOU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxSxcYFvOU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxSxcYFvOU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxSxcYFvOU .content-wrap {
    width: 100%;
  }
}
.cid-uxSxcYFvOU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uxSxcYFvOU .mbr-text,
.cid-uxSxcYFvOU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uxSxcYFvOU .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uy2GkKnQc0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uy2GkKnQc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy2GkKnQc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy2GkKnQc0 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uy2GkKnQc0 .mbr-section-title {
  color: #1900ff;
  text-align: center;
}
.cid-uy2GkKnQc0 .mbr-section-subtitle {
  color: #232323;
  margin-top: 24px;
}
.cid-uy2GkKnQc0 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uy2GkKnQc0 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uy2GkKnQc0 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 173, 238, 0.22);
}
.cid-uy2GkKnQc0 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uy2GkKnQc0 .tabl-item-column {
    padding: 10px;
  }
}
.cid-uy2GkKnQc0 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uy2GkKnQc0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uy3Gn6pDUg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-uy3Gn6pDUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3Gn6pDUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uy3Gn6pDUg .container {
    padding: 0 28px;
  }
}
.cid-uy3Gn6pDUg .row {
  justify-content: center;
}
.cid-uy3Gn6pDUg .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-uy3Gn6pDUg .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-uy3Gn6pDUg .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #1900ff;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-uy3Gn6pDUg .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #1900ff;
}
.cid-uy3Gn6pDUg .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uy3Gn6pDUg .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uy3Gn6pDUg .mbr-text {
  color: #000000;
}
.cid-ubSPAwjHhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-ubSPAwjHhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubSPAwjHhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubSPAwjHhx .mbr-section-title {
  color: #ffffff;
}
.cid-ubSPCSjRjY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubSPCSjRjY .mbr-text {
  text-align: center;
}
.cid-uy2Q8x09VA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-uy2Q8x09VA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uy2Q8x09VA .panel-title {
  display: flex;
  align-items: center;
}
.cid-uy2Q8x09VA .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #ff9e00;
}
.cid-uy2Q8x09VA .panel-body,
.cid-uy2Q8x09VA .card-header {
  padding: 1rem 0;
}
.cid-uy2Q8x09VA .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uy2Q8x09VA .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uy2Q8x09VA .panel-text {
  max-width: 466px;
  color: #232323;
}
.cid-uy2Q8x09VA .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uy2Q8x09VA .section-head {
  margin-bottom: 56px;
}
.cid-uy2Q8x09VA .card {
  margin-bottom: 32px;
}
.cid-uy2Q8x09VA H3 {
  color: #1900ff;
}
@media (max-width: 768px) {
  .cid-uy2Q8x09VA .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uy2Q8x09VA .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tLw34lctBm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #007953;
}
.cid-tLw34lctBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw34lctBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw34lctBm .mbr-section-title {
  color: #ffffff;
}
.cid-tLw3eVqFiP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLw3eVqFiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw3eVqFiP .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-tLw3eVqFiP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLw3eVqFiP .row {
  flex-direction: row-reverse;
}
.cid-tLw3eVqFiP img {
  width: 100%;
}
.cid-tLw3eVqFiP .mbr-description {
  color: #232323;
}
.cid-ug4A2PiIw3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ug4A2PiIw3 .mbr-text {
  text-align: center;
}
.cid-tLw77WeYpz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLw77WeYpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLw77WeYpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLw77WeYpz .mbr-text,
.cid-tLw77WeYpz .mbr-section-btn {
  color: #f34141;
}
.cid-ucP7hojCP6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #007953;
}
.cid-ucP7hojCP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucP7hojCP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucP7hojCP6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ucP7hojCP6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ucP7hojCP6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffe161;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ucP7hojCP6 .list {
  color: #fafafa;
}
.cid-tLwbO91c7M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tLwbO91c7M .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tLwbO91c7M .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uxBIelgIgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxBIelgIgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBIelgIgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBIelgIgJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uxBIelgIgJ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxBIelgIgJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxBIelgIgJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uxBIelgIgJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #039121;
}
.cid-uxBIelgIgJ .card-title {
  color: #232323;
}
.cid-tLwQuQyLCE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  position: relative !important;
}
.cid-uwPXhCLsrp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwPXhCLsrp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwPXhCLsrp .dropdown-item:hover,
.cid-uwPXhCLsrp .dropdown-item:focus {
  background: #039121 !important;
  color: white !important;
}
.cid-uwPXhCLsrp .dropdown-item:hover span {
  color: white;
}
.cid-uwPXhCLsrp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwPXhCLsrp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwPXhCLsrp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwPXhCLsrp .nav-link {
  position: relative;
}
.cid-uwPXhCLsrp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwPXhCLsrp .container {
    flex-wrap: nowrap;
  }
}
.cid-uwPXhCLsrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown-menu,
.cid-uwPXhCLsrp .navbar.opened {
  background: #007953 !important;
}
.cid-uwPXhCLsrp .nav-item:focus,
.cid-uwPXhCLsrp .nav-link:focus {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwPXhCLsrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwPXhCLsrp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.opened {
  transition: all 0.3s;
}
.cid-uwPXhCLsrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwPXhCLsrp .navbar .navbar-logo img {
  width: auto;
}
.cid-uwPXhCLsrp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar.collapsed {
  justify-content: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwPXhCLsrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwPXhCLsrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwPXhCLsrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwPXhCLsrp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwPXhCLsrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwPXhCLsrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwPXhCLsrp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwPXhCLsrp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown-item.active,
.cid-uwPXhCLsrp .dropdown-item:active {
  background-color: transparent;
}
.cid-uwPXhCLsrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwPXhCLsrp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwPXhCLsrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwPXhCLsrp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwPXhCLsrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwPXhCLsrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwPXhCLsrp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwPXhCLsrp .navbar {
    height: 70px;
  }
  .cid-uwPXhCLsrp .navbar.opened {
    height: auto;
  }
  .cid-uwPXhCLsrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLwMDsiyG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwMDsiyG7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  position: relative !important;
}
.cid-uwPXhCLsrp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwPXhCLsrp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwPXhCLsrp .dropdown-item:hover,
.cid-uwPXhCLsrp .dropdown-item:focus {
  background: #039121 !important;
  color: white !important;
}
.cid-uwPXhCLsrp .dropdown-item:hover span {
  color: white;
}
.cid-uwPXhCLsrp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwPXhCLsrp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwPXhCLsrp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwPXhCLsrp .nav-link {
  position: relative;
}
.cid-uwPXhCLsrp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwPXhCLsrp .container {
    flex-wrap: nowrap;
  }
}
.cid-uwPXhCLsrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown-menu,
.cid-uwPXhCLsrp .navbar.opened {
  background: #007953 !important;
}
.cid-uwPXhCLsrp .nav-item:focus,
.cid-uwPXhCLsrp .nav-link:focus {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwPXhCLsrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwPXhCLsrp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.opened {
  transition: all 0.3s;
}
.cid-uwPXhCLsrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwPXhCLsrp .navbar .navbar-logo img {
  width: auto;
}
.cid-uwPXhCLsrp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar.collapsed {
  justify-content: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwPXhCLsrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwPXhCLsrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwPXhCLsrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwPXhCLsrp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwPXhCLsrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwPXhCLsrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwPXhCLsrp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwPXhCLsrp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown-item.active,
.cid-uwPXhCLsrp .dropdown-item:active {
  background-color: transparent;
}
.cid-uwPXhCLsrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwPXhCLsrp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwPXhCLsrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwPXhCLsrp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwPXhCLsrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwPXhCLsrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwPXhCLsrp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwPXhCLsrp .navbar {
    height: 70px;
  }
  .cid-uwPXhCLsrp .navbar.opened {
    height: auto;
  }
  .cid-uwPXhCLsrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLwOqR04Lz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLwOqR04Lz .mbr-section-subtitle {
  text-align: center;
}
.cid-tLwQuQyLCE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLwQuQyLCE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLwQuQyLCE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLwQuQyLCE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLwQuQyLCE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLwQuQyLCE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLwQuQyLCE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwQuQyLCE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLwQuQyLCE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwQuQyLCE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLwQuQyLCE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  position: relative !important;
}
.cid-uwPXhCLsrp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwPXhCLsrp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwPXhCLsrp .dropdown-item:hover,
.cid-uwPXhCLsrp .dropdown-item:focus {
  background: #039121 !important;
  color: white !important;
}
.cid-uwPXhCLsrp .dropdown-item:hover span {
  color: white;
}
.cid-uwPXhCLsrp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwPXhCLsrp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwPXhCLsrp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwPXhCLsrp .nav-link {
  position: relative;
}
.cid-uwPXhCLsrp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwPXhCLsrp .container {
    flex-wrap: nowrap;
  }
}
.cid-uwPXhCLsrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown-menu,
.cid-uwPXhCLsrp .navbar.opened {
  background: #007953 !important;
}
.cid-uwPXhCLsrp .nav-item:focus,
.cid-uwPXhCLsrp .nav-link:focus {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwPXhCLsrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwPXhCLsrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwPXhCLsrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwPXhCLsrp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.opened {
  transition: all 0.3s;
}
.cid-uwPXhCLsrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwPXhCLsrp .navbar .navbar-logo img {
  width: auto;
}
.cid-uwPXhCLsrp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar.collapsed {
  justify-content: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwPXhCLsrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwPXhCLsrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwPXhCLsrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwPXhCLsrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwPXhCLsrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwPXhCLsrp .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-uwPXhCLsrp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwPXhCLsrp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwPXhCLsrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwPXhCLsrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwPXhCLsrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwPXhCLsrp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwPXhCLsrp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwPXhCLsrp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwPXhCLsrp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwPXhCLsrp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwPXhCLsrp .dropdown-item.active,
.cid-uwPXhCLsrp .dropdown-item:active {
  background-color: transparent;
}
.cid-uwPXhCLsrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwPXhCLsrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007953;
}
.cid-uwPXhCLsrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwPXhCLsrp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwPXhCLsrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwPXhCLsrp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwPXhCLsrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwPXhCLsrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwPXhCLsrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwPXhCLsrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwPXhCLsrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwPXhCLsrp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwPXhCLsrp .navbar {
    height: 70px;
  }
  .cid-uwPXhCLsrp .navbar.opened {
    height: auto;
  }
  .cid-uwPXhCLsrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9KDgEVcsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9KDgEVcsP .mbr-section-subtitle {
  text-align: center;
}
.cid-u9KDgFaBTf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u9KDgFaBTf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9KDgFaBTf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u9KDgFaBTf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9KDgFaBTf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u9KDgFaBTf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u9KDgFaBTf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u9KDgFaBTf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9KDgFaBTf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u9KDgFaBTf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9KDgFaBTf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9KDgFaBTf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9KDgFaBTf .media-container-row .row-copirayt p {
  width: 100%;
}
