.btn {
  border-width: 2px;
}
body {
  background-color: #e9f1ee;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fd5523 !important;
}
.bg-success {
  background-color: #25c87c !important;
}
.bg-info {
  background-color: #0cbde1 !important;
}
.bg-warning {
  background-color: #edb200 !important;
}
.bg-danger {
  background-color: #ca2333 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd5523 !important;
  border-color: #fd5523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fd410a !important;
  border-color: #fd410a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd410a !important;
  border-color: #fd410a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #356859 !important;
  border-color: #356859 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2c574b !important;
  border-color: #2c574b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c574b !important;
  border-color: #2c574b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbde1 !important;
  border-color: #0cbde1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0ba9c9 !important;
  border-color: #0ba9c9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0ba9c9 !important;
  border-color: #0ba9c9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c87c !important;
  border-color: #25c87c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #21b26f !important;
  border-color: #21b26f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #21b26f !important;
  border-color: #21b26f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edb200 !important;
  border-color: #edb200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d49f00 !important;
  border-color: #d49f00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d49f00 !important;
  border-color: #d49f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ca2333 !important;
  border-color: #ca2333 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b41f2e !important;
  border-color: #b41f2e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b41f2e !important;
  border-color: #b41f2e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fd5523;
  color: #fd5523;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c72f02 !important;
  background-color: transparent !important;
  border-color: #c72f02 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd5523 !important;
  border-color: #fd5523 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #356859;
  color: #356859;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #182f28 !important;
  background-color: transparent !important;
  border-color: #182f28 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #356859 !important;
  border-color: #356859 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbde1;
  color: #0cbde1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08788f !important;
  background-color: transparent !important;
  border-color: #08788f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbde1 !important;
  border-color: #0cbde1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c87c;
  color: #25c87c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177f4f !important;
  background-color: transparent !important;
  border-color: #177f4f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c87c !important;
  border-color: #25c87c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edb200;
  color: #edb200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #967100 !important;
  background-color: transparent !important;
  border-color: #967100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #edb200 !important;
  border-color: #edb200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ca2333;
  color: #ca2333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #801620 !important;
  background-color: transparent !important;
  border-color: #801620 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ca2333 !important;
  border-color: #ca2333 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fd5523 !important;
}
.text-secondary {
  color: #356859 !important;
}
.text-success {
  color: #25c87c !important;
}
.text-info {
  color: #0cbde1 !important;
}
.text-warning {
  color: #edb200 !important;
}
.text-danger {
  color: #ca2333 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b82c02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #13241f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157247 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076c80 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #876500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #73141d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fd5523;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbde1;
}
.alert-warning {
  background-color: #edb200;
}
.alert-danger {
  background-color: #ca2333;
}
.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: #fd5523;
  border-color: #fd5523;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fd5523;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff1ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #84e8ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdf1fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeeba;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5c4c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', 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: #fd5523 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', 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: #fd5523;
}
/* 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: #fd5523;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fd5523;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd5523;
  border-bottom-color: #fd5523;
}
.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: #fd5523 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #356859 !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='%23fd5523' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uNJftpgkuR .navbar-dropdown {
  position: relative !important;
}
.cid-uNJftpgkuR .navbar-dropdown {
  position: absolute !important;
}
.cid-uNJftpgkuR .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-uNJftpgkuR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNJftpgkuR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNJftpgkuR .dropdown-item:hover,
.cid-uNJftpgkuR .dropdown-item:focus {
  background: #fd5523 !important;
  color: white !important;
}
.cid-uNJftpgkuR .dropdown-item:hover span {
  color: white;
}
.cid-uNJftpgkuR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNJftpgkuR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNJftpgkuR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNJftpgkuR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNJftpgkuR .nav-link {
  position: relative;
}
.cid-uNJftpgkuR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNJftpgkuR .container {
    flex-wrap: nowrap;
  }
}
.cid-uNJftpgkuR .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNJftpgkuR .navbar-caption {
  font-weight: 500;
}
.cid-uNJftpgkuR .dropdown-menu,
.cid-uNJftpgkuR .navbar.opened {
  background: #ffffff !important;
}
.cid-uNJftpgkuR .nav-item:focus,
.cid-uNJftpgkuR .nav-link:focus {
  outline: none;
}
.cid-uNJftpgkuR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNJftpgkuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNJftpgkuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNJftpgkuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNJftpgkuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNJftpgkuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNJftpgkuR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uNJftpgkuR .navbar.opened {
  transition: all 0.3s;
}
.cid-uNJftpgkuR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNJftpgkuR .navbar .navbar-logo img {
  width: auto;
}
.cid-uNJftpgkuR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNJftpgkuR .navbar.collapsed {
  justify-content: center;
}
.cid-uNJftpgkuR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNJftpgkuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNJftpgkuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNJftpgkuR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNJftpgkuR .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-uNJftpgkuR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNJftpgkuR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNJftpgkuR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNJftpgkuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNJftpgkuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNJftpgkuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNJftpgkuR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNJftpgkuR .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-uNJftpgkuR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNJftpgkuR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNJftpgkuR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNJftpgkuR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNJftpgkuR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNJftpgkuR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNJftpgkuR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNJftpgkuR .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNJftpgkuR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNJftpgkuR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNJftpgkuR .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-uNJftpgkuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNJftpgkuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNJftpgkuR .dropdown-item.active,
.cid-uNJftpgkuR .dropdown-item:active {
  background-color: transparent;
}
.cid-uNJftpgkuR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNJftpgkuR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNJftpgkuR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNJftpgkuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNJftpgkuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNJftpgkuR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNJftpgkuR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNJftpgkuR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNJftpgkuR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNJftpgkuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uNJftpgkuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNJftpgkuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJftpgkuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJftpgkuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNJftpgkuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJftpgkuR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNJftpgkuR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNJftpgkuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJftpgkuR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNJftpgkuR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNJftpgkuR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNJftpgkuR .navbar {
    height: 70px;
  }
  .cid-uNJftpgkuR .navbar.opened {
    height: auto;
  }
  .cid-uNJftpgkuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNJftpgoSz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNJftpgoSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpgoSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpgoSz img {
  border-radius: 2rem;
}
.cid-uNJftpgoSz .mbr-section-subtitle {
  background: #fd5523;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpgoSz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpgoSz .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpgoSz .mbr-section-title {
  color: #000000;
}
.cid-uNJftpgoSz .mbr-text,
.cid-uNJftpgoSz .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpgoSz .mbr-section-subtitle,
.cid-uNJftpgoSz .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpgoSz .row {
  align-items: center;
}
.cid-uNJftphS2a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e9f1ee;
}
.cid-uNJftphS2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftphS2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftphS2a .card-wrapper {
  border: 3px solid #fd5523;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uNJftphS2a .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJftphS2a .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftphS2a .card-wrapper .mbr-section-subtitle2 {
  background: #fd5523;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftphS2a .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftphS2a .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftphS2a .mbr-section-subtitle {
  background: #fd5523;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
  color: #FFFFFF;
}
.cid-uNJftphS2a .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftphS2a .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftphS2a .mbr-section-subtitle3,
.cid-uNJftphS2a .align-wrapper2 {
  color: #FFFFFF;
}
.cid-uNJftphS2a .mbr-section-subtitle2,
.cid-uNJftphS2a .align-wrapper2 {
  color: #FFFFFF;
}
.cid-uNJftphS2a .mbr-section-title {
  color: #000000;
}
.cid-uNJftphS2a .mbr-text,
.cid-uNJftphS2a .mbr-section-btn {
  color: #000000;
}
.cid-uNJftphS2a .mbr-cardtext {
  color: #000000;
}
.cid-uNJftphS2a .mbr-section-cardtitle {
  color: #000000;
}
.cid-uNJftphS2a .item {
  margin-bottom: 2rem;
}
.cid-uNJftphRfx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #227755;
}
.cid-uNJftphRfx .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-uNJftphRfx .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uNJftphRfx .mbr-section-title {
  color: #FFFFFF;
}
.cid-uNJftpiEuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9f1ee;
}
.cid-uNJftpiEuA .mbr-section-title {
  color: #ffffff;
}
.cid-uNJftpiEuA img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNJftpiEuA img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uNJftpiEuA .wrapper {
  margin-bottom: 2rem;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uNJftpiEuA .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJftpiEuA .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpiEuA .card1 {
  background: #ffffff;
}
.cid-uNJftpiEuA .card2 {
  background: #227755;
}
.cid-uNJftpiEuA .mbr-text2 {
  color: #FFFFFF;
}
.cid-uNJftpiEuA .mbr-section-title2 {
  color: #FFFFFF;
}
.cid-uNJftpiEuA .mbr-text1 {
  color: #000000;
}
.cid-uNJftpixhJ {
  background-image: url("../images/xrX9BTwgGOe8.jpeg");
}
.cid-uNJftpixhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpixhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpixhJ .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uNJftpixhJ .row {
    height: 350px;
  }
}
.cid-uNJftpiNT5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpiNT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpiNT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpiNT5 .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpiNT5 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpiNT5 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpiNT5 .mbr-section-title {
  color: #000000;
}
.cid-uNJftpiNT5 .mbr-text,
.cid-uNJftpiNT5 .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpiNT5 .mbr-section-subtitle,
.cid-uNJftpiNT5 .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpi8DP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpi8DP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpi8DP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpi8DP .card-wrapper {
  border: 3px solid #fd5523;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uNJftpi8DP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJftpi8DP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpi8DP .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpi8DP .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpi8DP .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpi8DP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJftpi8DP .mbr-text,
.cid-uNJftpi8DP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uNJftpi8DP .mbr-section-subtitle2,
.cid-uNJftpi8DP .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpi8DP .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uNJftpi8DP .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uNJftpi8DP .mbr-section-subtitle,
.cid-uNJftpi8DP .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpi8DP img,
.cid-uNJftpi8DP .item-img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
  height: 200px;
}
.cid-uNJftpi8DP img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uNJftpjAZf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #227755;
}
.cid-uNJftpjAZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpjAZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpjAZf .mbr-section-subtitle {
  background: #fd5523;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
  color: #FFFFFF;
}
.cid-uNJftpjAZf .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpjAZf .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpjAZf .mbr-section-title {
  color: #FFFFFF;
}
.cid-uNJftpjAZf .mbr-text,
.cid-uNJftpjAZf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNJftpjUSf {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-uNJftpjUSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpjUSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpjUSf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJftpjUSf .mbr-text,
.cid-uNJftpjUSf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uNJftpjUSf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNJftpkFnZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e9f1ee;
}
.cid-uNJftpkFnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpkFnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpkFnZ h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uNJftpkFnZ .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpkFnZ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpkFnZ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpkFnZ .mbr-section-title {
  color: #000000;
}
.cid-uNJftpkFnZ .mbr-text,
.cid-uNJftpkFnZ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uNJftpkFnZ .mbr-section-subtitle,
.cid-uNJftpkFnZ .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpkLUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e9f1ee;
}
.cid-uNJftpkLUq .list-group-item {
  background-color: transparent;
  color: #000000;
  text-align: left;
}
.cid-uNJftpkLUq .row-color {
  background: #ffffff;
  border-radius: 2rem;
  margin: 0;
}
.cid-uNJftpkLUq .card {
  padding: 0;
}
.cid-uNJftpkLUq .plan {
  padding: 3rem 2rem;
  word-break: break-word;
  border-radius: 10px;
}
.cid-uNJftpkLUq .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-uNJftpkLUq .plan .list-group-item::before {
  font-family: 'Moririse2' !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fd5523;
}
@media (max-width: 767px) {
  .cid-uNJftpkLUq .plan {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpkLUq .mbr-iconfont {
  font-size: 5rem;
  color: #fd5523;
  padding-bottom: 2rem;
  display: block;
}
.cid-uNJftpkLUq .price {
  color: #fd5523;
}
.cid-uNJftpkLUq .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uNJftpkLUq .plan {
    margin-bottom: 2rem;
  }
}
.cid-uNJftpkLUq .price,
.cid-uNJftpkLUq .plan-price {
  color: #FD5523;
  text-align: left;
}
.cid-uNJftpkLUq .plan-title {
  color: #000000;
  text-align: left;
}
.cid-uNJftpkLUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpkLUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpkLUq .price-term,
.cid-uNJftpkLUq .plan-price {
  color: #000000;
}
.cid-uNJftpkLUq .mbr-card-text {
  color: #6e6e6e;
}
.cid-uNJftpkLUq .mbr-card-text,
.cid-uNJftpkLUq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNJftplEYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #227755;
}
.cid-uNJftplEYZ .mbr-text {
  color: #000000;
}
.cid-uNJftplEYZ .mbr-section-title {
  color: #000000;
}
.cid-uNJftplEYZ .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftplEYZ .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftplEYZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftplEYZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uNJftplEYZ .item-wrapper {
  height: 100%;
}
.cid-uNJftplYmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #227755;
}
.cid-uNJftplYmg .mbr-text {
  color: #fafaf9;
}
.cid-uNJftplYmg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJftplYmg .wrapper {
  background: #ffffff;
  padding: 3rem 1rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.cid-uNJftpljPe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpljPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpljPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpljPe .card-wrapper {
  border: 3px solid #fd5523;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftpljPe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpljPe .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpljPe .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpljPe .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpljPe .mbr-section-title {
  color: #000000;
}
.cid-uNJftpljPe .mbr-text,
.cid-uNJftpljPe .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpljPe .mbr-section-subtitle2,
.cid-uNJftpljPe .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpljPe .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uNJftpljPe .item {
  margin-bottom: 2rem;
}
.cid-uNJftpljPe .mbr-section-subtitle,
.cid-uNJftpljPe .align-wrapper {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cid-uNJftpljPe .item-wrapper {
    height: 100%;
  }
}
.cid-uNJftpmdaR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpmdaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpmdaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpmdaR .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpmdaR .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpmdaR .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpmdaR .mbr-section-title {
  color: #000000;
}
.cid-uNJftpmdaR .mbr-text,
.cid-uNJftpmdaR .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpmdaR .mbr-section-subtitle,
.cid-uNJftpmdaR .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpmx24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #227755;
}
.cid-uNJftpmx24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpmx24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpmx24 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uNJftpmx24 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNJftpmx24 .google-map [data-state-details] {
  color: #6b6763;
  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-uNJftpmx24 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNJftpmx24 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNJftpmx24 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uNJftpnLAu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9f1ee;
}
.cid-uNJftpnLAu img {
  width: 180px;
  margin: auto;
}
.cid-uNJftpnLAu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uNJftpnLAu .card:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-uNJftpnLAu .card {
    max-width: 20%;
  }
}
.cid-uNJftpnLAu .mbr-section-title {
  color: #000000;
}
.cid-uNJftpnVy3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uNJftpnVy3 .item:focus,
.cid-uNJftpnVy3 span:focus {
  outline: none;
}
.cid-uNJftpnVy3 .item {
  cursor: pointer;
}
.cid-uNJftpnVy3 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftpnVy3 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNJftpnVy3 .grid-container-1,
.cid-uNJftpnVy3 .grid-container-2,
.cid-uNJftpnVy3 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftpnVy3 .grid-container-1,
  .cid-uNJftpnVy3 .grid-container-2,
  .cid-uNJftpnVy3 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uNJftpnVy3 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-uNJftpnVy3 .content-head {
  max-width: 800px;
}
.cid-uNJftpnVy3 .container,
.cid-uNJftpnVy3 .container-fluid {
  overflow: hidden;
}
.cid-uNJftpnVy3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNJftpnVy3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNJftpnVy3 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
  border: 3px solid #fd5523;
  background-color: #fd5523;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-uNJftpnVy3 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uNJftpnVy3 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uNJftpnVy3 .grid-container-1,
.cid-uNJftpnVy3 .grid-container-2,
.cid-uNJftpnVy3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNJftpnVy3 .grid-container-1 {
  align-items: flex-end;
}
.cid-uNJftpnVy3 .grid-container-2 {
  align-items: flex-start;
}
.cid-uNJftpnE2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e9f1ee;
}
.cid-uNJftpnE2E .list-group-item {
  background-color: transparent;
  color: #000000;
  text-align: left;
}
.cid-uNJftpnE2E .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uNJftpnE2E .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-uNJftpnE2E .plan .list-group-item::before {
  font-family: 'Moririse2' !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fd5523;
}
@media (max-width: 767px) {
  .cid-uNJftpnE2E .plan {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpnE2E .mbr-iconfont {
  font-size: 5rem;
  color: #fd5523;
  padding-bottom: 2rem;
  display: block;
}
.cid-uNJftpnE2E .price {
  color: #fd5523;
}
.cid-uNJftpnE2E .btn {
  width: -webkit-fill-available;
}
.cid-uNJftpnE2E .price,
.cid-uNJftpnE2E .plan-price {
  color: #000000;
}
.cid-uNJftpnE2E H3 {
  color: #000000;
  text-align: center;
}
.cid-uNJftpnE2E H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uNJftpnE2E .plan-title {
  color: #000000;
}
.cid-uNJftpnE2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpnE2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpnE2E .price-term,
.cid-uNJftpnE2E .plan-price {
  color: #6e6e6e;
}
.cid-uNJftpnE2E .mbr-card-text {
  color: #6e6e6e;
}
.cid-uNJftpnE2E .mbr-card-text,
.cid-uNJftpnE2E .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpnE2E .item {
  margin-bottom: 2rem;
}
.cid-uNJftpoTSO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpoTSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpoTSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNJftpoTSO p {
    max-width: 95%;
  }
}
.cid-uNJftpoTSO .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpoTSO .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fd5523;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpoTSO .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #356859;
  font-size: 1.5rem;
}
.cid-uNJftpoTSO .mbr-section-title {
  color: #000000;
}
.cid-uNJftpoTSO .mbr-text,
.cid-uNJftpoTSO .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpoTSO .mbr-section-subtitle,
.cid-uNJftpoTSO .align-wrapper {
  color: #04492e;
}
.cid-uNJftpoTSO .mbr-section-title2 {
  color: #04492e;
}
.cid-uNJftpoTSO .mbr-text2,
.cid-uNJftpoTSO .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpo5Vj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-uNJftpo5Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpo5Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpo5Vj .card-wrapper {
  border: 3px solid #fd5523;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftpo5Vj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpo5Vj .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpo5Vj .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpo5Vj .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpo5Vj .mbr-section-title {
  color: #000000;
}
.cid-uNJftpo5Vj .mbr-text,
.cid-uNJftpo5Vj .mbr-section-btn {
  color: #000000;
}
.cid-uNJftpo5Vj .mbr-section-subtitle2,
.cid-uNJftpo5Vj .align-wrapper {
  color: #FFFFFF;
}
.cid-uNJftpo5Vj .mbr-section-maintitle {
  text-align: center;
  color: #000000;
}
.cid-uNJftpo5Vj .mbr-section-subtitle,
.cid-uNJftpo5Vj .align-wrapper {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .cid-uNJftpo5Vj .item-wrapper {
    height: 100%;
  }
}
.cid-uNJftpo5Vj .item {
  margin-bottom: 2rem;
}
.cid-uNJftppILY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9f1ee;
}
.cid-uNJftppILY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftppILY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftppILY .image-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uNJftppILY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNJftppILY img {
  width: 100%;
  border: 3px solid #fd5523;
  border-radius: 2rem;
}
.cid-uNJftppILY .mbr-text {
  color: #000000;
}
.cid-uNJftppY07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftppY07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/mW6aKxaMfT0f.jpg");
}
.cid-uNJftppY07 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uNJftppY07 .row {
    height: 350px;
  }
}
.cid-uNJftpqHfl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #227755;
}
.cid-uNJftpqHfl .item:focus,
.cid-uNJftpqHfl span:focus {
  outline: none;
}
.cid-uNJftpqHfl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNJftpqHfl .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uNJftpqHfl .item {
    min-height: 45px;
  }
}
.cid-uNJftprhiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9f1ee;
}
.cid-uNJftprhiO .mbr-section-title {
  color: #ffffff;
}
.cid-uNJftprhiO img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNJftprhiO img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uNJftprhiO li {
  padding-left: 0;
  padding-bottom: 1rem;
}
.cid-uNJftprhiO ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cid-uNJftprhiO .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNJftprhiO .price-wrap {
    flex-direction: column;
  }
}
.cid-uNJftprhiO .wrapper {
  padding: 2rem;
  border-radius: 2rem;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uNJftprhiO .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJftprhiO .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftprhiO .mbr-text2 {
  color: #ffffff;
}
.cid-uNJftprhiO .mbr-section-title2 {
  color: #ffffff;
}
.cid-uNJftprhiO .mbr-text1 {
  color: #04492e;
}
.cid-uNJftprhiO .price {
  color: #000000;
}
.cid-uNJftprhiO .mbr-section-title1 {
  color: #000000;
}
.cid-uNJftprhiO .mbr-text {
  color: #000000;
}
.cid-uNJftprhiO .list-group-item {
  color: #000000;
}
.cid-uNJftprMQK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #227755;
}
.cid-uNJftprMQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftprMQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftprMQK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uNJftprMQK .team-card:hover {
  transform: translateY(-10px);
}
.cid-uNJftprMQK .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uNJftprMQK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uNJftprMQK .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uNJftprMQK .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJftprMQK .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uNJftprMQK .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uNJftprMQK .social-row {
  text-align: center;
}
.cid-uNJftprMQK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #04492e;
  transition: all 0.3s;
}
.cid-uNJftprMQK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #04492e;
  font-size: 1.5rem;
}
.cid-uNJftprMQK .social-row .soc-item:hover {
  background-color: #04492e;
}
.cid-uNJftprMQK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uNJftprMQK .mbr-section-title {
  color: #FFFFFF;
}
.cid-uNJftprMQK .card-title,
.cid-uNJftprMQK .social-row {
  color: #000000;
}
.cid-uNJftprMQK .mbr-role,
.cid-uNJftprMQK .social-row {
  color: #000000;
}
.cid-uNJftprMQK .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftprMQK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNJftpsa1y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
}
.cid-uNJftpsa1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpsa1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpsa1y img {
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: 350px;
  object-fit: cover;
}
.cid-uNJftpsa1y .item {
  margin-bottom: 32px;
}
.cid-uNJftpsa1y .item-wrapper {
  border: 3px solid #fd5523;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJftpsa1y .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNJftpsa1y .mbr-section-subtitle {
  background: #356859;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpsa1y .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 8px;
  background: #fd5523;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uNJftpsa1y .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpsa1y .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNJftpsa1y .mbr-text,
.cid-uNJftpsa1y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNJftpsa1y .mbr-section-subtitle2,
.cid-uNJftpsa1y .align-wrapper {
  color: #04492e;
}
.cid-uNJftpsa1y .mbr-section-maintitle {
  text-align: center;
  color: #000000;
}
.cid-uNJftpsa1y .mbr-section-subtitle,
.cid-uNJftpsa1y .align-wrapper {
  text-align: left;
  color: #FFFFFF;
}
.cid-uNJftpsaCj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNJftpsaCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftpsaCj p a:hover {
  background: none !important;
}
.cid-uNJftpsaCj .row {
  align-items: flex-end;
}
.cid-uNJftpsaCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftpsaCj .text-white:hover {
  color: #356859 !important;
}
.cid-uNJftpsaCj .mbr-section-subtitle {
  background: #fd5523;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftpsaCj .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #356859;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftpsaCj .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uNJftpsaCj .mbr-section-title {
  color: #ffffff;
}
.cid-uNJftpsaCj .mbr-text,
.cid-uNJftpsaCj .mbr-section-btn {
  color: #fafaf9;
}
.cid-uNJftpsaCj .mbr-section-title,
.cid-uNJftpsaCj .mbr-section-btn {
  color: #FD5523;
}
.cid-uNJftpsaCj .mbr-text {
  color: #FFFFFF;
}
.cid-uNJftptseL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e9f1ee;
}
.cid-uNJftptseL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftptseL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJftptseL form .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-uNJftptseL h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uNJftptseL .form-control,
.cid-uNJftptseL .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #227755 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNJftptseL .form-control::-webkit-input-placeholder,
.cid-uNJftptseL .field-input::-webkit-input-placeholder,
.cid-uNJftptseL .form-control::-webkit-input-placeholder,
.cid-uNJftptseL .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uNJftptseL .form-control:-moz-placeholder,
.cid-uNJftptseL .field-input:-moz-placeholder,
.cid-uNJftptseL .form-control:-moz-placeholder,
.cid-uNJftptseL .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uNJftptseL .form-control:hover,
.cid-uNJftptseL .field-input:hover,
.cid-uNJftptseL .form-control:focus,
.cid-uNJftptseL .field-input:focus {
  background-color: #ffffff;
  border-color: #227755 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uNJftptseL .form-control:hover::-webkit-input-placeholder,
.cid-uNJftptseL .field-input:hover::-webkit-input-placeholder,
.cid-uNJftptseL .form-control:focus::-webkit-input-placeholder,
.cid-uNJftptseL .field-input:focus::-webkit-input-placeholder,
.cid-uNJftptseL .form-control:hover::-webkit-input-placeholder,
.cid-uNJftptseL .field-input:hover::-webkit-input-placeholder,
.cid-uNJftptseL .form-control:focus::-webkit-input-placeholder,
.cid-uNJftptseL .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uNJftptseL .form-control:hover:-moz-placeholder,
.cid-uNJftptseL .field-input:hover:-moz-placeholder,
.cid-uNJftptseL .form-control:focus:-moz-placeholder,
.cid-uNJftptseL .field-input:focus:-moz-placeholder,
.cid-uNJftptseL .form-control:hover:-moz-placeholder,
.cid-uNJftptseL .field-input:hover:-moz-placeholder,
.cid-uNJftptseL .form-control:focus:-moz-placeholder,
.cid-uNJftptseL .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uNJftptseL .jq-number__spin:hover,
.cid-uNJftptseL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #227755 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uNJftptseL .jq-number__spin {
  background-color: #ffffff;
  border-color: #227755;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNJftptseL .jq-selectbox li,
.cid-uNJftptseL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uNJftptseL .jq-selectbox li:hover,
.cid-uNJftptseL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uNJftptseL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uNJftptseL .jq-number__spin.minus:hover:after,
.cid-uNJftptseL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uNJftptseL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uNJftptseL .jq-number__spin.minus:after,
.cid-uNJftptseL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uNJftptseL textarea {
  min-height: 150px;
}
.cid-uNJftptseL input::-webkit-clear-button {
  display: none;
}
.cid-uNJftptseL input::-webkit-inner-spin-button {
  display: none;
}
.cid-uNJftptseL input::-webkit-outer-spin-button {
  display: none;
}
.cid-uNJftptseL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uNJftptseL LABEL {
  color: #000000;
}
.cid-uNJftptseL .col-auto {
  margin: auto;
}
.cid-uNJftptseL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNJftptoe5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
  background-color: #e9f1ee;
}
.cid-uNJftptoe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJftptoe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNJftptoe5 p {
    max-width: 95%;
  }
}
.cid-uNJftptoe5 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uNJftptoe5 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fd5523;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJftptoe5 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #356859;
  font-size: 1.5rem;
}
.cid-uNJftptoe5 .list {
  margin: 0;
}
.cid-uNJftptoe5 .list .item-wrap {
  margin-bottom: 1rem;
}
.cid-uNJftptoe5 .list .item-wrap::marker {
  color: #fd5523;
}
.cid-uNJftptoe5 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNJftptoe5 .mbr-section-title {
  color: #000000;
}
.cid-uNJftptoe5 .mbr-section-subtitle,
.cid-uNJftptoe5 .align-wrapper {
  color: #04492e;
}
.cid-uNJftptoe5 .list,
.cid-uNJftptoe5 .item-wrap {
  color: #000000;
}
.cid-uNJftptVZD {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-uNJftptVZD .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNJftptVZD .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNJftptVZD .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
