body {
  background-color: #fbf9f8;
}
body {
  font-family: 'Brygada 1918', sans-serif;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: .0625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.8 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9ab19a !important;
}
.bg-success {
  background-color: #3ddb92 !important;
}
.bg-info {
  background-color: #25d1f3 !important;
}
.bg-warning {
  background-color: #ffc519 !important;
}
.bg-danger {
  background-color: #dd3b4a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9ab19a !important;
  border-color: #9ab19a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6a8a6a !important;
  border-color: #6a8a6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a8a6a !important;
  border-color: #6a8a6a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #313235 !important;
  border-color: #313235 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #070708 !important;
  border-color: #070708 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #070708 !important;
  border-color: #070708 !important;
}
.btn-info,
.btn-info:active {
  background-color: #25d1f3 !important;
  border-color: #25d1f3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a9bb7 !important;
  border-color: #0a9bb7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a9bb7 !important;
  border-color: #0a9bb7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3ddb92 !important;
  border-color: #3ddb92 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1ea366 !important;
  border-color: #1ea366 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1ea366 !important;
  border-color: #1ea366 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc519 !important;
  border-color: #ffc519 !important;
  color: #191300 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c19100 !important;
  border-color: #c19100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #191300 !important;
  background-color: #c19100 !important;
  border-color: #c19100 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3b4a !important;
  border-color: #dd3b4a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a51d29 !important;
  border-color: #a51d29 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a51d29 !important;
  border-color: #a51d29 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9ab19a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a8a6a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9ab19a !important;
  border-color: #9ab19a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #313235;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #070708 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #313235 !important;
  border-color: #313235 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25d1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a9bb7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #25d1f3 !important;
  border-color: #25d1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3ddb92;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea366 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ddb92 !important;
  border-color: #3ddb92 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc519;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c19100 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #191300 !important;
  background-color: #ffc519 !important;
  border-color: #ffc519 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd3b4a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a51d29 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3b4a !important;
  border-color: #dd3b4a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #9ab19a !important;
}
.text-secondary {
  color: #313235 !important;
}
.text-success {
  color: #3ddb92 !important;
}
.text-info {
  color: #25d1f3 !important;
}
.text-warning {
  color: #ffc519 !important;
}
.text-danger {
  color: #dd3b4a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #648164 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c965e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098ea9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b28500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #981a26 !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: #9ab19a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #25d1f3;
}
.alert-warning {
  background-color: #ffc519;
}
.alert-danger {
  background-color: #dd3b4a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9ab19a;
  border-color: #9ab19a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9ab19a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2e9e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9fbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6fafe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe9eb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #9ab19a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #9ab19a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9ab19a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9ab19a;
}
.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: #9ab19a;
  border-bottom-color: #9ab19a;
}
.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: #9ab19a !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: #313235 !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='%239ab19a' %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;
}
.container {
  max-width: 1056px;
}
.btn {
  border-radius: 100vw;
  padding: 0.75rem 1.5rem;
}
.cid-uVaLBj8XjZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ {
    min-height: 105px;
  }
}
.cid-uVaLBj8XjZ nav.navbar {
  position: fixed;
}
.cid-uVaLBj8XjZ .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaLBj8XjZ .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uVaLBj8XjZ .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-uVaLBj8XjZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVaLBj8XjZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVaLBj8XjZ .dropdown-item:hover,
.cid-uVaLBj8XjZ .dropdown-item:focus {
  background: #9ab19a !important;
  color: white !important;
}
.cid-uVaLBj8XjZ .dropdown-item:hover span {
  color: white;
}
.cid-uVaLBj8XjZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaLBj8XjZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaLBj8XjZ .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uVaLBj8XjZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaLBj8XjZ .nav-link {
  position: relative;
}
.cid-uVaLBj8XjZ .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVaLBj8XjZ .dropdown-menu,
.cid-uVaLBj8XjZ .navbar.opened {
  background: #fbf9f8 !important;
}
.cid-uVaLBj8XjZ .nav-item:focus,
.cid-uVaLBj8XjZ .nav-link:focus {
  outline: none;
}
.cid-uVaLBj8XjZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaLBj8XjZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVaLBj8XjZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaLBj8XjZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaLBj8XjZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaLBj8XjZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaLBj8XjZ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbf9f8;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar {
    min-height: 105px;
  }
}
.cid-uVaLBj8XjZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaLBj8XjZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVaLBj8XjZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaLBj8XjZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uVaLBj8XjZ .navbar.collapsed {
  justify-content: center;
}
.cid-uVaLBj8XjZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaLBj8XjZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVaLBj8XjZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaLBj8XjZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaLBj8XjZ .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-uVaLBj8XjZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaLBj8XjZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaLBj8XjZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaLBj8XjZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaLBj8XjZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaLBj8XjZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaLBj8XjZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaLBj8XjZ .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-uVaLBj8XjZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaLBj8XjZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaLBj8XjZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVaLBj8XjZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVaLBj8XjZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaLBj8XjZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaLBj8XjZ .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uVaLBj8XjZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVaLBj8XjZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVaLBj8XjZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uVaLBj8XjZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #210c02;
}
.cid-uVaLBj8XjZ .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #9ab19a;
}
.cid-uVaLBj8XjZ .navbar-brand .navbar-caption:hover {
  color: #9ab19a !important;
}
.cid-uVaLBj8XjZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaLBj8XjZ .dropdown-item.active,
.cid-uVaLBj8XjZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaLBj8XjZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaLBj8XjZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaLBj8XjZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaLBj8XjZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf9f8;
}
.cid-uVaLBj8XjZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVaLBj8XjZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaLBj8XjZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVaLBj8XjZ .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uVaLBj8XjZ .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uVaLBj8XjZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVaLBj8XjZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #210c02;
}
.cid-uVaLBj8XjZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVaLBj8XjZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVaLBj8XjZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVaLBj8XjZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVaLBj8XjZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaLBj8XjZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaLBj8XjZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaLBj8XjZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaLBj8XjZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVaLBj8XjZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uVaLBj8XjZ .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-uVaLBj8XjZ .navbar {
    height: 60px;
  }
  .cid-uVaLBj8XjZ .navbar.opened {
    height: auto;
  }
  .cid-uVaLBj8XjZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uVaLBj8XjZ .navbar {
    min-height: 105px;
  }
}
.cid-uVaLBj8XjZ .nav-link,
.cid-uVaLBj8XjZ .dropdown-item {
  color: #210C02;
}
.cid-uVaLBj8nsg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf9f8;
  background-image: radial-gradient(circle farthest-side at 0 150%, #9ab19a, #fbf9f8);
}
@media (min-width: 768px) {
  .cid-uVaLBj8nsg .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBj8nsg .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-uVaLBj8nsg .container {
  max-width: 1312px;
}
.cid-uVaLBj8nsg .label-text {
  color: #210C02;
  position: relative;
  z-index: 2;
}
.cid-uVaLBj8nsg .mbr-section-title {
  color: #002549;
}
.cid-uVaLBj8nsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBj8nsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBj8nsg .mbr-section-title,
.cid-uVaLBj8nsg .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBj9gnk {
  background-image: url("https://r.mobirisesite.com/1776123/assets/images/photo-1646526802761-98046c6f1f53.jpeg");
}
.cid-uVaLBj9gnk .mbr-overlay {
  z-index: 1;
}
.cid-uVaLBj9gnk .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uVaLBj9gnk .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBj9gnk .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uVaLBj9gnk .item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.cid-uVaLBj9gnk .mbr-text {
  color: #002549;
}
.cid-uVaLBj9gnk .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uVaLBj9gnk .card-container {
  display: flex;
}
.cid-uVaLBj9gnk .card-container .card {
  border-radius: 0;
}
.cid-uVaLBj9gnk .card-container .card .item-img {
  display: flex;
}
.cid-uVaLBj9gnk .card-container .card .item-img img {
  width: 100%;
  height: 50vw;
  max-height: 60rem;
  object-fit: cover;
}
.cid-uVaLBj9sbx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVaLBj9sbx .container {
  max-width: 832px;
}
.cid-uVaLBj9sbx .mbr-text {
  color: #210C02;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.cid-uVaLBj9sbx .mbr-text span {
  font-weight: inherit;
  line-height: inherit;
  color: #e1965f;
}
.cid-uVaLBj9sbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBj9sbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBj9fNH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #210c02;
}
.cid-uVaLBj9fNH .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVaLBj9fNH .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uVaLBj9fNH .row {
  align-items: center;
}
.cid-uVaLBj9fNH .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uVaLBj9fNH .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBj9fNH .img-wrap {
    right: 0;
  }
}
.cid-uVaLBj9fNH .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uVaLBj9fNH .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBj9fNH .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBj9fNH .col-text {
    padding-right: 4rem;
  }
}
.cid-uVaLBj9fNH .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uVaLBj9fNH .mbr-text {
  color: #FFFFFF;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uVaLBj9fNH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uVaLBj9fNH .text-wrapper:hover {
  color: #cbe3cb;
}
.cid-uVaLBj9fNH .text-wrapper:hover .mbr-section-title {
  color: #cbe3cb;
}
.cid-uVaLBj9fNH .text-wrapper:hover .mbr-text {
  color: #cbe3cb;
}
.cid-uVaLBj9fNH .text-wrapper:hover a {
  color: #cbe3cb !important;
}
.cid-uVaLBj9fNH .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uVaLBj9fNH .text-wrapper a:hover {
  background-image: none !important;
  color: #cbe3cb !important;
}
.cid-uVaLBj9fNH .icon-box {
  margin-top: 1rem;
}
.cid-uVaLBj9fNH .icon-box span {
  color: #cbe3cb;
}
.cid-uVaLBj9fNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBj9fNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBj9fNH .mbr-section-title,
.cid-uVaLBj9fNH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVaLBjaJiR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjaJiR .container {
  max-width: 1312px;
}
.cid-uVaLBjaJiR .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uVaLBjaJiR .row {
    padding: 0 0.75rem;
  }
}
.cid-uVaLBjaJiR .text-container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uVaLBjaJiR .text-container {
    text-align: center !important;
  }
}
.cid-uVaLBjaJiR .mbr-section-title {
  margin-bottom: 5rem;
  width: 100%;
  color: #210C02;
}
.cid-uVaLBjaJiR .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVaLBjaJiR .cards-container {
    grid-column-gap: 5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uVaLBjaJiR .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center !important;
  }
}
.cid-uVaLBjaJiR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uVaLBjaJiR .item-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uVaLBjaJiR .card-title {
  color: #002549;
  margin-bottom: 1rem;
}
.cid-uVaLBjaJiR .card-text {
  color: #210C02;
}
.cid-uVaLBjaJiR .icon-wrap {
  margin-bottom: 1rem;
}
.cid-uVaLBjaJiR .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #210c02;
  text-align: center;
  display: inline-block;
}
.cid-uVaLBjaJiR .icon-box span {
  font-size: 2rem;
  color: #210c02;
  line-height: 1.7;
}
.cid-uVaLBjaJiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjaJiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjaJiR .card-title,
.cid-uVaLBjaJiR .icon-wrap {
  color: #210C02;
}
.cid-uVaLBjap1S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjap1S .container {
  max-width: 1312px;
}
.cid-uVaLBjap1S .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uVaLBjap1S .row {
    padding: 0 0.75rem;
  }
}
.cid-uVaLBjap1S .text-container {
  width: 100%;
  padding: 0;
}
.cid-uVaLBjap1S .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #210C02;
}
.cid-uVaLBjap1S .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVaLBjap1S .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uVaLBjap1S .item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVaLBjap1S .item-wrapper {
    flex-direction: column;
  }
}
.cid-uVaLBjap1S .card-title {
  color: #210C02;
}
.cid-uVaLBjap1S .card-name-text {
  margin-top: 2rem;
}
.cid-uVaLBjap1S .card-name {
  color: #210C02;
}
.cid-uVaLBjap1S .card-prof {
  color: #210C02;
}
.cid-uVaLBjap1S .mbr-iconfont {
  font-size: 25px;
  color: #6c816c;
}
.cid-uVaLBjap1S .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uVaLBjap1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjap1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjbNVA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #210c02;
}
.cid-uVaLBjbNVA .container {
  max-width: 1312px;
}
.cid-uVaLBjbNVA .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-uVaLBjbNVA .label-text {
  color: #FFFFFF;
  width: 100%;
}
.cid-uVaLBjbNVA .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uVaLBjbNVA .btn {
  padding: 1.6rem 3.5rem 2rem;
  font-weight: 400;
}
.cid-uVaLBjbNVA .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uVaLBjbNVA .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-uVaLBjbNVA .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-uVaLBjbNVA .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #9ab19a;
}
.cid-uVaLBjbNVA .advantage-icon span {
  color: #000000;
}
.cid-uVaLBjbNVA .advantage-text {
  color: #FFFFFF;
}
.cid-uVaLBjbNVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjbNVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjbNVA .mbr-section-title,
.cid-uVaLBjbNVA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVaLBjbJgV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVaLBjbJgV .row {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-uVaLBjbJgV .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVaLBjbJgV .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjbJgV .col-card {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjbJgV .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjbJgV .col-text {
    padding-right: 2rem;
  }
}
.cid-uVaLBjbJgV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVaLBjbJgV .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uVaLBjbJgV .mbr-text {
  color: #210C02;
  max-width: 20rem;
}
.cid-uVaLBjbJgV .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cid-uVaLBjbJgV .card-text {
  color: #210C02;
  flex-grow: 1;
}
.cid-uVaLBjbJgV .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uVaLBjbJgV .icon-box span {
  color: #6c816c;
}
.cid-uVaLBjbJgV .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uVaLBjbJgV .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uVaLBjbJgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjbJgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjbJgV .mbr-section-title,
.cid-uVaLBjbJgV .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBjcXck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVaLBjcXck .container {
  max-width: 800px;
}
.cid-uVaLBjcXck .col-text {
  position: relative;
  margin-bottom: 8rem;
}
.cid-uVaLBjcXck .mbr-text {
  color: #210C02;
  position: relative;
  z-index: 2;
}
.cid-uVaLBjcXck .icon-box {
  position: absolute;
  bottom: -3.2rem;
  right: -5.5rem;
}
@media (max-width: 1199px) {
  .cid-uVaLBjcXck .icon-box {
    bottom: -6.6rem;
    right: 1.2rem;
  }
}
.cid-uVaLBjcXck .icon-box span {
  color: #6c816c;
}
.cid-uVaLBjcXck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjcXck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjdtRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uVaLBjdtRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjdtRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjdtRw .row {
  justify-content: center;
}
.cid-uVaLBjdtRw .content-wrapper .title-wrapper {
  margin-bottom: 4rem;
}
.cid-uVaLBjdtRw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card {
  border-radius: 64px !important;
  padding: 32px;
  background-color: #9ab19a;
  margin-top: 20px;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uVaLBjdtRw .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 100%;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uVaLBjdtRw .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVaLBjdtRw .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVaLBjdtRw .mbr-desc,
.cid-uVaLBjdtRw .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uVaLBjdtRw .panel-title-edit {
  color: #000000;
}
.cid-uVaLBjdtRw .panel-text {
  color: #000000;
}
.cid-uVaLBjeBa6 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #210c02;
}
.cid-uVaLBjeBa6 .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #a7918b 30%, transparent);
}
.cid-uVaLBjeBa6 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-uVaLBjeBa6 .mbr-section-title {
  color: #ffffff;
}
.cid-uVaLBjeBa6 .btn {
  padding: 1.6rem 3.5rem 2rem;
  font-weight: 400;
}
.cid-uVaLBjeBa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjeBa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjeBa6 .mbr-section-title,
.cid-uVaLBjeBa6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVaLBjeRHg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjeRHg .container {
  max-width: 1056px;
}
.cid-uVaLBjeRHg .row {
  align-items: center;
}
.cid-uVaLBjeRHg .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVaLBjeRHg .image-wrapper {
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjeRHg .image-wrapper {
    padding-left: 6rem;
  }
}
.cid-uVaLBjeRHg .image-wrapper img {
  object-fit: cover;
  height: 420px;
  width: 300px;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 768px) {
  .cid-uVaLBjeRHg .image-wrapper img {
    width: 270px;
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-uVaLBjeRHg .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjeRHg .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjeRHg .col-text {
    padding-right: 6rem;
  }
}
.cid-uVaLBjeRHg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVaLBjeRHg .mbr-section-title {
  margin-bottom: 1rem;
  color: #210C02;
  width: 100%;
}
.cid-uVaLBjeRHg .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-uVaLBjeRHg .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-uVaLBjeRHg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVaLBjeRHg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVaLBjeRHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjeRHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjeRHg .mbr-text,
.cid-uVaLBjeRHg .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBjfeBE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjfeBE .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVaLBjfeBE .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjfeBE .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjfeBE .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjfeBE .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uVaLBjfeBE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVaLBjfeBE .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uVaLBjfeBE .mbr-text {
  color: #210C02;
  width: 100%;
}
.cid-uVaLBjfeBE .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uVaLBjfeBE .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #210c02;
}
@media (max-width: 767px) {
  .cid-uVaLBjfeBE .cards-container {
    padding-left: 2rem;
  }
}
.cid-uVaLBjfeBE .card-text-container {
  flex-grow: 1;
}
.cid-uVaLBjfeBE .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-uVaLBjfeBE .card-text {
  color: #210C02;
  width: 100%;
}
.cid-uVaLBjfeBE .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uVaLBjfeBE .icon-box span {
  color: #6c816c;
}
.cid-uVaLBjfeBE .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uVaLBjfeBE .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uVaLBjfeBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjfeBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjfeBE .mbr-section-title,
.cid-uVaLBjfeBE .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBjgxCV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #210c02;
}
.cid-uVaLBjgxCV .col-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cid-uVaLBjgxCV .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uVaLBjgxCV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uVaLBjgxCV .advantages-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVaLBjgxCV .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-uVaLBjgxCV .advantage {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uVaLBjgxCV .advantage-title {
  width: 100%;
  color: #CBE3CB;
}
.cid-uVaLBjgxCV .advantage-text {
  width: 100%;
  color: #FFFFFF;
}
.cid-uVaLBjgxCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjgxCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjhZas {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjhZas .container {
  max-width: 1312px;
}
.cid-uVaLBjhZas .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-uVaLBjhZas .row {
    padding: 0 16px;
  }
}
.cid-uVaLBjhZas .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #210c02;
}
@media (max-width: 991px) {
  .cid-uVaLBjhZas .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-uVaLBjhZas .content-wrap {
    padding: 32px 20px;
  }
}
.cid-uVaLBjhZas .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVaLBjhZas .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjhZas .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjhZas .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjhZas .col-text {
    padding-right: 1rem;
  }
}
.cid-uVaLBjhZas .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVaLBjhZas .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uVaLBjhZas .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVaLBjhZas .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjhZas .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uVaLBjhZas .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVaLBjhZas .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVaLBjhZas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjhZas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjhZas .mbr-text,
.cid-uVaLBjhZas .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVaLBjhdMM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjhdMM .row {
  align-items: center;
}
.cid-uVaLBjhdMM .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uVaLBjhdMM .image-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .cid-uVaLBjhdMM .image-wrapper {
    justify-content: flex-end;
    padding-left: 2rem;
  }
}
.cid-uVaLBjhdMM .image-wrapper img {
  object-fit: cover;
  width: 300px;
  height: 300px;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uVaLBjhdMM .image-wrapper img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uVaLBjhdMM .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uVaLBjhdMM .col-text {
    padding-right: 2rem;
  }
}
.cid-uVaLBjhdMM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVaLBjhdMM .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uVaLBjhdMM .mbr-text {
  color: #210C02;
  width: 100%;
}
.cid-uVaLBjhdMM .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-uVaLBjhdMM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uVaLBjhdMM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uVaLBjhdMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjhdMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjhdMM .mbr-section-title,
.cid-uVaLBjhdMM .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBjiV1o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #210c02;
}
.cid-uVaLBjiV1o .container {
  max-width: 1312px;
}
.cid-uVaLBjiV1o img,
.cid-uVaLBjiV1o .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uVaLBjiV1o img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVaLBjiV1o img {
    height: 350px;
  }
}
.cid-uVaLBjiV1o .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #6c816c;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uVaLBjiV1o .item:focus,
.cid-uVaLBjiV1o span:focus {
  outline: none;
}
.cid-uVaLBjiV1o .item-wrap {
  flex-grow: 1;
}
.cid-uVaLBjiV1o .item-wrapper {
  position: relative;
  background: #fbf9f8;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uVaLBjiV1o .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uVaLBjiV1o .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uVaLBjiV1o .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uVaLBjiV1o .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uVaLBjiV1o .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uVaLBjiV1o .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uVaLBjiV1o .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uVaLBjiV1o .mbr-section-title {
  color: #FFFFFF;
}
.cid-uVaLBjiV1o .mbr-section-subtitle {
  color: #002549;
}
.cid-uVaLBjiV1o .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uVaLBjiV1o .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #9ab19a;
  padding: 8px 1rem;
  border-radius: 2em;
  display: inline-block;
}
.cid-uVaLBjiV1o .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uVaLBjiV1o .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uVaLBjiV1o .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uVaLBjiV1o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVaLBjiV1o .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uVaLBjiV1o .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjiV1o .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uVaLBjiV1o .item-title {
  text-align: left;
  color: #210C02;
}
.cid-uVaLBjiV1o .item-subtitle,
.cid-uVaLBjiV1o .item-footer {
  color: #210C02;
}
.cid-uVaLBjiV1o .item-price,
.cid-uVaLBjiV1o .item-price-container {
  color: #000000;
}
.cid-uVaLBjiOo7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf9f8;
  background-image: radial-gradient(circle farthest-side at 0 150%, #9ab19a, #fbf9f8);
}
.cid-uVaLBjiOo7 .item:focus,
.cid-uVaLBjiOo7 span:focus {
  outline: none;
}
.cid-uVaLBjiOo7 .item {
  cursor: pointer;
}
.cid-uVaLBjiOo7 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uVaLBjiOo7 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVaLBjiOo7 .grid-container-1,
.cid-uVaLBjiOo7 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVaLBjiOo7 .grid-container-1,
  .cid-uVaLBjiOo7 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uVaLBjiOo7 .mbr-section-title {
  margin-bottom: 4rem;
  color: #002549;
  text-align: center;
}
.cid-uVaLBjiOo7 .content-head {
  max-width: 800px;
}
.cid-uVaLBjiOo7 .container,
.cid-uVaLBjiOo7 .container-fluid {
  overflow: hidden;
}
.cid-uVaLBjiOo7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVaLBjiOo7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVaLBjiOo7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVaLBjiOo7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVaLBjiOo7 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uVaLBjiOo7 .grid-container-1,
.cid-uVaLBjiOo7 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVaLBjiOo7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uVaLBjiOo7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uVaLBjj3M3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjj3M3 .container {
  max-width: 1312px;
}
.cid-uVaLBjj3M3 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uVaLBjj3M3 .row {
    padding: 0 0.75rem;
  }
}
.cid-uVaLBjj3M3 .text-container {
  width: 100%;
  padding: 0;
}
.cid-uVaLBjj3M3 .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #210C02;
}
.cid-uVaLBjj3M3 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVaLBjj3M3 .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uVaLBjj3M3 .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uVaLBjj3M3 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVaLBjj3M3 .item-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uVaLBjj3M3 .card-title {
  color: #210C02;
  margin-bottom: 1rem;
}
.cid-uVaLBjj3M3 .card-text {
  color: #210C02;
}
.cid-uVaLBjj3M3 .mbr-iconfont {
  font-size: 25px;
  color: #6c816c;
}
.cid-uVaLBjj3M3 .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-uVaLBjj3M3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjj3M3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjj3M3 .btn-wrapper {
  margin-top: -10%;
  margin-right: -5%;
}
.cid-uVaLBjlr00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaLBjlr00 .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVaLBjlr00 .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjlr00 .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uVaLBjlr00 .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaLBjlr00 .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uVaLBjlr00 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVaLBjlr00 .mbr-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.cid-uVaLBjlr00 .mbr-text {
  color: #210C02;
}
.cid-uVaLBjlr00 .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVaLBjlr00 .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uVaLBjlr00 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVaLBjlr00 .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uVaLBjlr00 .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #210c02;
}
@media (max-width: 767px) {
  .cid-uVaLBjlr00 .cards-container {
    padding-left: 2rem;
  }
}
.cid-uVaLBjlr00 .card-text-container {
  flex-grow: 1;
}
.cid-uVaLBjlr00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaLBjlr00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaLBjlr00 .mbr-section-title,
.cid-uVaLBjlr00 .mbr-section-btn {
  color: #210C02;
}
.cid-uVaLBjlr00 .list,
.cid-uVaLBjlr00 .item-wrap {
  color: #210C02;
}
.cid-uVaLBjlY2W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbf9f8;
  overflow: hidden;
}
.cid-uVaLBjlY2W .mbr-text {
  color: #002549;
}
.cid-uVaLBjlY2W .media-container-row .mbr-text {
  color: #210C02;
}
#custom-html-0 {
  /* Type valid CSS here */
}
#custom-html-0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-0 p {
  font-size: 60px;
  color: #777;
}
@backgroundColor: #FBF9F8;
@primaryColor: #9AB19A;
@secondaryColor: #313235;
@successColor: #3DDB92;
@infoColor: #25D1F3;
@warningColor: #FFC519;
@dangerColor: #DD3B4A;
@mainFont: Brygada 1918;
@display1Font: 'Brygada 1918', sans-serif;
@display1Size: 7;
@display2Font: 'Brygada 1918', sans-serif;
@display2Size: 4.5;
@display5Font: 'Brygada 1918', sans-serif;
@display5Size: 3.25;
@display7Font: 'Brygada 1918', sans-serif;
@display7Size: 1.3;
@display4Font: 'Brygada 1918', sans-serif;
@display4Size: 1.7;
@isRoundedButtons: false;
@isGhostButtonBorder: false;
@underlinedLinks: false;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@isPublish: true;

.cid-uXIcGNDNVS {
@sliderId: "uXIcGNHeDj";
@fullScreen: false;
@paddingTop: 6;
@paddingBottom: 6;
@showTitle: false;
@showText: false;
@showImage: true;
@uname__13: "https://e.mobirise.com/edgem5/components/image1/../_images/background3.jpg";
@uname__14: false;
@uname__15: #ffffff;
@bg-value: #ffffff;
@bg-type: "color";
@bg-color-value: #ffffff;
@bg-parallax: false;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.3;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.mbr-overlay {
  z-index: 1;
}
.main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
  @media (max-width: 767px) {
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    padding: 0 0.75rem;
  }
}
.item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.mbr-text {
  color: #002549;
}
.main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.card-container {
  display: flex;
  & .card {
    border-radius: 0;
    & .item-img {
      display: flex;
      & img {
        width: 100%;
        height: 50vw;
        max-height: 60rem;
        object-fit: cover;
      }
    }
  }
}
}

.cid-uXIcVJgwFz {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showLabel: true;
@shadowLabel: #3a001d;
@showTitle: true;
@shadowTitle: #c21937;
@showText: true;
@showButtons: true;
@uname__14: "https://e.mobirise.com/patientm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #ea3d5b;
@bg-value: #ea3d5b;
@bg-type: "color";
@bg-color-value: #ea3d5b;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/patientm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .label-wrapper {
    .mbr-label {
      margin-bottom: 42px;
      text-shadow: 0 8px 0 @shadowLabel;
    }
  }
  .title-wrapper {
    .mbr-section-title {
      display: inline-block;
      width: 70%;
      margin-bottom: 32px;
      text-shadow: 0 5px 0 @shadowTitle;
      @media (max-width: 992px) {
        width: 100%;
        margin-bottom: 22px;
      }
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 80%;
      margin-bottom: 12px;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .mbr-section-btn {
    .btn {
      margin-bottom: 0;
    }
  }
}
.mbr-label {
  color: #fffaf0;
  text-align: center;
}
.mbr-section-title {
  color: #fffaf0;
}
.mbr-text, .text-wrapper {
  color: #3a001d;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: center;
}
.mbr-label, .label-wrapper {
  text-align: justify;
}
}

.cid-uXIlFZBmfX {
@fullWidth: true;
@paddingTop: 0;
@paddingBottom: 0;
@showLabel: true;
@labelBorder: #f5f8ff;
@showTitle: true;
@showText: true;
@showButtons: false;
@containerBg: #14161b;
@uname__11: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@uname__12: false;
@uname__13: #02050a;
@bg-value: #02050a;
@bg-type: "color";
@bg-color-value: #02050a;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  background-color: @containerBg;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
  @media (max-width: 1440px) {
    padding: 64px;
  }
  @media (max-width: 992px) {
    padding: 48px 24px;
    margin: 3px 0;
  }
  .content-wrapper {
    width: 70%;
    @media (max-width: 1540px) {
      width: 100%;
    }
    & when not (@fullWidth) {
      width: 100%;
    }
    .label-wrapper {
      .mbr-label {
        display: inline-flex;
        padding: 6px 20px;
        border: 1px solid @labelBorder;
        margin-bottom: 54px;
        @media (max-width: 1440px) {
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-title {
      margin-bottom: 84px;
      @media (max-width: 1440px) {
        margin-bottom: 24px;
      }
    }
    .text-wrapper {
      .mbr-text {
        margin-bottom: 0;
      }
    }
    .mbr-section-btn {
      margin-top: 48px;
      @media (max-width: 1440px) {
        margin-top: 24px;
      }
      .btn {
        margin-bottom: 0;
      }
    }
  }
}
.mbr-label, .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.mbr-section-title {
  color: #f5f8ff;
}
.mbr-text, .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: justify;
}
}

.cid-uXImQOYZcA {
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@titleColor: #000000;
@titleShadow: #f5f5f5;
@showText: true;
@textColor: #000000;
@textShadow: #9c9c9c;
@showButtons: false;
@uname__14: "https://e.mobirise.com/supportm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #f5f5f5;
@bg-value: #f5f5f5;
@bg-type: "color";
@bg-color-value: #f5f5f5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/supportm5/components/_images/background1.jpg";
@overlay: true;
@overlayColor: #f5f5f5;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .title-wrapper {
    .mbr-section-title {
      display: inline-block;
      width: 60%;
      margin-bottom: 24px;
      position: relative;
      background-image: linear-gradient(-180deg, @titleShadow, @titleColor 40%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 75%;
      margin-bottom: 0;
      background-image: linear-gradient(-165deg, @textShadow, @textColor 90%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .mbr-section-btn {
    margin-top: 16px;
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text, .text-wrapper {
  color: #515151;
  text-align: justify;
}
.mbr-section-title, .title-wrapper, .mbr-section-btn {
  text-align: justify;
}
}

.cid-uXImTDQ0fm {
@fullWidth: true;
@paddingTop: 0;
@paddingBottom: 0;
@showLabel: true;
@showTitle: true;
@showText: true;
@showButtons: true;
@containerBg: #ffef46;
@uname__10: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@uname__11: false;
@uname__12: #02050a;
@bg-value: #02050a;
@bg-type: "color";
@bg-color-value: #02050a;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  background-color: @containerBg;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
  @media (max-width: 1440px) {
    padding: 64px;
  }
  @media (max-width: 992px) {
    padding: 48px 24px;
    margin: 3px 0;
  }
  .content-wrapper {
    width: 70%;
    @media (max-width: 1540px) {
      width: 100%;
    }
    & when not (@fullWidth) {
      width: 100%;
    }
    .label-wrapper {
      .mbr-label {
        margin-bottom: 54px;
        @media (max-width: 1440px) {
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-title {
      margin-bottom: 54px;
      @media (max-width: 1440px) {
        margin-bottom: 24px;
      }
    }
    .text-wrapper {
      .mbr-text {
        display: inline-block;
        width: 60%;
        margin-bottom: 48px;
        @media (max-width: 1440px) {
          width: 100%;
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-btn {
      .btn {
        margin-bottom: 0;
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-label {
  color: #000000;
  text-align: center;
}
.mbr-text, .text-wrapper {
  color: #000000;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: justify;
}
}

.cid-uXIn32OfmP {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showLabel: true;
@icon: #ffbe0d;
@showTitle: true;
@showText: true;
@showButtons: true;
@uname__13: "https://e.mobirise.com/recyclem5/components/_images/background1.jpg";
@uname__14: false;
@uname__15: #151e11;
@bg-value: #151e11;
@bg-type: "color";
@bg-color-value: #151e11;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/recyclem5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  .label-wrapper {
    .label-wrap {
      display: inline-flex;
      align-items: center;
      margin-bottom: 30px;
      .mbr-label {
        margin-bottom: 0;
      }
      .mbr-iconfont {
        font-size: 18px;
        margin-right: 12px;
        color: @icon;
      }
    }
  }
  .mbr-section-title {
    margin-bottom: 80px;
    @media (max-width: 992px) {
      margin-bottom: 30px;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 45%;
      margin-bottom: 60px;
      @media (max-width: 1440px) {
        width: 50%;
      }
      @media (max-width: 992px) {
        margin-bottom: 30px;
        width: 100%;
      }
    }
  }
}
.mbr-label, .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.mbr-section-title {
  color: #fff7ee;
}
.mbr-text, .text-wrapper {
  color: #fff7ee;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: justify;
}
}

.cid-uXInW3jvTR {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showText: true;
@showLogo: true;
@showSubtitle: true;
@showDesc: true;
@card: #d0e59f;
@uname__12: "https://e.mobirise.com/ridem5/components/_images/background1.jpg";
@uname__13: false;
@uname__14: #e9e9e6;
@bg-value: #e9e9e6;
@bg-type: "color";
@bg-color-value: #e9e9e6;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/ridem5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.row {
  justify-content: space-between;
}
.content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: @card;
  & when not (@isRoundedImages) {
    border-radius: 0 !important;
  }
  @media (max-width: 992px) {
    padding: 40px 16px;
    border-radius: 2rem;
  }
  .mbr-section-title {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 20px;
    }
  }
  .mbr-text {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 20px;
    }
  }
  .logo-wrapper {
    .logo-wrap {
      display: inline-flex;
      align-items: center;
      .image-wrap {
        margin-right: 12px;
        img {
          width: 56px;
          height: 56px;
          object-fit: contain;
        }
      }
      .desc-wrapper {
        .mbr-section-subtitle {
          margin-bottom: 0;
        }
        .mbr-desc {
          margin-bottom: 0;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-section-subtitle {
  color: #000000;
}
.mbr-desc {
  color: #000000;
}
.mbr-text {
  color: #000000;
}
}
@backgroundColor: #FBF9F8;
@primaryColor: #9AB19A;
@secondaryColor: #313235;
@successColor: #3DDB92;
@infoColor: #25D1F3;
@warningColor: #FFC519;
@dangerColor: #DD3B4A;
@mainFont: Brygada 1918;
@display1Font: 'Brygada 1918', sans-serif;
@display1Size: 7;
@display2Font: 'Brygada 1918', sans-serif;
@display2Size: 4.5;
@display5Font: 'Brygada 1918', sans-serif;
@display5Size: 3.25;
@display7Font: 'Brygada 1918', sans-serif;
@display7Size: 1.3;
@display4Font: 'Brygada 1918', sans-serif;
@display4Size: 1.7;
@isRoundedButtons: false;
@isGhostButtonBorder: false;
@underlinedLinks: false;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@isPublish: true;

.cid-uXIpS5cIED {
@sliderId: "uXIpS5kkMM";
@fullScreen: false;
@paddingTop: 6;
@paddingBottom: 6;
@showTitle: false;
@showText: false;
@showImage: true;
@uname__13: "https://e.mobirise.com/edgem5/components/image1/../_images/background3.jpg";
@uname__14: false;
@uname__15: #ffffff;
@bg-value: #ffffff;
@bg-type: "color";
@bg-color-value: #ffffff;
@bg-parallax: false;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.3;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.mbr-overlay {
  z-index: 1;
}
.main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
  @media (max-width: 767px) {
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    padding: 0 0.75rem;
  }
}
.item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.mbr-text {
  color: #002549;
}
.main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.card-container {
  display: flex;
  & .card {
    border-radius: 0;
    & .item-img {
      display: flex;
      & img {
        width: 100%;
        height: 50vw;
        max-height: 60rem;
        object-fit: cover;
      }
    }
  }
}
}

.cid-uXIpS5Itva {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showLabel: true;
@shadowLabel: #3a001d;
@showTitle: true;
@shadowTitle: #c21937;
@showText: true;
@showButtons: true;
@uname__14: "https://e.mobirise.com/patientm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #ea3d5b;
@bg-value: #ea3d5b;
@bg-type: "color";
@bg-color-value: #ea3d5b;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/patientm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .label-wrapper {
    .mbr-label {
      margin-bottom: 42px;
      text-shadow: 0 8px 0 @shadowLabel;
    }
  }
  .title-wrapper {
    .mbr-section-title {
      display: inline-block;
      width: 70%;
      margin-bottom: 32px;
      text-shadow: 0 5px 0 @shadowTitle;
      @media (max-width: 992px) {
        width: 100%;
        margin-bottom: 22px;
      }
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 80%;
      margin-bottom: 12px;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .mbr-section-btn {
    .btn {
      margin-bottom: 0;
    }
  }
}
.mbr-label {
  color: #fffaf0;
  text-align: center;
}
.mbr-section-title {
  color: #fffaf0;
}
.mbr-text, .text-wrapper {
  color: #3a001d;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: center;
}
.mbr-label, .label-wrapper {
  text-align: justify;
}
}

.cid-uXIpS6akUq {
@fullWidth: true;
@paddingTop: 0;
@paddingBottom: 0;
@showLabel: true;
@labelBorder: #f5f8ff;
@showTitle: true;
@showText: true;
@showButtons: false;
@containerBg: #14161b;
@uname__11: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@uname__12: false;
@uname__13: #02050a;
@bg-value: #02050a;
@bg-type: "color";
@bg-color-value: #02050a;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  background-color: @containerBg;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
  @media (max-width: 1440px) {
    padding: 64px;
  }
  @media (max-width: 992px) {
    padding: 48px 24px;
    margin: 3px 0;
  }
  .content-wrapper {
    width: 70%;
    @media (max-width: 1540px) {
      width: 100%;
    }
    & when not (@fullWidth) {
      width: 100%;
    }
    .label-wrapper {
      .mbr-label {
        display: inline-flex;
        padding: 6px 20px;
        border: 1px solid @labelBorder;
        margin-bottom: 54px;
        @media (max-width: 1440px) {
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-title {
      margin-bottom: 84px;
      @media (max-width: 1440px) {
        margin-bottom: 24px;
      }
    }
    .text-wrapper {
      .mbr-text {
        margin-bottom: 0;
      }
    }
    .mbr-section-btn {
      margin-top: 48px;
      @media (max-width: 1440px) {
        margin-top: 24px;
      }
      .btn {
        margin-bottom: 0;
      }
    }
  }
}
.mbr-label, .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.mbr-section-title {
  color: #f5f8ff;
}
.mbr-text, .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: justify;
}
}

.cid-uXIpS6A7eI {
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@titleColor: #000000;
@titleShadow: #f5f5f5;
@showText: true;
@textColor: #000000;
@textShadow: #9c9c9c;
@showButtons: false;
@uname__14: "https://e.mobirise.com/supportm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #f5f5f5;
@bg-value: #f5f5f5;
@bg-type: "color";
@bg-color-value: #f5f5f5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/supportm5/components/_images/background1.jpg";
@overlay: true;
@overlayColor: #f5f5f5;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.content-wrapper {
  .title-wrapper {
    .mbr-section-title {
      display: inline-block;
      width: 60%;
      margin-bottom: 24px;
      position: relative;
      background-image: linear-gradient(-180deg, @titleShadow, @titleColor 40%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 75%;
      margin-bottom: 0;
      background-image: linear-gradient(-165deg, @textShadow, @textColor 90%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  .mbr-section-btn {
    margin-top: 16px;
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-text, .text-wrapper {
  color: #515151;
  text-align: justify;
}
.mbr-section-title, .title-wrapper, .mbr-section-btn {
  text-align: justify;
}
}

.cid-uXIpS72cIK {
@fullWidth: true;
@paddingTop: 0;
@paddingBottom: 0;
@showLabel: true;
@showTitle: true;
@showText: true;
@showButtons: true;
@containerBg: #ffef46;
@uname__10: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@uname__11: false;
@uname__12: #02050a;
@bg-value: #02050a;
@bg-type: "color";
@bg-color-value: #02050a;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/walletm5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  position: relative;
  background-color: @containerBg;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
  @media (max-width: 1440px) {
    padding: 64px;
  }
  @media (max-width: 992px) {
    padding: 48px 24px;
    margin: 3px 0;
  }
  .content-wrapper {
    width: 70%;
    @media (max-width: 1540px) {
      width: 100%;
    }
    & when not (@fullWidth) {
      width: 100%;
    }
    .label-wrapper {
      .mbr-label {
        margin-bottom: 54px;
        @media (max-width: 1440px) {
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-title {
      margin-bottom: 54px;
      @media (max-width: 1440px) {
        margin-bottom: 24px;
      }
    }
    .text-wrapper {
      .mbr-text {
        display: inline-block;
        width: 60%;
        margin-bottom: 48px;
        @media (max-width: 1440px) {
          width: 100%;
          margin-bottom: 24px;
        }
      }
    }
    .mbr-section-btn {
      .btn {
        margin-bottom: 0;
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-label {
  color: #000000;
  text-align: center;
}
.mbr-text, .text-wrapper {
  color: #000000;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: center;
}
.mbr-section-title, .mbr-section-btn, .title-wrapper {
  text-align: justify;
}
}

.cid-uXIpS7yxsQ {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showLabel: true;
@icon: #ffbe0d;
@showTitle: true;
@showText: true;
@showButtons: true;
@uname__13: "https://e.mobirise.com/recyclem5/components/_images/background1.jpg";
@uname__14: false;
@uname__15: #151e11;
@bg-value: #151e11;
@bg-type: "color";
@bg-color-value: #151e11;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/recyclem5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.row {
  justify-content: center;
}
.content-wrapper {
  .label-wrapper {
    .label-wrap {
      display: inline-flex;
      align-items: center;
      margin-bottom: 30px;
      .mbr-label {
        margin-bottom: 0;
      }
      .mbr-iconfont {
        font-size: 18px;
        margin-right: 12px;
        color: @icon;
      }
    }
  }
  .mbr-section-title {
    margin-bottom: 80px;
    @media (max-width: 992px) {
      margin-bottom: 30px;
    }
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 45%;
      margin-bottom: 60px;
      @media (max-width: 1440px) {
        width: 50%;
      }
      @media (max-width: 992px) {
        margin-bottom: 30px;
        width: 100%;
      }
    }
  }
}
.mbr-label, .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.mbr-section-title {
  color: #fff7ee;
}
.mbr-text, .text-wrapper {
  color: #fff7ee;
  text-align: justify;
}
.mbr-section-title, .mbr-section-btn {
  text-align: justify;
}
}

.cid-uXIpS7ZsSm {
@fullScreen: false;
@fullWidth: false;
@paddingTop: 5;
@paddingBottom: 5;
@showTitle: true;
@showText: true;
@showLogo: true;
@showSubtitle: true;
@showDesc: true;
@card: #d0e59f;
@uname__12: "https://e.mobirise.com/ridem5/components/_images/background1.jpg";
@uname__13: false;
@uname__14: #e9e9e6;
@bg-value: #e9e9e6;
@bg-type: "color";
@bg-color-value: #e9e9e6;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/ridem5/components/_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.row {
  justify-content: space-between;
}
.content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: @card;
  & when not (@isRoundedImages) {
    border-radius: 0 !important;
  }
  @media (max-width: 992px) {
    padding: 40px 16px;
    border-radius: 2rem;
  }
  .mbr-section-title {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 20px;
    }
  }
  .mbr-text {
    margin-bottom: 50px;
    @media (max-width: 992px) {
      margin-bottom: 20px;
    }
  }
  .logo-wrapper {
    .logo-wrap {
      display: inline-flex;
      align-items: center;
      .image-wrap {
        margin-right: 12px;
        img {
          width: 56px;
          height: 56px;
          object-fit: contain;
        }
      }
      .desc-wrapper {
        .mbr-section-subtitle {
          margin-bottom: 0;
        }
        .mbr-desc {
          margin-bottom: 0;
        }
      }
    }
  }
}
.mbr-section-title {
  color: #000000;
}
.mbr-section-subtitle {
  color: #000000;
}
.mbr-desc {
  color: #000000;
}
.mbr-text {
  color: #000000;
}
}
