.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.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: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #338873 !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: #338873 !important;
  border-color: #338873 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #296e5d !important;
  border-color: #296e5d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #296e5d !important;
  border-color: #296e5d !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: #338873;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #338873 !important;
  border-color: #338873;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #338873 !important;
  border-color: #338873 !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: #338873 !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: #338873;
}
.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: #338873;
  border-color: #338873;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #338873;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #71cab4;
}
.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: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #338873;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #338873;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #338873;
}
.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: #338873;
  border-bottom-color: #338873;
}
.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: #338873 !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='%23338873' %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/kmearle-main-2000x1500.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 {
  z-index: 1000;
  width: 100%;
}
.cid-sxcFftsIK0 nav.navbar {
  position: fixed;
}
.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: #338873 !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;
  background: rgba(27, 116, 94, 0.7);
}
.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 - 5.8rem);
  }
}
.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: #ffffff;
}
.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;
  position: fixed;
}
.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-sxcGqnzcjJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  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: #0c5b47;
  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-tgA6MdFegm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgA6MdFegm .item-wrapper {
  width: 100%;
}
.cid-tgA6MdFegm .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tgA6MdFegm .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tgA6MdFegm .mbr-section-title {
  margin: 0 0 12px;
  color: #1b745e;
  text-align: left;
}
.cid-tgA6MdFegm .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-tgA6MdFegm .col-auto {
  display: inline-block;
}
.cid-tgA6MdFegm .container-fluid {
  padding: 0;
}
.cid-tgA6MdFegm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tgA6MdFegm .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tgA6MdFegm .left-side {
    padding: 25px 15px;
  }
}
.cid-tgA7suP6As {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tgA7suP6As .item-wrapper {
  width: 100%;
}
.cid-tgA7suP6As .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tgA7suP6As .row {
  align-items: center;
  background: #6ec7f2;
  padding: 0px;
  margin: 0;
}
.cid-tgA7suP6As .mbr-section-title {
  margin: 0 0 12px;
  color: #ffffff;
  text-align: left;
}
.cid-tgA7suP6As .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-tgA7suP6As .col-auto {
  display: inline-block;
}
.cid-tgA7suP6As .container-fluid {
  padding: 0;
}
.cid-tgA7suP6As .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tgA7suP6As .right-side {
  padding: 0;
}
.cid-tgA7suP6As .row {
  flex-direction: row-reverse;
}
.cid-tgA7suP6As .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-tgA7suP6As .left-side {
    padding: 25px 15px;
  }
}
.cid-tgAiE1mybZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d0dfcf;
}
.cid-tgAiE1mybZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAiE1mybZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAiE1mybZ .mbr-section-title {
  color: #1b745e;
}
.cid-tgAifYaY06 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #d0dfcf;
}
.cid-tgAifYaY06 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tgAifYaY06 .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-tgAifYaY06 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tgAifYaY06 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tgAifYaY06 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgAifYaY06 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tgAifYaY06 .row {
    margin: 0;
  }
}
.cid-tgAifYaY06 .mbr-text DIV {
  text-align: center;
}
.cid-sxcB0lqMt9 {
  padding-top: 30px;
  padding-bottom: 30px;
  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 .row {
  flex-direction: row-reverse;
}
.cid-sxcB0lqMt9 .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sxcB0lqMt9 .text {
  padding-bottom: 20px;
}
.cid-sxcB0lqMt9 .text,
.cid-sxcB0lqMt9 .si {
  text-align: left;
  color: #0c5b47;
}
.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-tgA93VS8iI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-tgA93VS8iI input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tgA93VS8iI a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tgA93VS8iI .mbr-text {
  padding-top: 10px;
}
.cid-tgA93VS8iI .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tgA93VS8iI .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tgA93VS8iI .padd {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.cid-tgA93VS8iI .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.cid-tgA93VS8iI .lin:hover .line {
  opacity: 1;
}
.cid-tgA93VS8iI .lin {
  position: relative;
  transition: all 0.2s ease-out;
}
.cid-tgA93VS8iI h5 {
  margin: 0;
}
.cid-tgA93VS8iI .bottom {
  margin-bottom: 18px;
}
.cid-tgA93VS8iI .small-bottom {
  margin-bottom: 10px;
}
.cid-tgA93VS8iI .it {
  font-style: italic;
}
.cid-tgA93VS8iI .copyright {
  color: #0c5b47;
  font-size: 13px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .cid-tgA93VS8iI .top {
    padding-top: 50px;
  }
}
.cid-tgA93VS8iI .right {
  padding-right: 70px;
}
@media (max-width: 770px) {
  .cid-tgA93VS8iI .small {
    padding-top: 50px;
  }
}
.cid-tgA93VS8iI .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tgA93VS8iI .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tgHmek2L8m .navbar-dropdown {
  position: relative !important;
}
.cid-tgHmek2L8m .navbar-dropdown {
  position: absolute !important;
}
.cid-tgHmek2L8m .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-tgHmek2L8m .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tgHmek2L8m .dropdown-item:hover,
.cid-tgHmek2L8m .dropdown-item:focus {
  color: #338873 !important;
}
.cid-tgHmek2L8m .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tgHmek2L8m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgHmek2L8m .nav-link {
  position: relative;
  padding: 0;
}
.cid-tgHmek2L8m .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tgHmek2L8m .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgHmek2L8m .dropdown-menu,
.cid-tgHmek2L8m .navbar.opened {
  background: #1b745e !important;
}
.cid-tgHmek2L8m .nav-item:focus,
.cid-tgHmek2L8m .nav-link:focus {
  outline: none;
}
.cid-tgHmek2L8m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgHmek2L8m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgHmek2L8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgHmek2L8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgHmek2L8m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHmek2L8m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHmek2L8m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.7);
}
.cid-tgHmek2L8m .navbar.opened {
  transition: all 0.3s;
}
.cid-tgHmek2L8m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgHmek2L8m .navbar .navbar-logo img {
  width: auto;
}
.cid-tgHmek2L8m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgHmek2L8m .navbar.collapsed {
  justify-content: center;
}
.cid-tgHmek2L8m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHmek2L8m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHmek2L8m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgHmek2L8m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHmek2L8m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgHmek2L8m .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-tgHmek2L8m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHmek2L8m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgHmek2L8m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgHmek2L8m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHmek2L8m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHmek2L8m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHmek2L8m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgHmek2L8m .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-tgHmek2L8m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgHmek2L8m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHmek2L8m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgHmek2L8m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgHmek2L8m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgHmek2L8m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgHmek2L8m .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgHmek2L8m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgHmek2L8m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgHmek2L8m .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-tgHmek2L8m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgHmek2L8m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHmek2L8m .dropdown-item.active,
.cid-tgHmek2L8m .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHmek2L8m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgHmek2L8m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgHmek2L8m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgHmek2L8m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-tgHmek2L8m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgHmek2L8m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHmek2L8m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgHmek2L8m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgHmek2L8m button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgHmek2L8m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tgHmek2L8m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgHmek2L8m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgHmek2L8m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgHmek2L8m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgHmek2L8m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgHmek2L8m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgHmek2L8m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgHmek2L8m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgHmek2L8m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgHmek2L8m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgHmek2L8m .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-tgHmek2L8m .navbar {
    height: 70px;
  }
  .cid-tgHmek2L8m .navbar.opened {
    height: auto;
  }
  .cid-tgHmek2L8m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHmek2L8m .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tgHmek2L8m .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tgHmek2L8m a {
  display: inline;
  font-weight: bold;
}
.cid-tgHmek2L8m img {
  display: inline;
  padding-right: 10px;
}
.cid-tgHmek2L8m .dropdown-toggle:after {
  display: none;
}
.cid-tgHmek2L8m .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tgHmek2L8m .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tgHmek2L8m .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tgHmekT4To {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgHmekT4To .item-wrapper {
  width: 100%;
}
.cid-tgHmekT4To .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tgHmekT4To .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tgHmekT4To .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-tgHmekT4To .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-tgHmekT4To .col-auto {
  display: inline-block;
}
.cid-tgHmekT4To .container-fluid {
  padding: 0;
}
.cid-tgHmekT4To .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tgHmekT4To .right-side {
  padding: 0;
}
.cid-tgHmekT4To .row {
  flex-direction: row-reverse;
}
.cid-tgHmekT4To .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-tgHmekT4To .left-side {
    padding: 25px 15px;
  }
}
.cid-tgHpWisFNg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-tgHpWisFNg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgHpWisFNg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgHpWisFNg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgHpWisFNg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tgHpWisFNg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tgHpWisFNg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-tgHpWisFNg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tgHpWisFNg ul {
  font-size: 0;
}
.cid-tgHpWisFNg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tgHpWisFNg .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-tgHpWisFNg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tgHpWisFNg .btn-primary-outline:hover,
.cid-tgHpWisFNg .btn-primary-outline:focus,
.cid-tgHpWisFNg .btn-primary-outline.focus,
.cid-tgHpWisFNg .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-tgHmejt2vs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffbf6;
}
.cid-tgHmejt2vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHmejt2vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHmejt2vs .mbr-section-title {
  color: #1b745e;
}
.cid-tgHmejOw04 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fffbf6;
}
.cid-tgHmejOw04 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tgHmejOw04 .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-tgHmejOw04 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tgHmejOw04 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tgHmejOw04 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgHmejOw04 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tgHmejOw04 .row {
    margin: 0;
  }
}
.cid-tgHmejOw04 .mbr-text DIV {
  text-align: center;
}
.cid-tgHmem5QOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-tgHmem5QOC input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tgHmem5QOC a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tgHmem5QOC .mbr-text {
  padding-top: 10px;
}
.cid-tgHmem5QOC .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tgHmem5QOC .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tgHmem5QOC .padd {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.cid-tgHmem5QOC .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.cid-tgHmem5QOC .lin:hover .line {
  opacity: 1;
}
.cid-tgHmem5QOC .lin {
  position: relative;
  transition: all 0.2s ease-out;
}
.cid-tgHmem5QOC h5 {
  margin: 0;
}
.cid-tgHmem5QOC .bottom {
  margin-bottom: 18px;
}
.cid-tgHmem5QOC .small-bottom {
  margin-bottom: 10px;
}
.cid-tgHmem5QOC .it {
  font-style: italic;
}
.cid-tgHmem5QOC .copyright {
  color: #0c5b47;
  font-size: 13px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .cid-tgHmem5QOC .top {
    padding-top: 50px;
  }
}
.cid-tgHmem5QOC .right {
  padding-right: 70px;
}
@media (max-width: 770px) {
  .cid-tgHmem5QOC .small {
    padding-top: 50px;
  }
}
.cid-tgHmem5QOC .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tgHmem5QOC .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tgHsKBDh6D .navbar-dropdown {
  position: relative !important;
}
.cid-tgHsKBDh6D .navbar-dropdown {
  position: absolute !important;
}
.cid-tgHsKBDh6D .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-tgHsKBDh6D .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tgHsKBDh6D .dropdown-item:hover,
.cid-tgHsKBDh6D .dropdown-item:focus {
  color: #338873 !important;
}
.cid-tgHsKBDh6D .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tgHsKBDh6D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgHsKBDh6D .nav-link {
  position: relative;
  padding: 0;
}
.cid-tgHsKBDh6D .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tgHsKBDh6D .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgHsKBDh6D .dropdown-menu,
.cid-tgHsKBDh6D .navbar.opened {
  background: #1b745e !important;
}
.cid-tgHsKBDh6D .nav-item:focus,
.cid-tgHsKBDh6D .nav-link:focus {
  outline: none;
}
.cid-tgHsKBDh6D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgHsKBDh6D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgHsKBDh6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgHsKBDh6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgHsKBDh6D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHsKBDh6D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHsKBDh6D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.7);
}
.cid-tgHsKBDh6D .navbar.opened {
  transition: all 0.3s;
}
.cid-tgHsKBDh6D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgHsKBDh6D .navbar .navbar-logo img {
  width: auto;
}
.cid-tgHsKBDh6D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgHsKBDh6D .navbar.collapsed {
  justify-content: center;
}
.cid-tgHsKBDh6D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHsKBDh6D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHsKBDh6D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgHsKBDh6D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHsKBDh6D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgHsKBDh6D .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-tgHsKBDh6D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHsKBDh6D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgHsKBDh6D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgHsKBDh6D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHsKBDh6D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHsKBDh6D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHsKBDh6D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgHsKBDh6D .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-tgHsKBDh6D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgHsKBDh6D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHsKBDh6D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgHsKBDh6D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgHsKBDh6D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgHsKBDh6D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgHsKBDh6D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgHsKBDh6D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgHsKBDh6D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgHsKBDh6D .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-tgHsKBDh6D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgHsKBDh6D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHsKBDh6D .dropdown-item.active,
.cid-tgHsKBDh6D .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHsKBDh6D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgHsKBDh6D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgHsKBDh6D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgHsKBDh6D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-tgHsKBDh6D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgHsKBDh6D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHsKBDh6D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgHsKBDh6D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgHsKBDh6D button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgHsKBDh6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tgHsKBDh6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgHsKBDh6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgHsKBDh6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgHsKBDh6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgHsKBDh6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgHsKBDh6D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgHsKBDh6D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgHsKBDh6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgHsKBDh6D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgHsKBDh6D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgHsKBDh6D .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-tgHsKBDh6D .navbar {
    height: 70px;
  }
  .cid-tgHsKBDh6D .navbar.opened {
    height: auto;
  }
  .cid-tgHsKBDh6D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHsKBDh6D .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tgHsKBDh6D .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tgHsKBDh6D a {
  display: inline;
  font-weight: bold;
}
.cid-tgHsKBDh6D img {
  display: inline;
  padding-right: 10px;
}
.cid-tgHsKBDh6D .dropdown-toggle:after {
  display: none;
}
.cid-tgHsKBDh6D .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tgHsKBDh6D .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tgHsKBDh6D .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tgHsU1D6Jt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgHsU1D6Jt .item-wrapper {
  width: 100%;
}
.cid-tgHsU1D6Jt .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tgHsU1D6Jt .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tgHsU1D6Jt .mbr-section-title {
  margin: 0 0 12px;
  color: #1b745e;
  text-align: left;
}
.cid-tgHsU1D6Jt .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-tgHsU1D6Jt .col-auto {
  display: inline-block;
}
.cid-tgHsU1D6Jt .container-fluid {
  padding: 0;
}
.cid-tgHsU1D6Jt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tgHsU1D6Jt .right-side {
  padding: 0;
}
.cid-tgHsU1D6Jt .row {
  flex-direction: row-reverse;
}
.cid-tgHsU1D6Jt .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-tgHsU1D6Jt .left-side {
    padding: 25px 15px;
  }
}
.cid-tgHsKCvx2M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-tgHsKCvx2M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgHsKCvx2M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgHsKCvx2M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgHsKCvx2M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tgHsKCvx2M .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tgHsKCvx2M .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-tgHsKCvx2M .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tgHsKCvx2M ul {
  font-size: 0;
}
.cid-tgHsKCvx2M .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tgHsKCvx2M .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-tgHsKCvx2M .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tgHsKCvx2M .btn-primary-outline:hover,
.cid-tgHsKCvx2M .btn-primary-outline:focus,
.cid-tgHsKCvx2M .btn-primary-outline.focus,
.cid-tgHsKCvx2M .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-tgHsKD8U6O {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffbf6;
}
.cid-tgHsKD8U6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHsKD8U6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHsKD8U6O .mbr-section-title {
  color: #1b745e;
}
.cid-tgHsKDp8oD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fffbf6;
}
.cid-tgHsKDp8oD .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tgHsKDp8oD .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-tgHsKDp8oD .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tgHsKDp8oD h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tgHsKDp8oD .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgHsKDp8oD .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tgHsKDp8oD .row {
    margin: 0;
  }
}
.cid-tgHsKDp8oD .mbr-text DIV {
  text-align: center;
}
.cid-tgHsKDEvSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-tgHsKDEvSP input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tgHsKDEvSP a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tgHsKDEvSP .mbr-text {
  padding-top: 10px;
}
.cid-tgHsKDEvSP .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tgHsKDEvSP .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tgHsKDEvSP .padd {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.cid-tgHsKDEvSP .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.cid-tgHsKDEvSP .lin:hover .line {
  opacity: 1;
}
.cid-tgHsKDEvSP .lin {
  position: relative;
  transition: all 0.2s ease-out;
}
.cid-tgHsKDEvSP h5 {
  margin: 0;
}
.cid-tgHsKDEvSP .bottom {
  margin-bottom: 18px;
}
.cid-tgHsKDEvSP .small-bottom {
  margin-bottom: 10px;
}
.cid-tgHsKDEvSP .it {
  font-style: italic;
}
.cid-tgHsKDEvSP .copyright {
  color: #0c5b47;
  font-size: 13px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .cid-tgHsKDEvSP .top {
    padding-top: 50px;
  }
}
.cid-tgHsKDEvSP .right {
  padding-right: 70px;
}
@media (max-width: 770px) {
  .cid-tgHsKDEvSP .small {
    padding-top: 50px;
  }
}
.cid-tgHsKDEvSP .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tgHsKDEvSP .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tgLK0CXA3D .navbar-dropdown {
  position: relative !important;
}
.cid-tgLK0CXA3D .navbar-dropdown {
  position: absolute !important;
}
.cid-tgLK0CXA3D .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-tgLK0CXA3D .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tgLK0CXA3D .dropdown-item:hover,
.cid-tgLK0CXA3D .dropdown-item:focus {
  color: #338873 !important;
}
.cid-tgLK0CXA3D .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tgLK0CXA3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgLK0CXA3D .nav-link {
  position: relative;
  padding: 0;
}
.cid-tgLK0CXA3D .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tgLK0CXA3D .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgLK0CXA3D .dropdown-menu,
.cid-tgLK0CXA3D .navbar.opened {
  background: #1b745e !important;
}
.cid-tgLK0CXA3D .nav-item:focus,
.cid-tgLK0CXA3D .nav-link:focus {
  outline: none;
}
.cid-tgLK0CXA3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgLK0CXA3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgLK0CXA3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgLK0CXA3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgLK0CXA3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgLK0CXA3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgLK0CXA3D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 116, 94, 0.7);
}
.cid-tgLK0CXA3D .navbar.opened {
  transition: all 0.3s;
}
.cid-tgLK0CXA3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgLK0CXA3D .navbar .navbar-logo img {
  width: auto;
}
.cid-tgLK0CXA3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgLK0CXA3D .navbar.collapsed {
  justify-content: center;
}
.cid-tgLK0CXA3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgLK0CXA3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgLK0CXA3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgLK0CXA3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgLK0CXA3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgLK0CXA3D .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-tgLK0CXA3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgLK0CXA3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgLK0CXA3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgLK0CXA3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgLK0CXA3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgLK0CXA3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgLK0CXA3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgLK0CXA3D .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-tgLK0CXA3D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgLK0CXA3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgLK0CXA3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgLK0CXA3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgLK0CXA3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgLK0CXA3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgLK0CXA3D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgLK0CXA3D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgLK0CXA3D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgLK0CXA3D .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-tgLK0CXA3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgLK0CXA3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgLK0CXA3D .dropdown-item.active,
.cid-tgLK0CXA3D .dropdown-item:active {
  background-color: transparent;
}
.cid-tgLK0CXA3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgLK0CXA3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgLK0CXA3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgLK0CXA3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b745e;
}
.cid-tgLK0CXA3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgLK0CXA3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgLK0CXA3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgLK0CXA3D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgLK0CXA3D button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgLK0CXA3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tgLK0CXA3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgLK0CXA3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgLK0CXA3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgLK0CXA3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgLK0CXA3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgLK0CXA3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgLK0CXA3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgLK0CXA3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgLK0CXA3D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgLK0CXA3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgLK0CXA3D .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-tgLK0CXA3D .navbar {
    height: 70px;
  }
  .cid-tgLK0CXA3D .navbar.opened {
    height: auto;
  }
  .cid-tgLK0CXA3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgLK0CXA3D .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tgLK0CXA3D .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tgLK0CXA3D a {
  display: inline;
  font-weight: bold;
}
.cid-tgLK0CXA3D img {
  display: inline;
  padding-right: 10px;
}
.cid-tgLK0CXA3D .dropdown-toggle:after {
  display: none;
}
.cid-tgLK0CXA3D .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tgLK0CXA3D .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tgLK0CXA3D .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tgLK9DRH5i {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgLK9DRH5i .item-wrapper {
  width: 100%;
}
.cid-tgLK9DRH5i .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tgLK9DRH5i .row {
  align-items: center;
  background: #6ec7f2;
  padding: 0px;
  margin: 0;
}
.cid-tgLK9DRH5i .mbr-section-title {
  margin: 0 0 12px;
  color: #000000;
  text-align: left;
}
.cid-tgLK9DRH5i .desc {
  padding: 0 0px 20px;
  color: #000000;
  text-align: left;
}
.cid-tgLK9DRH5i .col-auto {
  display: inline-block;
}
.cid-tgLK9DRH5i .container-fluid {
  padding: 0;
}
.cid-tgLK9DRH5i .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tgLK9DRH5i .right-side {
  padding: 0;
}
.cid-tgLK9DRH5i .row {
  flex-direction: row-reverse;
}
.cid-tgLK9DRH5i .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-tgLK9DRH5i .left-side {
    padding: 25px 15px;
  }
}
.cid-tgLK0DNcvq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-tgLK0DNcvq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgLK0DNcvq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgLK0DNcvq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgLK0DNcvq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tgLK0DNcvq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tgLK0DNcvq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-tgLK0DNcvq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tgLK0DNcvq ul {
  font-size: 0;
}
.cid-tgLK0DNcvq .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tgLK0DNcvq .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-tgLK0DNcvq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tgLK0DNcvq .btn-primary-outline:hover,
.cid-tgLK0DNcvq .btn-primary-outline:focus,
.cid-tgLK0DNcvq .btn-primary-outline.focus,
.cid-tgLK0DNcvq .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-tgLK0Et9cd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffbf6;
}
.cid-tgLK0Et9cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgLK0Et9cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgLK0Et9cd .mbr-section-title {
  color: #1b745e;
}
.cid-tgLK0EJVwP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fffbf6;
}
.cid-tgLK0EJVwP .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tgLK0EJVwP .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-tgLK0EJVwP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tgLK0EJVwP h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tgLK0EJVwP .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgLK0EJVwP .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tgLK0EJVwP .row {
    margin: 0;
  }
}
.cid-tgLK0EJVwP .mbr-text DIV {
  text-align: center;
}
.cid-tgLK0EZ8Co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0ecdc;
}
.cid-tgLK0EZ8Co input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tgLK0EZ8Co a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tgLK0EZ8Co .mbr-text {
  padding-top: 10px;
}
.cid-tgLK0EZ8Co .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tgLK0EZ8Co .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tgLK0EZ8Co .padd {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.cid-tgLK0EZ8Co .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.cid-tgLK0EZ8Co .lin:hover .line {
  opacity: 1;
}
.cid-tgLK0EZ8Co .lin {
  position: relative;
  transition: all 0.2s ease-out;
}
.cid-tgLK0EZ8Co h5 {
  margin: 0;
}
.cid-tgLK0EZ8Co .bottom {
  margin-bottom: 18px;
}
.cid-tgLK0EZ8Co .small-bottom {
  margin-bottom: 10px;
}
.cid-tgLK0EZ8Co .it {
  font-style: italic;
}
.cid-tgLK0EZ8Co .copyright {
  color: #0c5b47;
  font-size: 13px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .cid-tgLK0EZ8Co .top {
    padding-top: 50px;
  }
}
.cid-tgLK0EZ8Co .right {
  padding-right: 70px;
}
@media (max-width: 770px) {
  .cid-tgLK0EZ8Co .small {
    padding-top: 50px;
  }
}
.cid-tgLK0EZ8Co .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tgLK0EZ8Co .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
