.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Bebas Neue', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #0b3e03 !important;
}
.bg-warning {
  background-color: #472897 !important;
}
.bg-danger {
  background-color: #7966ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #157814 !important;
  border-color: #157814 !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: #082e08 !important;
  border-color: #082e08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #082e08 !important;
  border-color: #082e08 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b3e03 !important;
  border-color: #0b3e03 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #472897 !important;
  border-color: #472897 !important;
  color: #ffffff !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: #271652 !important;
  border-color: #271652 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #271652 !important;
  border-color: #271652 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7966ff !important;
  border-color: #7966ff !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: #2d0fff !important;
  border-color: #2d0fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d0fff !important;
  border-color: #2d0fff !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #157814;
  color: #157814;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #082e08 !important;
  background-color: transparent!important;
  border-color: #082e08 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #157814 !important;
  border-color: #157814 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0b3e03;
  color: #0b3e03;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b3e03 !important;
  border-color: #0b3e03 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #472897;
  color: #472897;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #271652 !important;
  background-color: transparent!important;
  border-color: #271652 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #472897 !important;
  border-color: #472897 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7966ff;
  color: #7966ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2d0fff !important;
  background-color: transparent!important;
  border-color: #2d0fff !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7966ff !important;
  border-color: #7966ff !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: #6592e6 !important;
}
.text-secondary {
  color: #157814 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #0b3e03 !important;
}
.text-warning {
  color: #472897 !important;
}
.text-danger {
  color: #7966ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #062105 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #211346 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2000ff !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b3e03;
}
.alert-warning {
  background-color: #472897;
}
.alert-danger {
  background-color: #7966ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4cf531;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #8768d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #157814 !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='%236592e6' %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-sLEew1iioc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLEew1iioc nav.navbar {
  position: fixed;
}
.cid-sLEew1iioc .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-sLEew1iioc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLEew1iioc .dropdown-item:hover,
.cid-sLEew1iioc .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLEew1iioc .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLEew1iioc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLEew1iioc .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLEew1iioc .container {
  display: flex;
  margin: auto;
}
.cid-sLEew1iioc .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLEew1iioc .dropdown-menu,
.cid-sLEew1iioc .navbar.opened {
  background: #ffffff !important;
}
.cid-sLEew1iioc .nav-item:focus,
.cid-sLEew1iioc .nav-link:focus {
  outline: none;
}
.cid-sLEew1iioc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLEew1iioc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLEew1iioc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLEew1iioc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLEew1iioc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLEew1iioc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLEew1iioc .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: #ffffff;
}
.cid-sLEew1iioc .navbar.opened {
  transition: all 0.3s;
}
.cid-sLEew1iioc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLEew1iioc .navbar .navbar-logo img {
  width: auto;
}
.cid-sLEew1iioc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLEew1iioc .navbar.collapsed {
  justify-content: center;
}
.cid-sLEew1iioc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLEew1iioc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLEew1iioc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLEew1iioc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLEew1iioc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLEew1iioc .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-sLEew1iioc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLEew1iioc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLEew1iioc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLEew1iioc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLEew1iioc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLEew1iioc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLEew1iioc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLEew1iioc .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-sLEew1iioc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLEew1iioc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLEew1iioc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLEew1iioc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLEew1iioc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLEew1iioc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLEew1iioc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLEew1iioc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLEew1iioc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLEew1iioc .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLEew1iioc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLEew1iioc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLEew1iioc .dropdown-item.active,
.cid-sLEew1iioc .dropdown-item:active {
  background-color: transparent;
}
.cid-sLEew1iioc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLEew1iioc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLEew1iioc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLEew1iioc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLEew1iioc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLEew1iioc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLEew1iioc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLEew1iioc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLEew1iioc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLEew1iioc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLEew1iioc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLEew1iioc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLEew1iioc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLEew1iioc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLEew1iioc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLEew1iioc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLEew1iioc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLEew1iioc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLEew1iioc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLEew1iioc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLEew1iioc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLEew1iioc .navbar {
    height: 70px;
  }
  .cid-sLEew1iioc .navbar.opened {
    height: auto;
  }
  .cid-sLEew1iioc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLEew1iioc .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLEew1iioc .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLEew1iioc a {
  display: inline;
  font-weight: bold;
}
.cid-sLEew1iioc img {
  display: inline;
  padding-right: 10px;
}
.cid-sLEew1iioc .dropdown-toggle:after {
  display: none;
}
.cid-sLEew1iioc .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLEew1iioc .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLEew1iioc .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLEew1iioc .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLEew1iioc .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLEew1iioc .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLEew1iioc .btn {
  display: inline !important;
}
.cid-sLEew1iioc .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLEew1iioc .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLEew1iioc .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLEew1iioc .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLEew1iioc .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLEeE0CsdC {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1950x1300.jpg");
}
.cid-sLEn4m3gG3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sLEn4m3gG3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sLEn4m3gG3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLEn4m3gG3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sLEn4m3gG3 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sLEn4m3gG3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLEn4m3gG3 .mbr-text,
.cid-sLEn4m3gG3 .mbr-section-btn {
  text-align: left;
}
.cid-sLEti9FLZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sLEti9FLZ1 p {
  color: #767676;
}
.cid-sLEti9FLZ1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sLEti9FLZ1 .row-element,
.cid-sLEti9FLZ1 .image-element {
  padding: 0;
}
.cid-sLEti9FLZ1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLEti9FLZ1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sLEti9FLZ1 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sLEti9FLZ1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #157814);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sLEti9FLZ1 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sLEti9FLZ1 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sLEti9FLZ1 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sLEti9FLZ1 .underline .line {
    height: 2px;
  }
  .cid-sLEti9FLZ1 .mbr-title,
  .cid-sLEti9FLZ1 .underline,
  .cid-sLEti9FLZ1 .mbr-text,
  .cid-sLEti9FLZ1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sLEtj1JkyT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLEtj1JkyT p {
  color: #767676;
}
.cid-sLEtj1JkyT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sLEtj1JkyT .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sLEtj1JkyT .row-element,
.cid-sLEtj1JkyT .image-element {
  padding: 0;
}
.cid-sLEtj1JkyT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLEtj1JkyT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sLEtj1JkyT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sLEtj1JkyT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #157814);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sLEtj1JkyT .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sLEtj1JkyT .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sLEtj1JkyT .text-content {
    padding: 2rem 1rem;
  }
  .cid-sLEtj1JkyT .underline .line {
    height: 2px;
  }
  .cid-sLEtj1JkyT .mbr-title,
  .cid-sLEtj1JkyT .underline,
  .cid-sLEtj1JkyT .mbr-text,
  .cid-sLEtj1JkyT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sLI6KLsim4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sLI6KLsim4 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sLI6KLsim4 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLI6KLsim4 .img1 {
  background: #ffe161;
}
.cid-sLI6KLsim4 .img2 {
  background: #6592e6;
}
.cid-sLI6KLsim4 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sLI6KLsim4 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sLI6KLsim4 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sLI6KLsim4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLI6KLsim4 .card-wrapper {
    flex-direction: column;
  }
  .cid-sLI6KLsim4 .card-box {
    padding: 1rem;
  }
  .cid-sLI6KLsim4 .card-box,
  .cid-sLI6KLsim4 .img-wrapper {
    width: 100%;
  }
  .cid-sLI6KLsim4 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sLI6KLsim4 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sLI6KLsim4 .card-subtitle {
  color: #0077ff;
}
.cid-sLI6KLsim4 .mbr-text,
.cid-sLI6KLsim4 .link-wrap {
  color: #555555;
}
.cid-sLExuoIlOx {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fff0b0;
}
.cid-sLExuoIlOx .content-inner .left-content {
  display: block;
}
.cid-sLExuoIlOx .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sLExuoIlOx .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sLExuoIlOx .content-inner .right-content {
  display: block;
}
.cid-sLExuoIlOx .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sLExuoIlOx .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sLExuoIlOx .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sLExuoIlOx .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sLExuoIlOx .content-inner {
    justify-content: center !important;
  }
  .cid-sLExuoIlOx * {
    text-align: center;
  }
}
.cid-sLExuoIlOx .content-inner .left-content .mbr-section-title,
.cid-sLExuoIlOx .mbr-section-btn {
  color: #353535;
}
.cid-sLExuoIlOx .content-inner .left-content .mbr-text,
.cid-sLExuoIlOx .mbr-section-btn {
  color: #000000;
}
.cid-sLExuoIlOx .content-inner .right-content .mbr-text,
.cid-sLExuoIlOx .mbr-section-btn {
  color: #0e4107;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLIgW98ev0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLIgW98ev0 nav.navbar {
  position: fixed;
}
.cid-sLIgW98ev0 .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-sLIgW98ev0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLIgW98ev0 .dropdown-item:hover,
.cid-sLIgW98ev0 .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLIgW98ev0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLIgW98ev0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLIgW98ev0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLIgW98ev0 .container {
  display: flex;
  margin: auto;
}
.cid-sLIgW98ev0 .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLIgW98ev0 .dropdown-menu,
.cid-sLIgW98ev0 .navbar.opened {
  background: #ffffff !important;
}
.cid-sLIgW98ev0 .nav-item:focus,
.cid-sLIgW98ev0 .nav-link:focus {
  outline: none;
}
.cid-sLIgW98ev0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLIgW98ev0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLIgW98ev0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLIgW98ev0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLIgW98ev0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLIgW98ev0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLIgW98ev0 .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: #ffffff;
}
.cid-sLIgW98ev0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sLIgW98ev0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLIgW98ev0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sLIgW98ev0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLIgW98ev0 .navbar.collapsed {
  justify-content: center;
}
.cid-sLIgW98ev0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLIgW98ev0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLIgW98ev0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLIgW98ev0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLIgW98ev0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLIgW98ev0 .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-sLIgW98ev0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLIgW98ev0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLIgW98ev0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLIgW98ev0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLIgW98ev0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLIgW98ev0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLIgW98ev0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLIgW98ev0 .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-sLIgW98ev0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLIgW98ev0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLIgW98ev0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLIgW98ev0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLIgW98ev0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLIgW98ev0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLIgW98ev0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLIgW98ev0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLIgW98ev0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLIgW98ev0 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLIgW98ev0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLIgW98ev0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLIgW98ev0 .dropdown-item.active,
.cid-sLIgW98ev0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sLIgW98ev0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLIgW98ev0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLIgW98ev0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLIgW98ev0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLIgW98ev0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLIgW98ev0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLIgW98ev0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLIgW98ev0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLIgW98ev0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLIgW98ev0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLIgW98ev0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLIgW98ev0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLIgW98ev0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLIgW98ev0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLIgW98ev0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLIgW98ev0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLIgW98ev0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLIgW98ev0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLIgW98ev0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLIgW98ev0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLIgW98ev0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLIgW98ev0 .navbar {
    height: 70px;
  }
  .cid-sLIgW98ev0 .navbar.opened {
    height: auto;
  }
  .cid-sLIgW98ev0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLIgW98ev0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLIgW98ev0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLIgW98ev0 a {
  display: inline;
  font-weight: bold;
}
.cid-sLIgW98ev0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sLIgW98ev0 .dropdown-toggle:after {
  display: none;
}
.cid-sLIgW98ev0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLIgW98ev0 .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLIgW98ev0 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLIgW98ev0 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLIgW98ev0 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLIgW98ev0 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLIgW98ev0 .btn {
  display: inline !important;
}
.cid-sLIgW98ev0 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLIgW98ev0 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLIgW98ev0 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLIgW98ev0 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLIgW98ev0 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLIgWb6k0A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sLIgWb6k0A .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sLIgWb6k0A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLIgWb6k0A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sLIgWb6k0A .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sLIgWb6k0A .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLIgWb6k0A .mbr-text,
.cid-sLIgWb6k0A .mbr-section-btn {
  text-align: left;
}
.cid-sLIgWc83zE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sLIgWc83zE p {
  color: #767676;
}
.cid-sLIgWc83zE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sLIgWc83zE .row-element,
.cid-sLIgWc83zE .image-element {
  padding: 0;
}
.cid-sLIgWc83zE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLIgWc83zE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sLIgWc83zE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sLIgWc83zE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #157814);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sLIgWc83zE .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sLIgWc83zE .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sLIgWc83zE .text-content {
    padding: 2rem 1rem;
  }
  .cid-sLIgWc83zE .underline .line {
    height: 2px;
  }
  .cid-sLIgWc83zE .mbr-title,
  .cid-sLIgWc83zE .underline,
  .cid-sLIgWc83zE .mbr-text,
  .cid-sLIgWc83zE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sLIgWd2fet {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLIgWd2fet p {
  color: #767676;
}
.cid-sLIgWd2fet .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sLIgWd2fet .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sLIgWd2fet .row-element,
.cid-sLIgWd2fet .image-element {
  padding: 0;
}
.cid-sLIgWd2fet .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLIgWd2fet .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sLIgWd2fet .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sLIgWd2fet .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #157814);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sLIgWd2fet .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sLIgWd2fet .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sLIgWd2fet .text-content {
    padding: 2rem 1rem;
  }
  .cid-sLIgWd2fet .underline .line {
    height: 2px;
  }
  .cid-sLIgWd2fet .mbr-title,
  .cid-sLIgWd2fet .underline,
  .cid-sLIgWd2fet .mbr-text,
  .cid-sLIgWd2fet .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sLIgWdKuiu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sLIgWdKuiu .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sLIgWdKuiu .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLIgWdKuiu .img1 {
  background: #ffe161;
}
.cid-sLIgWdKuiu .img2 {
  background: #6592e6;
}
.cid-sLIgWdKuiu .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sLIgWdKuiu .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sLIgWdKuiu .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sLIgWdKuiu .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLIgWdKuiu .card-wrapper {
    flex-direction: column;
  }
  .cid-sLIgWdKuiu .card-box {
    padding: 1rem;
  }
  .cid-sLIgWdKuiu .card-box,
  .cid-sLIgWdKuiu .img-wrapper {
    width: 100%;
  }
  .cid-sLIgWdKuiu .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sLIgWdKuiu .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sLIgWdKuiu .card-subtitle {
  color: #0077ff;
}
.cid-sLIgWdKuiu .mbr-text,
.cid-sLIgWdKuiu .link-wrap {
  color: #555555;
}
.cid-sLIhzLyxLf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eae8e4;
}
.cid-sLIhzLyxLf .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sLIhzLyxLf .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #6592e6;
}
.cid-sLIhzLyxLf .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #7966ff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sLIhzLyxLf .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sLIhzLyxLf .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sLIhzLyxLf .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sLIhzLyxLf .main_title {
  margin-bottom: 2.5rem;
}
.cid-sLIhzLyxLf .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sLIhzLyxLf .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sLIhzLyxLf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sLIhzLyxLf .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sLIhzLyxLf .row {
    flex-direction: column-reverse;
  }
  .cid-sLIhzLyxLf .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sLIhzLyxLf .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sLIhzLyxLf .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sLIhzLyxLf .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sLIhzLyxLf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sLIhzLyxLf .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sLIhzLyxLf .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sLIhzLyxLf .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sLIhzLyxLf .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sLIhzLyxLf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sLIhzLyxLf .card:hover .square_fill {
    transform: none;
  }
  .cid-sLIhzLyxLf .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sLIhzLyxLf .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sLIhzLyxLf .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sLIhzLyxLf .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sLIhJK2nKI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sLIhJK2nKI .card-box {
  padding: 0rem;
}
.cid-sLIhJK2nKI .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sLIhJK2nKI .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sLIhJK2nKI .big h4 {
  margin: 0;
}
.cid-sLIhJK2nKI .card {
  padding: 0;
  min-height: 300px;
}
.cid-sLIhJK2nKI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLIhJK2nKI .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-sLIhJK2nKI .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sLIhJK2nKI .card-wrapper {
    padding: 4rem;
  }
}
.cid-sLIhJK2nKI .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sLIhJK2nKI .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sLIhJK2nKI .main-title {
  color: #ffffff;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLIXOIMe3B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLIXOIMe3B nav.navbar {
  position: fixed;
}
.cid-sLIXOIMe3B .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-sLIXOIMe3B .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLIXOIMe3B .dropdown-item:hover,
.cid-sLIXOIMe3B .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLIXOIMe3B .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLIXOIMe3B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLIXOIMe3B .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLIXOIMe3B .container {
  display: flex;
  margin: auto;
}
.cid-sLIXOIMe3B .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLIXOIMe3B .dropdown-menu,
.cid-sLIXOIMe3B .navbar.opened {
  background: #ffffff !important;
}
.cid-sLIXOIMe3B .nav-item:focus,
.cid-sLIXOIMe3B .nav-link:focus {
  outline: none;
}
.cid-sLIXOIMe3B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLIXOIMe3B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLIXOIMe3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLIXOIMe3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLIXOIMe3B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLIXOIMe3B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLIXOIMe3B .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: #ffffff;
}
.cid-sLIXOIMe3B .navbar.opened {
  transition: all 0.3s;
}
.cid-sLIXOIMe3B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLIXOIMe3B .navbar .navbar-logo img {
  width: auto;
}
.cid-sLIXOIMe3B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLIXOIMe3B .navbar.collapsed {
  justify-content: center;
}
.cid-sLIXOIMe3B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLIXOIMe3B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLIXOIMe3B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLIXOIMe3B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLIXOIMe3B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLIXOIMe3B .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-sLIXOIMe3B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLIXOIMe3B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLIXOIMe3B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLIXOIMe3B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLIXOIMe3B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLIXOIMe3B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLIXOIMe3B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLIXOIMe3B .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-sLIXOIMe3B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLIXOIMe3B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLIXOIMe3B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLIXOIMe3B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLIXOIMe3B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLIXOIMe3B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLIXOIMe3B .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLIXOIMe3B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLIXOIMe3B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLIXOIMe3B .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLIXOIMe3B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLIXOIMe3B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLIXOIMe3B .dropdown-item.active,
.cid-sLIXOIMe3B .dropdown-item:active {
  background-color: transparent;
}
.cid-sLIXOIMe3B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLIXOIMe3B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLIXOIMe3B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLIXOIMe3B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLIXOIMe3B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLIXOIMe3B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLIXOIMe3B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLIXOIMe3B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLIXOIMe3B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLIXOIMe3B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLIXOIMe3B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLIXOIMe3B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLIXOIMe3B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLIXOIMe3B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLIXOIMe3B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLIXOIMe3B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLIXOIMe3B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLIXOIMe3B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLIXOIMe3B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLIXOIMe3B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLIXOIMe3B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLIXOIMe3B .navbar {
    height: 70px;
  }
  .cid-sLIXOIMe3B .navbar.opened {
    height: auto;
  }
  .cid-sLIXOIMe3B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLIXOIMe3B .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLIXOIMe3B .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLIXOIMe3B a {
  display: inline;
  font-weight: bold;
}
.cid-sLIXOIMe3B img {
  display: inline;
  padding-right: 10px;
}
.cid-sLIXOIMe3B .dropdown-toggle:after {
  display: none;
}
.cid-sLIXOIMe3B .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLIXOIMe3B .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLIXOIMe3B .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLIXOIMe3B .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLIXOIMe3B .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLIXOIMe3B .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLIXOIMe3B .btn {
  display: inline !important;
}
.cid-sLIXOIMe3B .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLIXOIMe3B .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLIXOIMe3B .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLIXOIMe3B .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLIXOIMe3B .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLIYevIbhu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-sLIYevIbhu .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLIYevIbhu .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-sLIYevIbhu .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sLIYevIbhu .svg-top {
    width: 1000px;
  }
}
.cid-sLIYevIbhu .card-header {
  border-bottom: 2px solid #6592e6;
  margin-bottom: 0px!important;
}
.cid-sLIYevIbhu .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sLIYevIbhu span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sLIYevIbhu .collapsed span {
  transform: rotate(0deg);
}
.cid-sLIYevIbhu .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sLIYevIbhu .panel-group {
  width: 100%;
}
.cid-sLIYevIbhu .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sLIYevIbhu .card {
  border-radius: 0px;
}
.cid-sLIYevIbhu .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sLIYevIbhu .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sLIYevIbhu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLIYevIbhu .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sLIYevIbhu .panel-text {
  color: #0e4107;
}
.cid-sLIYevIbhu .header-text,
.cid-sLIYevIbhu .sign {
  color: #263d5a;
}
.cid-sLIYevIbhu .mbr-section-title {
  color: #0e4107;
}
.cid-sLIYevIbhu .header-text,
.cid-sLIYevIbhu .sign,
.cid-sLIYevIbhu .card-header {
  color: #000000;
}
.cid-sLIYevIbhu .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sLJ0bdF1rg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sLJ0bdF1rg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sLJ0bdF1rg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sLJ0bdF1rg .panel-group {
  border: none;
}
.cid-sLJ0bdF1rg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sLJ0bdF1rg .panel-body,
.cid-sLJ0bdF1rg .card-header {
  padding: 1rem 0;
}
.cid-sLJ0bdF1rg .panel-title-edit {
  color: #1d2c35;
}
.cid-sLJ0bdF1rg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sLJ0bdF1rg H3 {
  color: #0e4107;
}
.cid-sLJ2jlVM81 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b2026;
}
.cid-sLJ2jlVM81 .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-sLJ2jlVM81 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sLIXOKvFgG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sLIXOKvFgG .pile1,
.cid-sLIXOKvFgG .pile2 {
  padding-bottom: 60px;
}
.cid-sLIXOKvFgG .pile1,
.cid-sLIXOKvFgG .pile3 {
  padding-right: 60px;
}
.cid-sLIXOKvFgG .pile2,
.cid-sLIXOKvFgG .pile4 {
  padding-right: 50px;
}
.cid-sLIXOKvFgG .text {
  display: flex;
  flex-direction: row;
}
.cid-sLIXOKvFgG .card-title {
  margin-bottom: 14px;
}
.cid-sLIXOKvFgG .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sLIXOKvFgG a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sLIXOKvFgG rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sLIXOKvFgG .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sLIXOKvFgG svg {
  margin-left: 15px;
}
.cid-sLIXOKvFgG path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sLIXOKvFgG .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sLIXOKvFgG .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sLIXOKvFgG .link a {
  background-image: none !important;
}
.cid-sLIXOKvFgG img {
  max-width: 140px;
  height: auto;
}
.cid-sLIXOKvFgG .card-text,
.cid-sLIXOKvFgG .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sLIXOKvFgG .dir {
    flex-direction: column;
  }
  .cid-sLIXOKvFgG .top {
    padding-top: 60px;
  }
  .cid-sLIXOKvFgG .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sLIXOKvFgG .top1 {
    padding-top: 60px;
  }
  .cid-sLIXOKvFgG .pile {
    padding-right: 0;
  }
  .cid-sLIXOKvFgG .card-title {
    text-align: center;
  }
  .cid-sLIXOKvFgG .card-text {
    text-align: center;
  }
  .cid-sLIXOKvFgG .iconfont-wrapper {
    text-align: center;
  }
  .cid-sLIXOKvFgG img {
    display: inline;
  }
  .cid-sLIXOKvFgG .link {
    text-align: center;
  }
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLJ3gScn22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLJ3gScn22 nav.navbar {
  position: fixed;
}
.cid-sLJ3gScn22 .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-sLJ3gScn22 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLJ3gScn22 .dropdown-item:hover,
.cid-sLJ3gScn22 .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLJ3gScn22 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLJ3gScn22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLJ3gScn22 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLJ3gScn22 .container {
  display: flex;
  margin: auto;
}
.cid-sLJ3gScn22 .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLJ3gScn22 .dropdown-menu,
.cid-sLJ3gScn22 .navbar.opened {
  background: #ffffff !important;
}
.cid-sLJ3gScn22 .nav-item:focus,
.cid-sLJ3gScn22 .nav-link:focus {
  outline: none;
}
.cid-sLJ3gScn22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLJ3gScn22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLJ3gScn22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLJ3gScn22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLJ3gScn22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLJ3gScn22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLJ3gScn22 .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: #ffffff;
}
.cid-sLJ3gScn22 .navbar.opened {
  transition: all 0.3s;
}
.cid-sLJ3gScn22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLJ3gScn22 .navbar .navbar-logo img {
  width: auto;
}
.cid-sLJ3gScn22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLJ3gScn22 .navbar.collapsed {
  justify-content: center;
}
.cid-sLJ3gScn22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLJ3gScn22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLJ3gScn22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLJ3gScn22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLJ3gScn22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLJ3gScn22 .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-sLJ3gScn22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLJ3gScn22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLJ3gScn22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLJ3gScn22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLJ3gScn22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLJ3gScn22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLJ3gScn22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLJ3gScn22 .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-sLJ3gScn22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLJ3gScn22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLJ3gScn22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLJ3gScn22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLJ3gScn22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLJ3gScn22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLJ3gScn22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLJ3gScn22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLJ3gScn22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLJ3gScn22 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLJ3gScn22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLJ3gScn22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLJ3gScn22 .dropdown-item.active,
.cid-sLJ3gScn22 .dropdown-item:active {
  background-color: transparent;
}
.cid-sLJ3gScn22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLJ3gScn22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLJ3gScn22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLJ3gScn22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLJ3gScn22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLJ3gScn22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLJ3gScn22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLJ3gScn22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLJ3gScn22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLJ3gScn22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLJ3gScn22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLJ3gScn22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJ3gScn22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJ3gScn22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLJ3gScn22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJ3gScn22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLJ3gScn22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLJ3gScn22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJ3gScn22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLJ3gScn22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLJ3gScn22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLJ3gScn22 .navbar {
    height: 70px;
  }
  .cid-sLJ3gScn22 .navbar.opened {
    height: auto;
  }
  .cid-sLJ3gScn22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLJ3gScn22 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLJ3gScn22 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLJ3gScn22 a {
  display: inline;
  font-weight: bold;
}
.cid-sLJ3gScn22 img {
  display: inline;
  padding-right: 10px;
}
.cid-sLJ3gScn22 .dropdown-toggle:after {
  display: none;
}
.cid-sLJ3gScn22 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLJ3gScn22 .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLJ3gScn22 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLJ3gScn22 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLJ3gScn22 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLJ3gScn22 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLJ3gScn22 .btn {
  display: inline !important;
}
.cid-sLJ3gScn22 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLJ3gScn22 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLJ3gScn22 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLJ3gScn22 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLJ3gScn22 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLJ3FMBPE3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLJ3FMBPE3 .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.cid-sLJ3FMBPE3 .mbr-section-subtitle {
  color: #0e4107;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sLJ3FMBPE3 .row {
  align-items: center;
  height: 100%;
}
.cid-sLJ4c7E935 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fcf5e6;
}
.cid-sLJ4c7E935 .geometry {
  position: absolute;
}
.cid-sLJ4c7E935 .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-sLJ4c7E935 .geometry_left {
  left: -70px;
}
.cid-sLJ4c7E935 .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-sLJ4c7E935 .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #157814;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-sLJ4c7E935 .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-sLJ4c7E935 blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-sLJ4c7E935 blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-sLJ4c7E935 blockquote {
    padding: 2rem 1rem;
  }
  .cid-sLJ4c7E935 .geometry {
    position: absolute;
  }
  .cid-sLJ4c7E935 .geometry__square,
  .cid-sLJ4c7E935 .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-sLJ4c7E935 .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-sLJ4c7E935 blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-sLJ4c7E935 .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-sLJ4c7E935 .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-sLJ4c7E935 blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sLJ4c7E935 .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-sLJ4c7E935 blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-sLJ4fHOALA {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sLJ4fHOALA .container {
  max-width: 1000px;
}
.cid-sLJ4fHOALA .mbr-text {
  color: #696969;
}
.cid-sLJ4fHOALA .mbr-section-subtitle {
  color: #0e4107;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLJ63jRUfs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLJ63jRUfs nav.navbar {
  position: fixed;
}
.cid-sLJ63jRUfs .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-sLJ63jRUfs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLJ63jRUfs .dropdown-item:hover,
.cid-sLJ63jRUfs .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLJ63jRUfs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLJ63jRUfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLJ63jRUfs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLJ63jRUfs .container {
  display: flex;
  margin: auto;
}
.cid-sLJ63jRUfs .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLJ63jRUfs .dropdown-menu,
.cid-sLJ63jRUfs .navbar.opened {
  background: #ffffff !important;
}
.cid-sLJ63jRUfs .nav-item:focus,
.cid-sLJ63jRUfs .nav-link:focus {
  outline: none;
}
.cid-sLJ63jRUfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLJ63jRUfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLJ63jRUfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLJ63jRUfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLJ63jRUfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLJ63jRUfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLJ63jRUfs .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: #ffffff;
}
.cid-sLJ63jRUfs .navbar.opened {
  transition: all 0.3s;
}
.cid-sLJ63jRUfs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLJ63jRUfs .navbar .navbar-logo img {
  width: auto;
}
.cid-sLJ63jRUfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLJ63jRUfs .navbar.collapsed {
  justify-content: center;
}
.cid-sLJ63jRUfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLJ63jRUfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLJ63jRUfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLJ63jRUfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLJ63jRUfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLJ63jRUfs .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-sLJ63jRUfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLJ63jRUfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLJ63jRUfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLJ63jRUfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLJ63jRUfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLJ63jRUfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLJ63jRUfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLJ63jRUfs .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-sLJ63jRUfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLJ63jRUfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLJ63jRUfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLJ63jRUfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLJ63jRUfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLJ63jRUfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLJ63jRUfs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLJ63jRUfs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLJ63jRUfs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLJ63jRUfs .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLJ63jRUfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLJ63jRUfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLJ63jRUfs .dropdown-item.active,
.cid-sLJ63jRUfs .dropdown-item:active {
  background-color: transparent;
}
.cid-sLJ63jRUfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLJ63jRUfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLJ63jRUfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLJ63jRUfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLJ63jRUfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLJ63jRUfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLJ63jRUfs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLJ63jRUfs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLJ63jRUfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLJ63jRUfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLJ63jRUfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLJ63jRUfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJ63jRUfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJ63jRUfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLJ63jRUfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJ63jRUfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLJ63jRUfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLJ63jRUfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJ63jRUfs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLJ63jRUfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLJ63jRUfs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLJ63jRUfs .navbar {
    height: 70px;
  }
  .cid-sLJ63jRUfs .navbar.opened {
    height: auto;
  }
  .cid-sLJ63jRUfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLJ63jRUfs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLJ63jRUfs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLJ63jRUfs a {
  display: inline;
  font-weight: bold;
}
.cid-sLJ63jRUfs img {
  display: inline;
  padding-right: 10px;
}
.cid-sLJ63jRUfs .dropdown-toggle:after {
  display: none;
}
.cid-sLJ63jRUfs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLJ63jRUfs .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLJ63jRUfs .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLJ63jRUfs .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLJ63jRUfs .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLJ63jRUfs .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLJ63jRUfs .btn {
  display: inline !important;
}
.cid-sLJ63jRUfs .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLJ63jRUfs .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLJ63jRUfs .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLJ63jRUfs .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLJ63jRUfs .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLJ7WUPqWC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #b2ffb1;
}
.cid-sLJ7WUPqWC .mbr-section-subtitle {
  color: #0e4107;
  font-weight: 700;
}
.cid-sLJ7WUPqWC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sLJ7WUPqWC H3 {
  color: #232323;
}
.cid-sLJ7WUPqWC .mbr-text,
.cid-sLJ7WUPqWC .mbr-section-btn {
  color: #232323;
}
.cid-sLJ6ygccwt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-1950x1300.jpg");
}
.cid-sLJ6ygccwt .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sLJ6ygccwt .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-sLJ6ygccwt .second-card-title {
  text-align: center;
  color: #232323;
}
.cid-sLJ6ygccwt .second-card-subtitle {
  text-align: center;
}
.cid-sLJ6ygccwt .second-card {
  background-color: #d4e7eb;
}
.cid-sLJ6ygccwt .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sLJ6ygccwt [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sLJ6ygccwt .second-card-subtitle,
.cid-sLJ6ygccwt .second-btn {
  text-align: center;
}
.cid-sLJ6ygccwt .card {
  border-radius: 0 !important;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLI8uPRAMv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLI8uPRAMv nav.navbar {
  position: fixed;
}
.cid-sLI8uPRAMv .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-sLI8uPRAMv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLI8uPRAMv .dropdown-item:hover,
.cid-sLI8uPRAMv .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLI8uPRAMv .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLI8uPRAMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLI8uPRAMv .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLI8uPRAMv .container {
  display: flex;
  margin: auto;
}
.cid-sLI8uPRAMv .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLI8uPRAMv .dropdown-menu,
.cid-sLI8uPRAMv .navbar.opened {
  background: #ffffff !important;
}
.cid-sLI8uPRAMv .nav-item:focus,
.cid-sLI8uPRAMv .nav-link:focus {
  outline: none;
}
.cid-sLI8uPRAMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLI8uPRAMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLI8uPRAMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLI8uPRAMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLI8uPRAMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLI8uPRAMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLI8uPRAMv .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: #ffffff;
}
.cid-sLI8uPRAMv .navbar.opened {
  transition: all 0.3s;
}
.cid-sLI8uPRAMv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLI8uPRAMv .navbar .navbar-logo img {
  width: auto;
}
.cid-sLI8uPRAMv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLI8uPRAMv .navbar.collapsed {
  justify-content: center;
}
.cid-sLI8uPRAMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLI8uPRAMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLI8uPRAMv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLI8uPRAMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLI8uPRAMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLI8uPRAMv .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-sLI8uPRAMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLI8uPRAMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLI8uPRAMv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLI8uPRAMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLI8uPRAMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLI8uPRAMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLI8uPRAMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLI8uPRAMv .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-sLI8uPRAMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLI8uPRAMv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLI8uPRAMv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLI8uPRAMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLI8uPRAMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLI8uPRAMv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLI8uPRAMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLI8uPRAMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLI8uPRAMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLI8uPRAMv .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLI8uPRAMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLI8uPRAMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLI8uPRAMv .dropdown-item.active,
.cid-sLI8uPRAMv .dropdown-item:active {
  background-color: transparent;
}
.cid-sLI8uPRAMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLI8uPRAMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLI8uPRAMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLI8uPRAMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLI8uPRAMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLI8uPRAMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLI8uPRAMv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLI8uPRAMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLI8uPRAMv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLI8uPRAMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLI8uPRAMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLI8uPRAMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLI8uPRAMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLI8uPRAMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLI8uPRAMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLI8uPRAMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLI8uPRAMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLI8uPRAMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLI8uPRAMv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLI8uPRAMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLI8uPRAMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLI8uPRAMv .navbar {
    height: 70px;
  }
  .cid-sLI8uPRAMv .navbar.opened {
    height: auto;
  }
  .cid-sLI8uPRAMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLI8uPRAMv .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLI8uPRAMv .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLI8uPRAMv a {
  display: inline;
  font-weight: bold;
}
.cid-sLI8uPRAMv img {
  display: inline;
  padding-right: 10px;
}
.cid-sLI8uPRAMv .dropdown-toggle:after {
  display: none;
}
.cid-sLI8uPRAMv .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLI8uPRAMv .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLI8uPRAMv .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLI8uPRAMv .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLI8uPRAMv .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLI8uPRAMv .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLI8uPRAMv .btn {
  display: inline !important;
}
.cid-sLI8uPRAMv .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLI8uPRAMv .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLI8uPRAMv .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLI8uPRAMv .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLI8uPRAMv .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sLId5yhwzr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLId5yhwzr H1 {
  color: #000000;
}
.cid-sLId5yhwzr .mbr-text,
.cid-sLId5yhwzr .mbr-section-btn {
  color: #000000;
}
.cid-sLId5yhwzr .mbr-subtitle {
  color: #000000;
}
.cid-sLId5yhwzr .mbr-text {
  margin-top: 1.5rem;
}
.cid-sLId5yhwzr .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sLI9Lck5fL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #c7e9fa;
}
.cid-sLI9Lck5fL .mbr-text {
  color: #232323;
}
.cid-sLI9Lck5fL .mbr-section-title {
  color: #000000;
}
.cid-sLIa8UFzdH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fddbdb;
}
.cid-sLIa8UFzdH .mbr-text {
  color: #232323;
}
.cid-sLIa8UFzdH .mbr-section-title {
  color: #000000;
}
.cid-sLIaQVi2PQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #b2ffb1;
}
.cid-sLIaQVi2PQ .mbr-text {
  color: #232323;
}
.cid-sLIaQVi2PQ .mbr-section-title {
  color: #000000;
}
.cid-sLIbqLNg67 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-sLIbqLNg67 .mbr-text {
  color: #232323;
}
.cid-sLIbqLNg67 .mbr-section-title {
  color: #000000;
}
.cid-sP2MuLYs4B {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-sP2MuLYs4B .mbr-text {
  color: #232323;
}
.cid-sP2MuLYs4B .mbr-section-title {
  color: #000000;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
.cid-sLJouddGjT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLJouddGjT nav.navbar {
  position: fixed;
}
.cid-sLJouddGjT .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-sLJouddGjT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLJouddGjT .dropdown-item:hover,
.cid-sLJouddGjT .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-sLJouddGjT .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sLJouddGjT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLJouddGjT .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLJouddGjT .container {
  display: flex;
  margin: auto;
}
.cid-sLJouddGjT .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLJouddGjT .dropdown-menu,
.cid-sLJouddGjT .navbar.opened {
  background: #ffffff !important;
}
.cid-sLJouddGjT .nav-item:focus,
.cid-sLJouddGjT .nav-link:focus {
  outline: none;
}
.cid-sLJouddGjT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLJouddGjT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLJouddGjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLJouddGjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLJouddGjT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLJouddGjT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLJouddGjT .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: #ffffff;
}
.cid-sLJouddGjT .navbar.opened {
  transition: all 0.3s;
}
.cid-sLJouddGjT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLJouddGjT .navbar .navbar-logo img {
  width: auto;
}
.cid-sLJouddGjT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLJouddGjT .navbar.collapsed {
  justify-content: center;
}
.cid-sLJouddGjT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLJouddGjT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLJouddGjT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLJouddGjT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLJouddGjT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLJouddGjT .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-sLJouddGjT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLJouddGjT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLJouddGjT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLJouddGjT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLJouddGjT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLJouddGjT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLJouddGjT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLJouddGjT .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-sLJouddGjT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLJouddGjT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLJouddGjT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLJouddGjT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLJouddGjT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLJouddGjT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLJouddGjT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLJouddGjT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLJouddGjT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLJouddGjT .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLJouddGjT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLJouddGjT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLJouddGjT .dropdown-item.active,
.cid-sLJouddGjT .dropdown-item:active {
  background-color: transparent;
}
.cid-sLJouddGjT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLJouddGjT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLJouddGjT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLJouddGjT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLJouddGjT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLJouddGjT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLJouddGjT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLJouddGjT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLJouddGjT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLJouddGjT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLJouddGjT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLJouddGjT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJouddGjT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLJouddGjT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLJouddGjT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJouddGjT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLJouddGjT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLJouddGjT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLJouddGjT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLJouddGjT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLJouddGjT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLJouddGjT .navbar {
    height: 70px;
  }
  .cid-sLJouddGjT .navbar.opened {
    height: auto;
  }
  .cid-sLJouddGjT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLJouddGjT .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sLJouddGjT .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sLJouddGjT a {
  display: inline;
  font-weight: bold;
}
.cid-sLJouddGjT img {
  display: inline;
  padding-right: 10px;
}
.cid-sLJouddGjT .dropdown-toggle:after {
  display: none;
}
.cid-sLJouddGjT .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLJouddGjT .dropdown-item:hover {
  color: #472897 !important;
}
@media (max-width: 990px) {
  .cid-sLJouddGjT .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLJouddGjT .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sLJouddGjT .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sLJouddGjT .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sLJouddGjT .btn {
  display: inline !important;
}
.cid-sLJouddGjT .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sLJouddGjT .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sLJouddGjT .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLJouddGjT .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sLJouddGjT .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uLnSogaPzu {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-uLnSogaPzu .mbr-section-title,
.cid-uLnSogaPzu .title__address,
.cid-uLnSogaPzu .title__social {
  margin-bottom: 20px;
}
.cid-uLnSogaPzu .info {
  margin-bottom: 20px;
}
.cid-uLnSogaPzu .text__info,
.cid-uLnSogaPzu .work__time,
.cid-uLnSogaPzu .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uLnSogaPzu .info__wrap {
    padding: 0 30px;
  }
}
.cid-uLnSogaPzu .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-uLnSogaPzu .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #f5f7fd !important;
}
.cid-uLnSogaPzu .dragArea .form-control:hover,
.cid-uLnSogaPzu .dragArea .form-control:focus {
  border: none !important;
}
.cid-uLnSogaPzu .dragArea .jq-selectbox li:hover,
.cid-uLnSogaPzu .dragArea .jq-selectbox li.selected {
  background-color: #0b3e03;
  color: #ffffff;
}
.cid-uLnSogaPzu .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #157814 !important;
}
.cid-uLnSogaPzu .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLnSogaPzu .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-uLnSogaPzu .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #157814;
}
.cid-uLnSogaPzu .dragArea textarea {
  height: 160px !important;
}
.cid-uLnSogaPzu .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-uLnSogaPzu .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-uLnSogaPzu .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-uLnSogaPzu .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-uLnSogaPzu .input-group-btn {
  padding: 0 10px;
}
.cid-uLnSogaPzu .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-uLnSogaPzu .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-uLnSogaPzu .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-uLnSogaPzu .form-group,
.cid-uLnSogaPzu .input-group-btn {
  padding: 0;
}
.cid-uLnSogaPzu .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-uLnSogaPzu .divider {
    margin: 40px 15px 45px;
  }
  .cid-uLnSogaPzu .form-group,
  .cid-uLnSogaPzu .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uLnSogaPzu .social,
  .cid-uLnSogaPzu .address,
  .cid-uLnSogaPzu .info__wrap {
    margin-bottom: 30px;
  }
  .cid-uLnSogaPzu .form-group {
    padding: 10px 15px;
  }
  .cid-uLnSogaPzu .input-group-btn {
    padding: 0 15px;
  }
}
.cid-uLnSogaPzu LABEL {
  color: #000000;
}
.cid-uLnSogaPzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnSogaPzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnPKTDoyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0e4107;
}
.cid-uLnPKTDoyV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uLnPKTDoyV svg .st0 {
  fill: #0e4107;
}
@media (max-width: 992px) {
  .cid-uLnPKTDoyV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uLnPKTDoyV .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnPKTDoyV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnPKTDoyV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uLnPKTDoyV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLnPKTDoyV .copyright {
  color: #ffffff;
}
.cid-uLnPKTDoyV .mbr-section-subtitle {
  text-align: left;
}
