.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #0c5b47 !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c5b47;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #0c5b47 !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe161;
}
.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: #1bcc9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', 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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', 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: #ffe161;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fef1e6 !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='%23ffe161' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sxcAXm7ky2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/35-1920x1080.jpg");
}
.cid-sxcAXm7ky2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcAXm7ky2 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sxcAXm7ky2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-sxcAXm7ky2 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sxcAXm7ky2 .sign {
  width: 300px;
  display: inline;
}
.cid-sxcAXm7ky2 .text,
.cid-sxcAXm7ky2 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sxcAXm7ky2 .sign {
    width: 100%;
  }
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: relative !important;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxcFftsIK0 .dropdown-item:hover,
.cid-sxcFftsIK0 .dropdown-item:focus {
  color: #ffe161 !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxcFftsIK0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxcFftsIK0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-sxcFftsIK0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown-menu,
.cid-sxcFftsIK0 .navbar.opened {
  background: #1b745e !important;
}
.cid-sxcFftsIK0 .nav-item:focus,
.cid-sxcFftsIK0 .nav-link:focus {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxcFftsIK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxcFftsIK0 .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: #1b745e;
}
.cid-sxcFftsIK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxcFftsIK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxcFftsIK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar.collapsed {
  justify-content: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxcFftsIK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxcFftsIK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxcFftsIK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxcFftsIK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxcFftsIK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxcFftsIK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxcFftsIK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxcFftsIK0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown-item.active,
.cid-sxcFftsIK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcFftsIK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxcFftsIK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcFftsIK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxcFftsIK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxcFftsIK0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxcFftsIK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxcFftsIK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxcFftsIK0 .navbar {
    height: 70px;
  }
  .cid-sxcFftsIK0 .navbar.opened {
    height: auto;
  }
  .cid-sxcFftsIK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcFftsIK0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxcFftsIK0 a {
  display: inline;
  font-weight: bold;
}
.cid-sxcFftsIK0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sxcFftsIK0 .dropdown-toggle:after {
  display: none;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxcFftsIK0 .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxcFftsIK0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxcB0lqMt9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxcB0lqMt9 .row {
  align-items: center;
  justify-content: center;
}
.cid-sxcB0lqMt9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxcB0lqMt9 .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxcB0lqMt9 .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxcB0lqMt9 .item-img {
  padding-top: 31px;
}
.cid-sxcB0lqMt9 .first {
  position: relative;
}
.cid-sxcB0lqMt9 .second {
  position: absolute;
  top: 15%;
  right: 50%;
}
.cid-sxcB0lqMt9 img {
  width: auto;
}
.cid-sxcB0lqMt9 .first,
.cid-sxcB0lqMt9 .second {
  display: inline-block;
}
.cid-sxcB0lqMt9 .cont {
  display: inline-block;
}
.cid-sxcB0lqMt9 .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sxcB0lqMt9 .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sxcB0lqMt9 .art {
  padding-bottom: 12px;
  text-align: left;
  color: #000000;
}
.cid-sxcB0lqMt9 .text {
  padding-bottom: 20px;
}
.cid-sxcB0lqMt9 .text,
.cid-sxcB0lqMt9 .si {
  text-align: left;
  color: #000000;
}
.cid-sxcB0lqMt9 .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxcB0lqMt9 .third {
    margin-top: 45px;
  }
  .cid-sxcB0lqMt9 .second {
    display: none;
  }
  .cid-sxcB0lqMt9 .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sxcB0lqMt9 img {
    width: 100%;
  }
}
.cid-sxcGqnzcjJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxcGqnzcjJ .item-wrapper {
  width: 100%;
}
.cid-sxcGqnzcjJ .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sxcGqnzcjJ .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-sxcGqnzcjJ .mbr-section-title {
  margin: 0 0 12px;
  color: #000000;
  text-align: left;
}
.cid-sxcGqnzcjJ .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-sxcGqnzcjJ .col-auto {
  display: inline-block;
}
.cid-sxcGqnzcjJ .container-fluid {
  padding: 0;
}
.cid-sxcGqnzcjJ .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcGqnzcjJ .right-side {
  padding: 0;
}
.cid-sxcGqnzcjJ .row {
  flex-direction: row-reverse;
}
.cid-sxcGqnzcjJ .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxcGqnzcjJ .left-side {
    padding: 25px 15px;
  }
}
.cid-sxcB6gIAMm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxcB6gIAMm .row {
  margin-top: -200px;
}
.cid-sxcB6gIAMm .container {
  max-width: 1100px;
}
.cid-sxcB6gIAMm .container-fluid {
  padding: 0;
}
@media (max-width: 960px) {
  .cid-sxcB6gIAMm .container-fluid {
    padding: 0 15px;
  }
  .cid-sxcB6gIAMm .row {
    margin-top: 0px;
  }
}
.cid-sxcB6gIAMm .mbr-section-title {
  text-align: left;
  color: #10634e;
  padding: 10px 30px;
}
.cid-sxcB1OWrJq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxcB1OWrJq .item-wrapper {
  width: 100%;
}
.cid-sxcB1OWrJq .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxcB1OWrJq .row {
  align-items: center;
}
.cid-sxcB1OWrJq .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxcB1OWrJq .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sxcB1OWrJq .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxcB1OWrJq .sign {
  max-width: 250px;
  display: inline;
}
.cid-sxcB1OWrJq .mbr-text,
.cid-sxcB1OWrJq .right-side {
  color: #1b745e;
}
.cid-tL7zOB3Ete {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL7zOB3Ete .item-wrapper {
  width: 100%;
}
.cid-tL7zOB3Ete .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tL7zOB3Ete .row {
  align-items: center;
}
.cid-tL7zOB3Ete .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
.cid-tL7zOB3Ete .row {
  flex-direction: row-reverse;
}
.cid-tL7zOB3Ete .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 990px) {
  .cid-tL7zOB3Ete .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tL7zOB3Ete .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tL7zOB3Ete .sign {
  max-width: 250px;
  display: inline;
}
.cid-tL7zOB3Ete .mbr-text,
.cid-tL7zOB3Ete .right-side {
  color: #1b745e;
}
.cid-tL7zQ2Dol9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL7zQ2Dol9 .item-wrapper {
  width: 100%;
}
.cid-tL7zQ2Dol9 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tL7zQ2Dol9 .row {
  align-items: center;
}
.cid-tL7zQ2Dol9 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tL7zQ2Dol9 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tL7zQ2Dol9 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tL7zQ2Dol9 .sign {
  max-width: 250px;
  display: inline;
}
.cid-tL7zQ2Dol9 .mbr-text,
.cid-tL7zQ2Dol9 .right-side {
  color: #1b745e;
}
.cid-tL7zPi6X45 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL7zPi6X45 .item-wrapper {
  width: 100%;
}
.cid-tL7zPi6X45 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tL7zPi6X45 .row {
  align-items: center;
}
.cid-tL7zPi6X45 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
.cid-tL7zPi6X45 .row {
  flex-direction: row-reverse;
}
.cid-tL7zPi6X45 .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 990px) {
  .cid-tL7zPi6X45 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tL7zPi6X45 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tL7zPi6X45 .sign {
  max-width: 250px;
  display: inline;
}
.cid-tL7zPi6X45 .mbr-text,
.cid-tL7zPi6X45 .right-side {
  color: #1b745e;
}
.cid-sxcB5ZREl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40-1920x1080.jpg");
}
.cid-sxcB5ZREl1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcB5ZREl1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .container {
  min-height: 200px;
}
.cid-sxcLXypOOa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxcLXypOOa .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxcLXypOOa .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcLXypOOa .row {
  align-items: center;
  height: 100%;
}
.cid-sxcLXypOOa .container {
  max-width: 720px;
  margin: auto;
}
.cid-sxGprjNQZH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-sxGprjNQZH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sxGprjNQZH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sxGprjNQZH .card-wrap {
  position: relative;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxGprjNQZH .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-sxGprjNQZH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sxGprjNQZH .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sxGprjNQZH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-sxGprjNQZH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #10634e;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-sxGprjNQZH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sxGprjNQZH .col-lg-3,
.cid-sxGprjNQZH .col-lg-4,
.cid-sxGprjNQZH .col-lg-6 {
  padding: 0;
}
.cid-sxGprjNQZH .image-wrap {
  padding-bottom: 22px;
}
.cid-sxGprjNQZH .card-title,
.cid-sxGprjNQZH .social-row {
  color: #0c5b47;
}
.cid-sxGprjNQZH .mbr-role,
.cid-sxGprjNQZH .social-row {
  color: #338873;
}
.cid-sxGprjNQZH .mbr-role {
  font-style: italic;
}
.cid-sxGprjNQZH .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-sxGprjNQZH .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-sxGprjNQZH .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-sxGprjNQZH .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-sxGprjNQZH .top {
    margin-bottom: 0px;
  }
}
.cid-sxGprjNQZH .card-title {
  font-size: 25px;
}
.cid-tL7C8gekV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/45-1920x1080.jpg");
}
.cid-tL7C8gekV4 .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-tL7C8gekV4 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tL7C8gekV4 .row {
  justify-content: center;
}
.cid-tL7C8gekV4 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-tL7C8gekV4 .mbr-text,
.cid-tL7C8gekV4 .right-side {
  color: #1b745e;
}
.cid-tL7C8gekV4 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tL7C8gekV4 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tL7C8gekV4 .card-wrapper {
    max-width: 420px;
  }
}
.cid-tL7C8gekV4 .desc {
  color: #000000;
}
.cid-tL7BBq7Jsj {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-tL7BBq7Jsj .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7BBq7Jsj .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tL7BBq7Jsj .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: relative !important;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxcFftsIK0 .dropdown-item:hover,
.cid-sxcFftsIK0 .dropdown-item:focus {
  color: #ffe161 !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxcFftsIK0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxcFftsIK0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-sxcFftsIK0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown-menu,
.cid-sxcFftsIK0 .navbar.opened {
  background: #1b745e !important;
}
.cid-sxcFftsIK0 .nav-item:focus,
.cid-sxcFftsIK0 .nav-link:focus {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxcFftsIK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxcFftsIK0 .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: #1b745e;
}
.cid-sxcFftsIK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxcFftsIK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxcFftsIK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar.collapsed {
  justify-content: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxcFftsIK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxcFftsIK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxcFftsIK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxcFftsIK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxcFftsIK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxcFftsIK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxcFftsIK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxcFftsIK0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown-item.active,
.cid-sxcFftsIK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcFftsIK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxcFftsIK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcFftsIK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxcFftsIK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxcFftsIK0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxcFftsIK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxcFftsIK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxcFftsIK0 .navbar {
    height: 70px;
  }
  .cid-sxcFftsIK0 .navbar.opened {
    height: auto;
  }
  .cid-sxcFftsIK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcFftsIK0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxcFftsIK0 a {
  display: inline;
  font-weight: bold;
}
.cid-sxcFftsIK0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sxcFftsIK0 .dropdown-toggle:after {
  display: none;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxcFftsIK0 .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxcFftsIK0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLcfe0vYZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcfe0vYZY .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tLcfe0vYZY .row {
  align-items: center;
}
.cid-tLcfe0vYZY .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 690px) {
  .cid-tLcfe0vYZY .mbr-section-title {
    margin-top: 25px;
  }
  .cid-tLcfe0vYZY .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-tLcfe0vYZY .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tLcfe0vYZY .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-tLcfe0vYZY .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-tLcfe0vYZY .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-tLcfe0vYZY .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-tLcfe0vYZY .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-tLcfe0vYZY .desc1,
.cid-tLcfe0vYZY .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-tLcfe0vYZY .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-tLcfe0vYZY .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-tLcfe0vYZY .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-tLcfe0vYZY .desc1 {
    padding-right: 0;
  }
  .cid-tLcfe0vYZY .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcfe0vYZY .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-tLcfe0vYZY .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-tLcfe0vYZY .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-tLcfe0vYZY .desc {
    text-align: left;
  }
  .cid-tLcfe0vYZY .desc1 {
    padding-right: 0;
  }
  .cid-tLcfe0vYZY .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcfe0vYZY .container-fluid {
    padding: 0 15px;
  }
  .cid-tLcfe0vYZY .mbr-section-title {
    text-align: left;
  }
}
.cid-tLcffYUl1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcffYUl1B .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-tLcffYUl1B .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tLcffYUl1B .row {
  justify-content: center;
}
.cid-tLcffYUl1B .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-tLcffYUl1B .mbr-text,
.cid-tLcffYUl1B .right-side {
  color: #1b745e;
}
.cid-tLcffYUl1B .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tLcffYUl1B .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tLcffYUl1B .card-wrapper {
    max-width: 420px;
  }
}
.cid-tLcfi1wV7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcfi1wV7m img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tLcfi1wV7m .right {
  display: flex;
  flex-direction: column;
}
.cid-tLcfi1wV7m .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tLcfi1wV7m .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tLcfi1wV7m .last-p {
  padding-bottom: 0;
}
.cid-tLcfi1wV7m .row {
  justify-content: center;
}
.cid-tL7BBq7Jsj {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-tL7BBq7Jsj .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7BBq7Jsj .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tL7BBq7Jsj .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tLcgNnqzhO .navbar-dropdown {
  position: relative !important;
}
.cid-tLcgNnqzhO .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-tLcgNnqzhO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLcgNnqzhO .dropdown-item:hover,
.cid-tLcgNnqzhO .dropdown-item:focus {
  color: #ffe161 !important;
}
.cid-tLcgNnqzhO .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLcgNnqzhO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLcgNnqzhO .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLcgNnqzhO .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLcgNnqzhO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLcgNnqzhO .dropdown-menu,
.cid-tLcgNnqzhO .navbar.opened {
  background: #1b745e !important;
}
.cid-tLcgNnqzhO .nav-item:focus,
.cid-tLcgNnqzhO .nav-link:focus {
  outline: none;
}
.cid-tLcgNnqzhO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLcgNnqzhO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLcgNnqzhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLcgNnqzhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLcgNnqzhO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLcgNnqzhO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLcgNnqzhO .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: #1b745e;
}
.cid-tLcgNnqzhO .navbar.opened {
  transition: all 0.3s;
}
.cid-tLcgNnqzhO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLcgNnqzhO .navbar .navbar-logo img {
  width: auto;
}
.cid-tLcgNnqzhO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLcgNnqzhO .navbar.collapsed {
  justify-content: center;
}
.cid-tLcgNnqzhO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLcgNnqzhO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLcgNnqzhO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLcgNnqzhO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLcgNnqzhO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLcgNnqzhO .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-tLcgNnqzhO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLcgNnqzhO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLcgNnqzhO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLcgNnqzhO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLcgNnqzhO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLcgNnqzhO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLcgNnqzhO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLcgNnqzhO .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-tLcgNnqzhO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLcgNnqzhO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLcgNnqzhO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLcgNnqzhO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLcgNnqzhO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLcgNnqzhO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLcgNnqzhO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLcgNnqzhO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLcgNnqzhO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLcgNnqzhO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLcgNnqzhO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLcgNnqzhO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLcgNnqzhO .dropdown-item.active,
.cid-tLcgNnqzhO .dropdown-item:active {
  background-color: transparent;
}
.cid-tLcgNnqzhO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLcgNnqzhO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLcgNnqzhO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLcgNnqzhO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-tLcgNnqzhO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLcgNnqzhO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLcgNnqzhO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLcgNnqzhO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLcgNnqzhO button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLcgNnqzhO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tLcgNnqzhO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLcgNnqzhO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcgNnqzhO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLcgNnqzhO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLcgNnqzhO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcgNnqzhO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLcgNnqzhO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLcgNnqzhO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLcgNnqzhO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLcgNnqzhO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLcgNnqzhO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLcgNnqzhO .navbar {
    height: 70px;
  }
  .cid-tLcgNnqzhO .navbar.opened {
    height: auto;
  }
  .cid-tLcgNnqzhO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLcgNnqzhO .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLcgNnqzhO .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLcgNnqzhO a {
  display: inline;
  font-weight: bold;
}
.cid-tLcgNnqzhO img {
  display: inline;
  padding-right: 10px;
}
.cid-tLcgNnqzhO .dropdown-toggle:after {
  display: none;
}
.cid-tLcgNnqzhO .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLcgNnqzhO .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tLcgNnqzhO .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLcgNnVo0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcgNnVo0V .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tLcgNnVo0V .row {
  align-items: center;
}
.cid-tLcgNnVo0V .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
.cid-tLcgNnVo0V .row {
  flex-direction: row-reverse;
}
.cid-tLcgNnVo0V .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-tLcgNnVo0V .mbr-section-title {
    margin-top: 25px;
  }
  .cid-tLcgNnVo0V .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-tLcgNnVo0V .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tLcgNnVo0V .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-tLcgNnVo0V .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-tLcgNnVo0V .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-tLcgNnVo0V .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-tLcgNnVo0V .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-tLcgNnVo0V .desc1,
.cid-tLcgNnVo0V .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-tLcgNnVo0V .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-tLcgNnVo0V .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-tLcgNnVo0V .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-tLcgNnVo0V .desc1 {
    padding-right: 0;
  }
  .cid-tLcgNnVo0V .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcgNnVo0V .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-tLcgNnVo0V .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-tLcgNnVo0V .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-tLcgNnVo0V .desc {
    text-align: left;
  }
  .cid-tLcgNnVo0V .desc1 {
    padding-right: 0;
  }
  .cid-tLcgNnVo0V .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcgNnVo0V .container-fluid {
    padding: 0 15px;
  }
  .cid-tLcgNnVo0V .mbr-section-title {
    text-align: left;
  }
}
.cid-tLcgNopI9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcgNopI9J .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-tLcgNopI9J .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tLcgNopI9J .row {
  justify-content: center;
}
.cid-tLcgNopI9J .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-tLcgNopI9J .mbr-text,
.cid-tLcgNopI9J .right-side {
  color: #1b745e;
}
.cid-tLcgNopI9J .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tLcgNopI9J .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tLcgNopI9J .card-wrapper {
    max-width: 420px;
  }
}
.cid-tLcgNoLh61 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLcgNoLh61 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tLcgNoLh61 .right {
  display: flex;
  flex-direction: column;
}
.cid-tLcgNoLh61 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tLcgNoLh61 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tLcgNoLh61 .last-p {
  padding-bottom: 0;
}
.cid-tLcgNoLh61 .row {
  justify-content: center;
}
.cid-tLcidoO2Ik {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcidoO2Ik img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tLcidoO2Ik .right {
  display: flex;
  flex-direction: column;
}
.cid-tLcidoO2Ik .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tLcidoO2Ik .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tLcidoO2Ik .last-p {
  padding-bottom: 0;
}
.cid-tLcidoO2Ik .row {
  justify-content: center;
}
.cid-tLcgNpgLVH {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-tLcgNpgLVH .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLcgNpgLVH .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tLcgNpgLVH .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tLclozH8CC .navbar-dropdown {
  position: relative !important;
}
.cid-tLclozH8CC .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-tLclozH8CC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLclozH8CC .dropdown-item:hover,
.cid-tLclozH8CC .dropdown-item:focus {
  color: #ffe161 !important;
}
.cid-tLclozH8CC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLclozH8CC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLclozH8CC .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLclozH8CC .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLclozH8CC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLclozH8CC .dropdown-menu,
.cid-tLclozH8CC .navbar.opened {
  background: #1b745e !important;
}
.cid-tLclozH8CC .nav-item:focus,
.cid-tLclozH8CC .nav-link:focus {
  outline: none;
}
.cid-tLclozH8CC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLclozH8CC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLclozH8CC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLclozH8CC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLclozH8CC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLclozH8CC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLclozH8CC .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: #1b745e;
}
.cid-tLclozH8CC .navbar.opened {
  transition: all 0.3s;
}
.cid-tLclozH8CC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLclozH8CC .navbar .navbar-logo img {
  width: auto;
}
.cid-tLclozH8CC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLclozH8CC .navbar.collapsed {
  justify-content: center;
}
.cid-tLclozH8CC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLclozH8CC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLclozH8CC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLclozH8CC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLclozH8CC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLclozH8CC .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-tLclozH8CC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLclozH8CC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLclozH8CC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLclozH8CC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLclozH8CC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLclozH8CC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLclozH8CC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLclozH8CC .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-tLclozH8CC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLclozH8CC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLclozH8CC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLclozH8CC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLclozH8CC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLclozH8CC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLclozH8CC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLclozH8CC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLclozH8CC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLclozH8CC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLclozH8CC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLclozH8CC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLclozH8CC .dropdown-item.active,
.cid-tLclozH8CC .dropdown-item:active {
  background-color: transparent;
}
.cid-tLclozH8CC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLclozH8CC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLclozH8CC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLclozH8CC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-tLclozH8CC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLclozH8CC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLclozH8CC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLclozH8CC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLclozH8CC button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLclozH8CC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tLclozH8CC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLclozH8CC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclozH8CC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLclozH8CC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLclozH8CC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclozH8CC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLclozH8CC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLclozH8CC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLclozH8CC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLclozH8CC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLclozH8CC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLclozH8CC .navbar {
    height: 70px;
  }
  .cid-tLclozH8CC .navbar.opened {
    height: auto;
  }
  .cid-tLclozH8CC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLclozH8CC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLclozH8CC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLclozH8CC a {
  display: inline;
  font-weight: bold;
}
.cid-tLclozH8CC img {
  display: inline;
  padding-right: 10px;
}
.cid-tLclozH8CC .dropdown-toggle:after {
  display: none;
}
.cid-tLclozH8CC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLclozH8CC .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tLclozH8CC .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLcloAeQrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcloAeQrO .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tLcloAeQrO .row {
  align-items: center;
}
.cid-tLcloAeQrO .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
.cid-tLcloAeQrO .row {
  flex-direction: row-reverse;
}
.cid-tLcloAeQrO .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-tLcloAeQrO .mbr-section-title {
    margin-top: 25px;
  }
  .cid-tLcloAeQrO .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-tLcloAeQrO .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tLcloAeQrO .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-tLcloAeQrO .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-tLcloAeQrO .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-tLcloAeQrO .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-tLcloAeQrO .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-tLcloAeQrO .desc1,
.cid-tLcloAeQrO .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-tLcloAeQrO .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-tLcloAeQrO .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-tLcloAeQrO .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-tLcloAeQrO .desc1 {
    padding-right: 0;
  }
  .cid-tLcloAeQrO .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcloAeQrO .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-tLcloAeQrO .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-tLcloAeQrO .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-tLcloAeQrO .desc {
    text-align: left;
  }
  .cid-tLcloAeQrO .desc1 {
    padding-right: 0;
  }
  .cid-tLcloAeQrO .mbr-iconfont {
    font-size: 60px;
  }
  .cid-tLcloAeQrO .container-fluid {
    padding: 0 15px;
  }
  .cid-tLcloAeQrO .mbr-section-title {
    text-align: left;
  }
}
.cid-tLcloAKUYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcloAKUYo .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-tLcloAKUYo .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tLcloAKUYo .row {
  justify-content: center;
}
.cid-tLcloAKUYo .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-tLcloAKUYo .mbr-text,
.cid-tLcloAKUYo .right-side {
  color: #1b745e;
}
.cid-tLcloAKUYo .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tLcloAKUYo .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tLcloAKUYo .card-wrapper {
    max-width: 420px;
  }
}
.cid-tLcloB7bIN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLcloB7bIN img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tLcloB7bIN .right {
  display: flex;
  flex-direction: column;
}
.cid-tLcloB7bIN .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tLcloB7bIN .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tLcloB7bIN .last-p {
  padding-bottom: 0;
}
.cid-tLcloB7bIN .row {
  justify-content: center;
}
.cid-tLcloC1kSJ {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-tLcloC1kSJ .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLcloC1kSJ .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tLcloC1kSJ .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
