.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.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.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Quicksand', sans-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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 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: #d8e3d5 !important;
}
.bg-success {
  background-color: #9fe870 !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: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !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: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #8ae351 !important;
  border-color: #8ae351 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #8ae351 !important;
  border-color: #8ae351 !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: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !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: #9fe870;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  border-color: #9fe870;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !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: #d8e3d5 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #9fe870 !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: #66d022 !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: #d8e3d5;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d8e3d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #d8e3d5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.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: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.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: #d8e3d5 !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='%23d8e3d5' %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-sxbaalA7lJ {
  z-index: 1000;
  width: 100%;
}
.cid-sxbaalA7lJ nav.navbar {
  position: fixed;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uQKwb8nVXD {
  background-image: url("../../../assets/images/mbr-1050x700.webp");
}
.cid-uQKwb8nVXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwb8nVXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKwb8nVXD .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQKwb8nVXD .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQKwb8nVXD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #000000, #9fe870);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQKwb8nVXD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQKwb8nVXD .mbr-section-title {
  color: #ffffff;
}
.cid-uQKwb8nVXD .mbr-text {
  color: #000000;
}
.cid-sxbaiYEHKz {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gallery1.webp");
}
.cid-sxbaiYEHKz .row {
  align-items: center;
  justify-content: center;
}
.cid-sxbaiYEHKz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxbaiYEHKz .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxbaiYEHKz .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxbaiYEHKz .item-img {
  padding-top: 31px;
}
.cid-sxbaiYEHKz .first {
  position: relative;
}
.cid-sxbaiYEHKz .second {
  position: absolute;
  top: 15%;
  right: 50%;
}
.cid-sxbaiYEHKz img {
  width: auto;
}
.cid-sxbaiYEHKz .first,
.cid-sxbaiYEHKz .second {
  display: inline-block;
}
.cid-sxbaiYEHKz .cont {
  display: inline-block;
}
.cid-sxbaiYEHKz .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sxbaiYEHKz .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sxbaiYEHKz .row {
  flex-direction: row-reverse;
}
.cid-sxbaiYEHKz .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sxbaiYEHKz .text {
  padding-bottom: 20px;
}
.cid-sxbaiYEHKz .text,
.cid-sxbaiYEHKz .si {
  text-align: left;
  color: #0c5b47;
}
.cid-sxbaiYEHKz .desc {
  text-align: center;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxbaiYEHKz .third {
    margin-top: 45px;
  }
  .cid-sxbaiYEHKz .second {
    display: none;
  }
  .cid-sxbaiYEHKz .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sxbaiYEHKz img {
    width: 100%;
  }
}
.cid-uQKAfoO5Gh {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #e5eee4, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQKAfoO5Gh {
    align-items: flex-start;
  }
  .cid-uQKAfoO5Gh .row {
    justify-content: flex-start;
  }
}
.cid-uQKAfoO5Gh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKAfoO5Gh .mbr-text,
.cid-uQKAfoO5Gh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKAfoO5Gh .mbr-section-title,
.cid-uQKAfoO5Gh .line {
  color: #0c5b47;
}
.cid-uQKAfoO5Gh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKAfoO5Gh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKAfoO5Gh .mbr-section-subtitle,
.cid-uQKAfoO5Gh .align {
  text-align: left;
  color: #232323;
}
.cid-uQKAfoO5Gh .mbr-section-title,
.cid-uQKAfoO5Gh .line DIV {
  text-align: center;
}
.cid-uQKz6YHsVS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbf7d9;
}
.cid-uQKz6YHsVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKz6YHsVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKz6YHsVS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQKz6YHsVS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKz6YHsVS .container {
    padding: 0 25px;
  }
}
.cid-uQKz6YHsVS .row {
  justify-content: center;
}
.cid-uQKz6YHsVS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQKz6YHsVS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKz6YHsVS .card {
    margin-bottom: 50px;
  }
}
.cid-uQKz6YHsVS .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uQKz6YHsVS .card .card-wrap {
    padding: 0;
  }
}
.cid-uQKz6YHsVS .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uQKz6YHsVS .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #d4af37;
}
.cid-uQKz6YHsVS .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uQKz6YHsVS .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQKz6YHsVS .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uQKz6YHsVS .mbr-card-title {
  color: #E33030;
}
.cid-uQKz6YHsVS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQKz6YHsVS .mbr-card-title,
.cid-uQKz6YHsVS .icon-wrapper {
  text-align: center;
  color: #0c5b47;
}
.cid-uQKz6YHsVS .mbr-section-title,
.cid-uQKz6YHsVS .icon-wrapper {
  color: #d4af37;
}
.cid-uQKCqpOtM2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbf7d9;
}
.cid-uQKCqpOtM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKCqpOtM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKCqpOtM2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQKCqpOtM2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKCqpOtM2 .container {
    padding: 0 25px;
  }
}
.cid-uQKCqpOtM2 .row {
  justify-content: center;
}
.cid-uQKCqpOtM2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQKCqpOtM2 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKCqpOtM2 .card {
    margin-bottom: 50px;
  }
}
.cid-uQKCqpOtM2 .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uQKCqpOtM2 .card .card-wrap {
    padding: 0;
  }
}
.cid-uQKCqpOtM2 .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uQKCqpOtM2 .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #d4af37;
}
.cid-uQKCqpOtM2 .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uQKCqpOtM2 .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQKCqpOtM2 .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uQKCqpOtM2 .mbr-card-title {
  color: #E33030;
}
.cid-uQKCqpOtM2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQKCqpOtM2 .mbr-card-title,
.cid-uQKCqpOtM2 .icon-wrapper {
  text-align: center;
  color: #0c5b47;
}
.cid-uQKCqpOtM2 .mbr-section-title,
.cid-uQKCqpOtM2 .icon-wrapper {
  color: #d4af37;
}
.cid-uQKEQ4Hr0e {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #e5eee4);
}
@media (min-width: 768px) {
  .cid-uQKEQ4Hr0e {
    align-items: flex-start;
  }
  .cid-uQKEQ4Hr0e .row {
    justify-content: flex-start;
  }
}
.cid-uQKEQ4Hr0e .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKEQ4Hr0e .mbr-text,
.cid-uQKEQ4Hr0e .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKEQ4Hr0e .mbr-section-title,
.cid-uQKEQ4Hr0e .line {
  color: #0c5b47;
}
.cid-uQKEQ4Hr0e h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKEQ4Hr0e h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKEQ4Hr0e .mbr-section-subtitle,
.cid-uQKEQ4Hr0e .align {
  text-align: left;
  color: #232323;
}
.cid-uQKEQ4Hr0e .mbr-section-title,
.cid-uQKEQ4Hr0e .line DIV {
  text-align: center;
}
.cid-uQKGp3x7FU {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #e5eee4, #e5eee4);
}
@media (min-width: 768px) {
  .cid-uQKGp3x7FU {
    align-items: flex-start;
  }
  .cid-uQKGp3x7FU .row {
    justify-content: flex-start;
  }
}
.cid-uQKGp3x7FU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKGp3x7FU .mbr-text,
.cid-uQKGp3x7FU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKGp3x7FU .mbr-section-title,
.cid-uQKGp3x7FU .line {
  color: #0c5b47;
}
.cid-uQKGp3x7FU h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKGp3x7FU h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKGp3x7FU .mbr-section-subtitle,
.cid-uQKGp3x7FU .align {
  text-align: left;
  color: #232323;
}
.cid-uQKGp3x7FU .mbr-section-title,
.cid-uQKGp3x7FU .line DIV {
  text-align: center;
}
.cid-uQKFOUDfIO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e5eee4;
}
.cid-uQKFOUDfIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKFOUDfIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKFOUDfIO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQKFOUDfIO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKFOUDfIO .container {
    padding: 0 25px;
  }
}
.cid-uQKFOUDfIO .row {
  justify-content: center;
}
.cid-uQKFOUDfIO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQKFOUDfIO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQKFOUDfIO .card {
    margin-bottom: 50px;
  }
}
.cid-uQKFOUDfIO .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uQKFOUDfIO .card .card-wrap {
    padding: 0;
  }
}
.cid-uQKFOUDfIO .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uQKFOUDfIO .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #0c5b47;
}
.cid-uQKFOUDfIO .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uQKFOUDfIO .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQKFOUDfIO .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uQKFOUDfIO .mbr-card-title {
  color: #E33030;
}
.cid-uQKFOUDfIO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQKFOUDfIO .mbr-card-title,
.cid-uQKFOUDfIO .icon-wrapper {
  text-align: center;
  color: #0c5b47;
}
.cid-uQKFOUDfIO .mbr-section-title,
.cid-uQKFOUDfIO .icon-wrapper {
  color: #0c5b47;
}
.cid-uQKGlZi6sv {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #e5eee4, #fef1e6);
}
@media (min-width: 768px) {
  .cid-uQKGlZi6sv {
    align-items: flex-start;
  }
  .cid-uQKGlZi6sv .row {
    justify-content: flex-start;
  }
}
.cid-uQKGlZi6sv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKGlZi6sv .mbr-text,
.cid-uQKGlZi6sv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKGlZi6sv .mbr-section-title,
.cid-uQKGlZi6sv .line {
  color: #0c5b47;
}
.cid-uQKGlZi6sv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKGlZi6sv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKGlZi6sv .mbr-section-subtitle,
.cid-uQKGlZi6sv .align {
  text-align: left;
  color: #232323;
}
.cid-uQKGlZi6sv .mbr-section-title,
.cid-uQKGlZi6sv .line DIV {
  text-align: center;
}
.cid-sxbav785O1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #fef1e6;
}
.cid-sxbav785O1 .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 70px 45px;
  background: #fef1e6;
  border: 1px solid #338873;
}
.cid-sxbav785O1 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sxbav785O1 .plan {
    margin-bottom: 2rem;
  }
}
.cid-sxbav785O1 .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-sxbav785O1 .mbr-section-title {
  color: #0c5b47;
  padding-bottom: 39px;
  text-align: center;
}
.cid-sxbav785O1 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbav785O1 .first-title {
  color: #1b745e;
}
.cid-sxbav785O1 .first-subtitle {
  color: #1b745e;
  padding-bottom: 39px;
}
.cid-sxbav785O1 .first-price {
  color: #0c5b47;
}
.cid-sxbav785O1 .big {
  font-size: 40px;
}
.cid-uQKJhNIuAs {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fef1e6;
}
.cid-uQKJhNIuAs .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 70px 45px;
  background: #fef1e6;
  border: 1px solid #338873;
}
.cid-uQKJhNIuAs .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uQKJhNIuAs .plan {
    margin-bottom: 2rem;
  }
}
.cid-uQKJhNIuAs .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-uQKJhNIuAs .mbr-section-title {
  color: #0c5b47;
  padding-bottom: 39px;
  text-align: center;
}
.cid-uQKJhNIuAs .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uQKJhNIuAs .first-title {
  color: #1b745e;
}
.cid-uQKJhNIuAs .first-subtitle {
  color: #1b745e;
  padding-bottom: 39px;
}
.cid-uQKJhNIuAs .first-price {
  color: #0c5b47;
}
.cid-uQKJhNIuAs .big {
  font-size: 40px;
}
.cid-uQKNPmkZBb {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fef1e6, #f1f5eb);
}
@media (min-width: 768px) {
  .cid-uQKNPmkZBb {
    align-items: flex-start;
  }
  .cid-uQKNPmkZBb .row {
    justify-content: flex-start;
  }
}
.cid-uQKNPmkZBb .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKNPmkZBb .mbr-text,
.cid-uQKNPmkZBb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKNPmkZBb .mbr-section-title,
.cid-uQKNPmkZBb .line {
  color: #0c5b47;
}
.cid-uQKNPmkZBb h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKNPmkZBb h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKNPmkZBb .mbr-section-subtitle,
.cid-uQKNPmkZBb .align {
  text-align: left;
  color: #232323;
}
.cid-uQKNPmkZBb .mbr-section-title,
.cid-uQKNPmkZBb .line DIV {
  text-align: center;
}
.cid-uQKLkiadFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uQKLkiadFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKLkiadFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKLkiadFJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQKLkiadFJ .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uQKLkiadFJ .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #e6eddc;
}
.cid-uQKLkiadFJ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uQKLkiadFJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #5c834f;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #5c834f;
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uQKLkiadFJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQKLkiadFJ .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQKLkiadFJ .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uQKLkiadFJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQKLkiadFJ .mbr-section-title,
.cid-uQKLkiadFJ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQKLkiadFJ .panel-title-edit {
  color: #323432;
}
.cid-uQKLkiadFJ .panel-text {
  color: #323432;
}
.cid-sxbtgb29eT {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f1f5eb;
}
.cid-sxbtgb29eT .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sxbtgb29eT .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxbtgb29eT .row {
  align-items: center;
  height: 100%;
}
.cid-sxbtgb29eT .container {
  max-width: 720px;
  margin: auto;
}
.cid-uAzqfHlknZ {
  background-color: #f1f5eb;
}
.cid-uAzqfHlknZ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-uAzqfHlknZ a {
  padding: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uAzqfHlknZ .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uAzqfHlknZ .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-uAzqfHlknZ .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uAzqfHlknZ .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-uAzqfHlknZ .right {
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
}
.cid-uAzqfHlknZ .container {
  max-width: initial;
}
.cid-uAzqfHlknZ .no-padding {
  padding-right: 0;
}
.cid-uAzqfHlknZ .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #0c5b47;
}
.cid-uAzqfHlknZ .desc {
  margin-top: 13px;
  color: #0c5b47;
}
.cid-uAzqfHlknZ .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-uAzqfHlknZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAzqfHlknZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAzqfHlknZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAzqfHlknZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAzqfHlknZ .mbr-link .address {
  text-align: left;
  color: #1b745e;
}
.cid-uAzqfHlknZ .address {
  padding-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.cid-uAzqfHlknZ .tel {
  font-style: initial;
}
.cid-uAzqfHlknZ .top {
  padding-top: 25px;
}
.cid-uAzqfHlknZ .row {
  align-items: center;
}
.cid-uAzqfHlknZ .b {
  text-align: left;
  width: 60%;
  margin: auto;
}
.cid-uAzqfHlknZ .bottom {
  margin: auto;
}
@media (max-width: 990px) {
  .cid-uAzqfHlknZ .b {
    width: 100%;
  }
  .cid-uAzqfHlknZ .google-map {
    padding: 15px 0px 0px;
  }
  .cid-uAzqfHlknZ .mbr-section-title {
    padding-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-uAzqfHlknZ .container {
    display: block;
  }
  .cid-uAzqfHlknZ .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-uAzqfHlknZ .no-padding {
    padding: 15px;
    padding-bottom: 0px;
  }
  .cid-uAzqfHlknZ .no-padd {
    padding: 0;
  }
  .cid-uAzqfHlknZ .bottom {
    margin-bottom: 30px;
  }
}
.cid-uAzqfHlknZ .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-uAzqfHlknZ .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-uQKNQugSrh {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #f1f5eb, #338873);
}
@media (min-width: 768px) {
  .cid-uQKNQugSrh {
    align-items: flex-start;
  }
  .cid-uQKNQugSrh .row {
    justify-content: flex-start;
  }
}
.cid-uQKNQugSrh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQKNQugSrh .mbr-text,
.cid-uQKNQugSrh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQKNQugSrh .mbr-section-title,
.cid-uQKNQugSrh .line {
  color: #0c5b47;
}
.cid-uQKNQugSrh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQKNQugSrh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQKNQugSrh .mbr-section-subtitle,
.cid-uQKNQugSrh .align {
  text-align: left;
  color: #232323;
}
.cid-uQKNQugSrh .mbr-section-title,
.cid-uQKNQugSrh .line DIV {
  text-align: center;
}
.cid-uQKOToCw4z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #338873;
}
.cid-uQKOToCw4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKOToCw4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQKOToCw4z .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQKOToCw4z .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQKOToCw4z .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:hover,
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQKOToCw4z .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .mbr-copy {
  margin-bottom: 0;
  color: #a7e380;
  text-align: center;
}
.cid-uQKOToCw4z .mbr-desc {
  color: #9fe870;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .text-wrapper {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list,
.cid-uQKOToCw4z .item-wrap {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-desc,
.cid-uQKOToCw4z .content-wrapper {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .mbr-section-btn {
  color: #111111;
}
.cid-uQKOToCw4z P {
  color: #a7e380;
}
.cid-sxbaalA7lJ {
  z-index: 1000;
  width: 100%;
}
.cid-sxbaalA7lJ nav.navbar {
  position: fixed;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uACXipRYQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-05.png-1050x465.png");
}
.cid-uACXipRYQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACXipRYQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .container {
    padding: 0 30px;
  }
}
.cid-uACXipRYQd .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uACXipRYQd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uACXipRYQd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACXipRYQd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACXipRYQd .mbr-section-title {
  color: #ffffff;
}
.cid-uACXipRYQd .mbr-text,
.cid-uACXipRYQd .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-uACXipRYQd .mbr-section-title,
.cid-uACXipRYQd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uACXdh41o4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gallery1.jpg");
}
.cid-uACXdh41o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACXdh41o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uACXdh41o4 .container {
    padding: 0 16px;
  }
}
.cid-uACXdh41o4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uACXdh41o4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uACXdh41o4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACXdh41o4 .mbr-section-title {
  color: #f1634f;
}
.cid-uACXdh41o4 .mbr-text {
  color: #000000;
}
.cid-uACXdh41o4 .mbr-text,
.cid-uACXdh41o4 .icon-wrapper {
  color: #000000;
}
.cid-uQKOToCw4z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #338873;
}
.cid-uQKOToCw4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKOToCw4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQKOToCw4z .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQKOToCw4z .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQKOToCw4z .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:hover,
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQKOToCw4z .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uQKOToCw4z .mbr-desc {
  color: #9fe870;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .text-wrapper {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list,
.cid-uQKOToCw4z .item-wrap {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-desc,
.cid-uQKOToCw4z .content-wrapper {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .mbr-section-btn {
  color: #111111;
}
.cid-uQKOToCw4z P {
  color: #a7e380;
}
.cid-uACYz6zuws {
  z-index: 1000;
  width: 100%;
}
.cid-uACYz6zuws nav.navbar {
  position: fixed;
}
.cid-uACYz6zuws .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-uACYz6zuws .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uACYz6zuws .dropdown-item:hover,
.cid-uACYz6zuws .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uACYz6zuws .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uACYz6zuws .nav-link {
  position: relative;
  padding: 0;
}
.cid-uACYz6zuws .container {
  display: flex;
  margin: auto;
}
.cid-uACYz6zuws .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uACYz6zuws .dropdown-menu,
.cid-uACYz6zuws .navbar.opened {
  background: #d8e3d5 !important;
}
.cid-uACYz6zuws .nav-item:focus,
.cid-uACYz6zuws .nav-link:focus {
  outline: none;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uACYz6zuws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uACYz6zuws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uACYz6zuws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uACYz6zuws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(216, 227, 213, 0);
}
.cid-uACYz6zuws .navbar.opened {
  transition: all 0.3s;
}
.cid-uACYz6zuws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uACYz6zuws .navbar .navbar-logo img {
  width: auto;
}
.cid-uACYz6zuws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uACYz6zuws .navbar.collapsed {
  justify-content: center;
}
.cid-uACYz6zuws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uACYz6zuws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uACYz6zuws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uACYz6zuws .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-uACYz6zuws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uACYz6zuws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uACYz6zuws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uACYz6zuws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uACYz6zuws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uACYz6zuws .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-uACYz6zuws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uACYz6zuws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uACYz6zuws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uACYz6zuws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uACYz6zuws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uACYz6zuws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uACYz6zuws .navbar.navbar-short {
  min-height: 60px;
}
.cid-uACYz6zuws .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uACYz6zuws .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uACYz6zuws .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uACYz6zuws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uACYz6zuws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uACYz6zuws .dropdown-item.active,
.cid-uACYz6zuws .dropdown-item:active {
  background-color: transparent;
}
.cid-uACYz6zuws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uACYz6zuws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uACYz6zuws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d8e3d5;
}
.cid-uACYz6zuws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uACYz6zuws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uACYz6zuws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uACYz6zuws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uACYz6zuws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uACYz6zuws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uACYz6zuws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uACYz6zuws .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uACYz6zuws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uACYz6zuws .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-uACYz6zuws .navbar {
    height: 70px;
  }
  .cid-uACYz6zuws .navbar.opened {
    height: auto;
  }
  .cid-uACYz6zuws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uACYz6zuws .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uACYz6zuws .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uACYz6zuws a {
  display: inline;
  font-weight: bold;
}
.cid-uACYz6zuws img {
  display: inline;
  padding-right: 10px;
}
.cid-uACYz6zuws .dropdown-toggle:after {
  display: none;
}
.cid-uACYz6zuws .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uACYz6zuws .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-uACYz6zuws .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uACYz5AwPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1051x788.jpg");
}
.cid-uACYz5AwPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACYz5AwPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .container {
    padding: 0 30px;
  }
}
.cid-uACYz5AwPJ .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uACYz5AwPJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uACYz5AwPJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACYz5AwPJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACYz5AwPJ .mbr-section-title {
  color: #ffffff;
}
.cid-uACYz5AwPJ .mbr-text,
.cid-uACYz5AwPJ .text-wrapper {
  color: #1b745e;
  text-align: center;
}
.cid-uACYz5AwPJ .mbr-section-title,
.cid-uACYz5AwPJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uACYz69ZaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gallery1.jpg");
}
.cid-uACYz69ZaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACYz69ZaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uACYz69ZaD .container {
    padding: 0 16px;
  }
}
.cid-uACYz69ZaD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uACYz69ZaD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uACYz69ZaD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACYz69ZaD .mbr-section-title {
  color: #f1634f;
}
.cid-uACYz69ZaD .mbr-text {
  color: #000000;
}
.cid-uACYz69ZaD .mbr-text,
.cid-uACYz69ZaD .icon-wrapper {
  color: #000000;
}
.cid-uQKOToCw4z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #338873;
}
.cid-uQKOToCw4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKOToCw4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uQKOToCw4z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQKOToCw4z .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQKOToCw4z .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQKOToCw4z .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:hover,
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQKOToCw4z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQKOToCw4z .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQKOToCw4z .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQKOToCw4z .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQKOToCw4z .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uQKOToCw4z .mbr-desc {
  color: #9fe870;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .text-wrapper {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list {
  color: #9aa0a6;
}
.cid-uQKOToCw4z .list,
.cid-uQKOToCw4z .item-wrap {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-desc,
.cid-uQKOToCw4z .content-wrapper {
  color: #a7e380;
}
.cid-uQKOToCw4z .mbr-text,
.cid-uQKOToCw4z .mbr-section-btn {
  color: #111111;
}
.cid-uQKOToCw4z P {
  color: #a7e380;
}
