.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 35px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #38a3a5 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4dc1c3 !important;
  border-color: #4dc1c3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4dc1c3 !important;
  border-color: #4dc1c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e16d52 !important;
  border-color: #e16d52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e9927d !important;
  border-color: #e9927d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e9927d !important;
  border-color: #e9927d !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #38a3a5;
  color: #38a3a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #226364 !important;
  background-color: transparent !important;
  border-color: #226364 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e16d52;
  color: #e16d52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc3e21 !important;
  background-color: transparent !important;
  border-color: #bc3e21 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e16d52 !important;
  border-color: #e16d52 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #38a3a5 !important;
}
.text-secondary {
  color: #e16d52 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e5859 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #af3a1e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #38a3a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #38a3a5;
  border-color: #38a3a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #38a3a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #86d5d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #38a3a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #38a3a5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #38a3a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #38a3a5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #38a3a5;
  border-bottom-color: #38a3a5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #38a3a5 !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: #e16d52 !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='%2338a3a5' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-uQ65RMDyl9 .navbar-dropdown {
  position: relative !important;
}
.cid-uQ65RMDyl9 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-uQ65RMDyl9 .container-fluid {
    padding: 0 8px;
  }
}
.cid-uQ65RMDyl9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uQ65RMDyl9 .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-uQ65RMDyl9 .container {
    flex-wrap: wrap;
  }
}
.cid-uQ65RMDyl9 .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-uQ65RMDyl9 .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-uQ65RMDyl9 .dropdown-item:hover span {
  color: white;
}
.cid-uQ65RMDyl9 .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uQ65RMDyl9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ65RMDyl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ65RMDyl9 .nav-link {
  position: relative;
}
.cid-uQ65RMDyl9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ65RMDyl9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQ65RMDyl9 .dropdown-menu,
.cid-uQ65RMDyl9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ65RMDyl9 .nav-item:focus,
.cid-uQ65RMDyl9 .nav-link:focus {
  outline: none;
}
.cid-uQ65RMDyl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ65RMDyl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ65RMDyl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ65RMDyl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ65RMDyl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ65RMDyl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ65RMDyl9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQ65RMDyl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ65RMDyl9 .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-uQ65RMDyl9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ65RMDyl9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ65RMDyl9 .navbar.collapsed {
  justify-content: center;
}
.cid-uQ65RMDyl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ65RMDyl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ65RMDyl9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ65RMDyl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ65RMDyl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ65RMDyl9 .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-uQ65RMDyl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-uQ65RMDyl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-uQ65RMDyl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ65RMDyl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ65RMDyl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ65RMDyl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ65RMDyl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ65RMDyl9 .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-uQ65RMDyl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ65RMDyl9 .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-uQ65RMDyl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-uQ65RMDyl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ65RMDyl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ65RMDyl9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQ65RMDyl9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQ65RMDyl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ65RMDyl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ65RMDyl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ65RMDyl9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ65RMDyl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ65RMDyl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ65RMDyl9 .dropdown-item.active,
.cid-uQ65RMDyl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ65RMDyl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-uQ65RMDyl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ65RMDyl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ65RMDyl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ65RMDyl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ65RMDyl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ65RMDyl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ65RMDyl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ65RMDyl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ65RMDyl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ65RMDyl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ65RMDyl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ65RMDyl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ65RMDyl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ65RMDyl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ65RMDyl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ65RMDyl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ65RMDyl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ65RMDyl9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ65RMDyl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ65RMDyl9 .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-uQ65RMDyl9 .navbar {
    height: 70px;
  }
  .cid-uQ65RMDyl9 .navbar.opened {
    height: auto;
  }
  .cid-uQ65RMDyl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMDyl9 .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-uQ65RMDyl9 .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-uQ65RMDyl9 .dropdown-menu {
    padding: 0px;
  }
}
.cid-uQ65RMEHrT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMEHrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMEHrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMEHrT .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMEHrT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMEHrT .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMEHrT .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMEHrT .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uQ65RMEHrT .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  animation: none;
}
.cid-uQ65RMEHrT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #7fb069;
  opacity: 0.6;
}
.cid-uQ65RMEHrT .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uQ65RMEHrT .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMEHrT .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uQ65RMEHrT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQ65RMEHrT .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMEHrT .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMEHrT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uQ65RMEHrT .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMEHrT .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMEHrT .mbr-text,
.cid-uQ65RMEHrT .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMEHrT .mbr-section-title,
.cid-uQ65RMEHrT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMFeji {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMFeji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMFeji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMFeji .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMFeji .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMFeji .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMFeji .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMFeji .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMFeji .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-uQ65RMFeji .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQ65RMFeji .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMFeji .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uQ65RMFeji .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMFeji .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMFeji .panel-title-edit {
  color: #000000;
}
.cid-uQ65RMFeji .panel-text {
  color: #000000;
}
.cid-uQ65RMFHLl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMFHLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMFHLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMFHLl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMFHLl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMFHLl .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMFHLl .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMFHLl .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMFHLl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMFHLl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMFHLl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFHLl .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMFHLl .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFHLl .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uQ65RMFHLl .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMFHLl .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ65RMFHLl .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMFHLl .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMFHLl .mbr-text,
.cid-uQ65RMFHLl .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMFHLl .mbr-section-title,
.cid-uQ65RMFHLl .mbr-section-btn,
.cid-uQ65RMFHLl .image-wrapper {
  text-align: center;
}
.cid-uQ65RMGI5E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../images/photo-1529978515127-dba8c80bbf05.jpeg");
}
.cid-uQ65RMGI5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMGI5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMGI5E .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMGI5E .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQ65RMGI5E .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-uQ65RMGI5E .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMGI5E .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uQ65RMGI5E .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uQ65RMGI5E .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-uQ65RMGI5E .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMGI5E .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uQ65RMGI5E .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQ65RMGI5E .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMGI5E .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMGI5E .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uQ65RMGI5E .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMGI5E .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMGI5E .mbr-text,
.cid-uQ65RMGI5E .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMGI5E .mbr-section-title,
.cid-uQ65RMGI5E .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQ65RMGI5E .content-wrapper {
    min-height: 480px;
  }
}
.cid-uQ65RMGC0x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMGC0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMGC0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMGC0x .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMGC0x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMGC0x .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMGC0x .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMGC0x .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uQ65RMGC0x .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  animation: none;
}
.cid-uQ65RMGC0x .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #7fb069;
  opacity: 0.6;
}
.cid-uQ65RMGC0x .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uQ65RMGC0x .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMGC0x .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMGC0x .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMGC0x .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uQ65RMGC0x .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uQ65RMGC0x .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uQ65RMGC0x .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQ65RMGC0x .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMGC0x .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMGC0x .mbr-text,
.cid-uQ65RMGC0x .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMGC0x .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMGC0x .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMGC0x .mbr-section-title,
.cid-uQ65RMGC0x .mbr-section-btn,
.cid-uQ65RMGC0x .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMGBRf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMGBRf .item:focus,
.cid-uQ65RMGBRf span:focus {
  outline: none;
}
.cid-uQ65RMGBRf .item {
  cursor: pointer;
}
.cid-uQ65RMGBRf .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ65RMGBRf .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uQ65RMGBRf .grid-container-1,
.cid-uQ65RMGBRf .grid-container-2,
.cid-uQ65RMGBRf .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uQ65RMGBRf .grid-container-1,
  .cid-uQ65RMGBRf .grid-container-2,
  .cid-uQ65RMGBRf .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uQ65RMGBRf .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ65RMGBRf .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uQ65RMGBRf .content-head {
  max-width: 800px;
}
.cid-uQ65RMGBRf .container,
.cid-uQ65RMGBRf .container-fluid {
  overflow: hidden;
}
.cid-uQ65RMGBRf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQ65RMGBRf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQ65RMGBRf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uQ65RMGBRf .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uQ65RMGBRf .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uQ65RMGBRf .grid-container-1,
.cid-uQ65RMGBRf .grid-container-2,
.cid-uQ65RMGBRf .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQ65RMGBRf .grid-container-1 {
  align-items: flex-end;
}
.cid-uQ65RMGBRf .grid-container-2 {
  align-items: flex-start;
}
.cid-uQ65RMHiPQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMHiPQ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMHiPQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMHiPQ .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMHiPQ .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMHiPQ .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMHiPQ .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uQ65RMHiPQ .content-wrapper {
    padding: 0;
  }
}
.cid-uQ65RMHiPQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMHiPQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ65RMHiPQ .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uQ65RMHiPQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uQ65RMHiPQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uQ65RMHiPQ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-uQ65RMHiPQ .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMHiPQ .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uQ65RMHiPQ .embla__button--next,
.cid-uQ65RMHiPQ .embla__button--prev {
  display: flex;
}
.cid-uQ65RMHiPQ .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
@media (max-width: 768px) {
  .cid-uQ65RMHiPQ .embla__button {
    top: 2.5rem;
  }
}
.cid-uQ65RMHiPQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQ65RMHiPQ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQ65RMHiPQ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uQ65RMHiPQ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uQ65RMHiPQ .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uQ65RMHiPQ .embla {
    padding-top: 100px;
  }
}
.cid-uQ65RMHiPQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ65RMHiPQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ65RMHiPQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ65RMHiPQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ65RMHiPQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMHiPQ .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMHiPQ .item-name {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMHiPQ .item-role {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMHiPQ .list,
.cid-uQ65RMHiPQ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMHiPQ .mbr-section-title,
.cid-uQ65RMHiPQ .mbr-section-btn-main {
  text-align: center;
}
.cid-uQ65RMHiPQ .item-name,
.cid-uQ65RMHiPQ .mbr-section-btn {
  text-align: center;
}
.cid-uQ65RMIPei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMIPei .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMIPei .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMIPei .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMIPei .item {
  margin-bottom: 32px;
}
.cid-uQ65RMIPei .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMIPei .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMIPei .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMIPei .item-title {
  color: #000000;
}
.cid-uQ65RMIPei .item-text {
  color: #000000;
}
.cid-uQ65RMIPei .list {
  color: #000000;
}
.cid-uQ65RMInh6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMInh6 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMInh6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMInh6 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMInh6 .item {
  margin-bottom: 32px;
}
.cid-uQ65RMInh6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMInh6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMInh6 .item-title {
  color: #000000;
}
.cid-uQ65RMInh6 .item-text {
  color: #000000;
}
.cid-uQ65RMInh6 .list {
  color: #000000;
}
.cid-uQ65RMIEtx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMIEtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMIEtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMIEtx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMIEtx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMIEtx .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMIEtx .content-wrapper {
  background-color: #7fb069;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uQ65RMIEtx .content-wrapper .content-wrap {
  padding: 60px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uQ65RMIEtx .content-wrapper .content-wrap {
    padding: 46px 20px 46px;
  }
}
.cid-uQ65RMIEtx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMIEtx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMIEtx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMIEtx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMIEtx .mbr-figure iframe {
  border-radius: 0 !important;
  height: 800px !important;
}
@media (max-width: 992px) {
  .cid-uQ65RMIEtx .mbr-figure iframe {
    height: 400px !important;
  }
}
.cid-uQ65RMIEtx .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  height: 800px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMIEtx .mbr-figure .app-video-wrapper img {
    height: 400px !important;
  }
}
.cid-uQ65RMIEtx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMIEtx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMIEtx .mbr-text,
.cid-uQ65RMIEtx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMIEtx .mbr-section-title,
.cid-uQ65RMIEtx .mbr-section-btn,
.cid-uQ65RMIEtx .items-wrapper {
  color: #000000;
}
.cid-uQ65RMJJ1l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQ65RMJJ1l .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMJJ1l .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMJJ1l .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #7fb069;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJJ1l .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uQ65RMJJ1l .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uQ65RMJJ1l .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJJ1l .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMJJ1l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJJ1l .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMJJ1l .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJJ1l .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQ65RMJJ1l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uQ65RMJJ1l .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-uQ65RMJJ1l .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMJJ1l .embla__button--next,
.cid-uQ65RMJJ1l .embla__button--prev {
  display: flex;
}
.cid-uQ65RMJJ1l .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla__button {
    top: 2.5rem;
  }
}
.cid-uQ65RMJJ1l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQ65RMJJ1l .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQ65RMJJ1l .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uQ65RMJJ1l .embla__button.embla__button--next {
  right: 30px;
}
.cid-uQ65RMJJ1l .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uQ65RMJJ1l .embla {
    padding-top: 100px;
  }
}
.cid-uQ65RMJJ1l .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uQ65RMJJ1l .embla__viewport {
    overflow: hidden;
  }
}
.cid-uQ65RMJJ1l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ65RMJJ1l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ65RMJJ1l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ65RMJJ1l .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMJJ1l .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMJJ1l .mbr-text,
.cid-uQ65RMJJ1l .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMJJ1l .item-name {
  color: #000000;
}
.cid-uQ65RMJJ1l .item-role {
  color: #000000;
}
.cid-uQ65RMJJ1l .list {
  color: #000000;
}
.cid-uQ65RMJJ1l .mbr-section-title,
.cid-uQ65RMJJ1l .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMJZIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMJZIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMJZIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMJZIn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMJZIn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMJZIn .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMJZIn .content-wrapper {
  padding: 60px;
  background-color: #7fb069;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJZIn .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uQ65RMJZIn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMJZIn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMJZIn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMJZIn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMJZIn .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uQ65RMJZIn .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uQ65RMJZIn .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-uQ65RMJZIn .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-uQ65RMJZIn .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #000000;
  border-left: 10px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-uQ65RMJZIn .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQ65RMJZIn .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMJZIn .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMJZIn .mbr-text,
.cid-uQ65RMJZIn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMJZIn .card-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMJZIn .mbr-section-title,
.cid-uQ65RMJZIn .mbr-section-btn,
.cid-uQ65RMJZIn .items-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMKWSn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-uQ65RMKWSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMKWSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/background1.jpg");
}
.cid-uQ65RMKWSn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMKWSn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQ65RMKWSn .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-uQ65RMKWSn .content-wrapper {
  min-height: 800px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMKWSn .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uQ65RMKWSn .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uQ65RMKWSn .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-uQ65RMKWSn .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMKWSn .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uQ65RMKWSn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQ65RMKWSn .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMKWSn .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMKWSn .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uQ65RMKWSn .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMKWSn .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMKWSn .mbr-text,
.cid-uQ65RMKWSn .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMKWSn .mbr-section-title,
.cid-uQ65RMKWSn .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQ65RMKWSn .content-wrapper {
    min-height: 400px;
  }
}
.cid-uQ65RMK8Y6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMK8Y6 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMK8Y6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMK8Y6 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMK8Y6 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMK8Y6 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMK8Y6 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ65RMK8Y6 .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMK8Y6 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMK8Y6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ65RMK8Y6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMK8Y6 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMK8Y6 .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uQ65RMK8Y6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQ65RMK8Y6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQ65RMK8Y6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQ65RMK8Y6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQ65RMK8Y6 iframe {
  border-radius: 20px !important;
}
.cid-uQ65RMLTOQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMLTOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMLTOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMLTOQ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMLTOQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMLTOQ .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMLTOQ .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #7fb069;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uQ65RMLTOQ .row {
    padding: 46px 4px 46px;
  }
}
.cid-uQ65RMLTOQ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ65RMLTOQ .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMLTOQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMLTOQ .item {
  margin-bottom: 40px;
}
.cid-uQ65RMLTOQ .item:first-child {
  margin-bottom: 0;
}
.cid-uQ65RMLTOQ .item:hover .item-wrapper .item-img img,
.cid-uQ65RMLTOQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uQ65RMLTOQ .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uQ65RMLTOQ .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQ65RMLTOQ .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uQ65RMLTOQ .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uQ65RMLTOQ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 16px;
}
.cid-uQ65RMLTOQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMLTOQ .card-desc {
  color: #000000;
}
.cid-uQ65RMLTOQ .card-title {
  color: #ffffff;
}
.cid-uQ65RMLTOQ .card-price {
  color: #000000;
}
.cid-uQ65RMLTOQ .card-title,
.cid-uQ65RMLTOQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uQ65RMLFo6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMLFo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMLFo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMLFo6 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMLFo6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMLFo6 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMLFo6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMLFo6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQ65RMLFo6 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uQ65RMLFo6 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uQ65RMLFo6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uQ65RMLFo6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uQ65RMLFo6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uQ65RMLFo6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMLFo6 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMLFo6 .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMLFo6 .mbr-desc,
.cid-uQ65RMLFo6 .desc-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMLFo6 .card-number {
  color: #000000;
}
.cid-uQ65RMLFo6 .card-title {
  color: #000000;
}
.cid-uQ65RMLFo6 .mbr-text,
.cid-uQ65RMLFo6 .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMLFo6 .mbr-section-title,
.cid-uQ65RMLFo6 .mbr-section-btn {
  text-align: center;
}
.cid-uQ65RMMdp7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMMdp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMMdp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMMdp7 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMMdp7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMMdp7 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMMdp7 .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMdp7 .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uQ65RMMdp7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMMdp7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMMdp7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMdp7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQ65RMMdp7 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uQ65RMMdp7 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-uQ65RMMdp7 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uQ65RMMdp7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMdp7 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ65RMMdp7 .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMMdp7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMdp7 .mbr-text,
.cid-uQ65RMMdp7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMdp7 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMdp7 .mbr-section-title,
.cid-uQ65RMMdp7 .mbr-section-btn,
.cid-uQ65RMMdp7 .items-wrapper {
  text-align: center;
}
.cid-uQ65RMMklh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMMklh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMMklh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMMklh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMMklh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMMklh .item {
  margin-top: 32px;
}
.cid-uQ65RMMklh .item:first-child {
  margin-top: 0;
}
.cid-uQ65RMMklh .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uQ65RMMklh .item:nth-child(2n) .item-wrapper {
  background-color: #7fb069;
}
.cid-uQ65RMMklh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .card-desc_1,
.cid-uQ65RMMklh .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .card-desc_1,
  .cid-uQ65RMMklh .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-uQ65RMMklh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-uQ65RMMklh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .card-title_1,
.cid-uQ65RMMklh .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uQ65RMMklh .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMklh .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uQ65RMMklh .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMklh .card-desc_2 {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMklh .card-title_1 {
  color: #000000;
}
.cid-uQ65RMMklh .card-title_2 {
  color: #ffffff;
}
.cid-uQ65RMMklh .card-text_1,
.cid-uQ65RMMklh .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMklh .card-text_2,
.cid-uQ65RMMklh .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMMklh .card-title_1,
.cid-uQ65RMMklh .buttons_1,
.cid-uQ65RMMklh .icon-wrapper_1,
.cid-uQ65RMMklh .title-wrapper_1 {
  text-align: center;
}
.cid-uQ65RMMklh .card-title_2,
.cid-uQ65RMMklh .buttons_2,
.cid-uQ65RMMklh .icon-wrapper_2,
.cid-uQ65RMMklh .title-wrapper_2 {
  text-align: center;
}
.cid-uQ65RMMklh .card-title_2,
.cid-uQ65RMMklh .icon-wrapper_2,
.cid-uQ65RMMklh .buttons_2,
.cid-uQ65RMMklh .title-wrapper_2 {
  color: #000000;
}
.cid-uQ65RMMHNZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMMHNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMMHNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMMHNZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMMHNZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMMHNZ .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMMHNZ .item {
  margin-bottom: 32px;
}
.cid-uQ65RMMHNZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMMHNZ .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMMHNZ .item-title {
  color: #000000;
}
.cid-uQ65RMMHNZ .item-text {
  color: #000000;
}
.cid-uQ65RMMHNZ .list {
  color: #000000;
}
.cid-uQ65RMN9W7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMN9W7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMN9W7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMN9W7 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMN9W7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMN9W7 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMN9W7 .item {
  margin-bottom: 32px;
}
.cid-uQ65RMN9W7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMN9W7 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMN9W7 .item-title {
  color: #000000;
}
.cid-uQ65RMN9W7 .item-text {
  color: #000000;
}
.cid-uQ65RMN9W7 .list {
  color: #000000;
}
.cid-uQ65RMNJPB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMNJPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMNJPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMNJPB .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMNJPB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMNJPB .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMNJPB .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMNJPB .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uQ65RMNJPB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMNJPB .content-wrapper .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMNJPB .content-wrapper .title-wrapper .mbr-section-title {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMNJPB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQ65RMNJPB .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMNJPB .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-uQ65RMNJPB .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uQ65RMNJPB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-uQ65RMNJPB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: center;
}
.cid-uQ65RMNJPB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMNJPB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-uQ65RMNJPB .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMNJPB .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMNJPB .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMNJPB .card-title,
.cid-uQ65RMNJPB .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMNJPB .mbr-section-title,
.cid-uQ65RMNJPB .mbr-section-btn,
.cid-uQ65RMNJPB .title-wrapper {
  text-align: center;
}
.cid-uQ65RMOjrt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQ65RMOjrt .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMOjrt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMOjrt .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMOjrt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uQ65RMOjrt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ65RMOjrt .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  animation: none;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #7fb069;
  opacity: 0.6;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uQ65RMOjrt .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uQ65RMOjrt .embla__button--next,
.cid-uQ65RMOjrt .embla__button--prev {
  display: flex;
}
.cid-uQ65RMOjrt .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
@media (max-width: 768px) {
  .cid-uQ65RMOjrt .embla__button {
    top: 2.5rem;
    color: #38a3a5 !important;
    border: 2px solid #38a3a5 !important;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMOjrt .embla__button {
    display: none;
  }
}
.cid-uQ65RMOjrt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQ65RMOjrt .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQ65RMOjrt .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uQ65RMOjrt .embla__button.embla__button--next {
  right: 30px;
}
.cid-uQ65RMOjrt .embla {
  position: relative;
  width: 100%;
}
.cid-uQ65RMOjrt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ65RMOjrt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ65RMOjrt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ65RMOjrt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ65RMOjrt .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMOjrt .item-title {
  color: #000000;
}
.cid-uQ65RMOjrt .item-name {
  color: #000000;
}
.cid-uQ65RMOjrt .item-role {
  color: #000000;
}
.cid-uQ65RMOjrt .list {
  color: #000000;
}
.cid-uQ65RMOjrt .item-title,
.cid-uQ65RMOjrt .mbr-section-btn,
.cid-uQ65RMOjrt .title-wrap {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMOjrt .item-title,
.cid-uQ65RMOjrt .mbr-section-btn {
  color: #000000;
}
.cid-uQ65RMO0ou {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQ65RMO0ou .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMO0ou .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMO0ou .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQ65RMO0ou .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uQ65RMO0ou .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uQ65RMO0ou .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMO0ou .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQ65RMO0ou .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMO0ou .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ65RMO0ou .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uQ65RMO0ou .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ65RMO0ou .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ65RMO0ou .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uQ65RMO0ou .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #7fb069;
  opacity: 0.6;
}
.cid-uQ65RMO0ou .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uQ65RMO0ou .embla__button--next,
.cid-uQ65RMO0ou .embla__button--prev {
  display: flex;
}
.cid-uQ65RMO0ou .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6 !important;
}
@media (max-width: 768px) {
  .cid-uQ65RMO0ou .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uQ65RMO0ou .embla__button {
    display: none;
  }
}
.cid-uQ65RMO0ou .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQ65RMO0ou .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQ65RMO0ou .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uQ65RMO0ou .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uQ65RMO0ou .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uQ65RMO0ou .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uQ65RMO0ou .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uQ65RMO0ou .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMO0ou .embla__button {
    top: 2.5rem;
  }
}
.cid-uQ65RMO0ou .embla {
  position: relative;
  width: 100%;
}
.cid-uQ65RMO0ou .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ65RMO0ou .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ65RMO0ou .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ65RMO0ou .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ65RMO0ou .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMO0ou .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMO0ou .mbr-text,
.cid-uQ65RMO0ou .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMO0ou .mbr-section-title,
.cid-uQ65RMO0ou .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMPZDw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMPZDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMPZDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMPZDw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMPZDw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMPZDw .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMPZDw .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uQ65RMPZDw .row {
    padding: 46px 4px 46px;
  }
}
.cid-uQ65RMPZDw .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ65RMPZDw .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uQ65RMPZDw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMPZDw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMPZDw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMPZDw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ65RMPZDw .item {
  margin-bottom: 40px;
}
.cid-uQ65RMPZDw .item:first-child {
  margin-bottom: 0;
}
.cid-uQ65RMPZDw .item:hover .item-wrapper .item-img img,
.cid-uQ65RMPZDw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uQ65RMPZDw .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uQ65RMPZDw .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQ65RMPZDw .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uQ65RMPZDw .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uQ65RMPZDw .item a {
  display: block;
}
.cid-uQ65RMPZDw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMPZDw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMPZDw .mbr-text,
.cid-uQ65RMPZDw .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMPZDw .card-title {
  color: #000000;
}
.cid-uQ65RMPZDw .card-desc {
  color: #616161;
}
.cid-uQ65RMPBqH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMPBqH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMPBqH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMPBqH .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMPBqH .item {
  margin-bottom: 32px;
}
.cid-uQ65RMPBqH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMPBqH .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMPBqH .item-title {
  color: #000000;
}
.cid-uQ65RMPBqH .item-text {
  color: #000000;
}
.cid-uQ65RMPBqH .list {
  color: #000000;
}
.cid-uQ65RMQyIx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMQyIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMQyIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMQyIx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMQyIx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMQyIx .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMQyIx .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMQyIx .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMQyIx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMQyIx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMQyIx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ65RMQyIx .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMQyIx .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uQ65RMQyIx .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uQ65RMQyIx .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMQyIx .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ65RMQyIx .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMQyIx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMQyIx .mbr-text,
.cid-uQ65RMQyIx .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uQ65RMQyIx .mbr-section-title,
.cid-uQ65RMQyIx .mbr-section-btn,
.cid-uQ65RMQyIx .image-wrapper {
  text-align: center;
}
.cid-uQ65RMQAA0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMQAA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMQAA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMQAA0 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMQAA0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMQAA0 .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMQAA0 .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #7fb069;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uQ65RMQAA0 .row {
    padding: 46px 10px 46px;
  }
}
.cid-uQ65RMQAA0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQ65RMQAA0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQ65RMQAA0 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uQ65RMQAA0 .item:first-child {
  margin-bottom: 0;
}
.cid-uQ65RMQAA0 .item:last-child {
  margin-bottom: 0;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-uQ65RMQAA0 .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uQ65RMQAA0 .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uQ65RMQAA0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQ65RMQAA0 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ65RMQAA0 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMQAA0 .card-title {
  color: #ffffff;
}
.cid-uQ65RMQAA0 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMQAA0 .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uQ65RMQAA0 .mbr-section-title,
.cid-uQ65RMQAA0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQ65RMQAA0 .card-title,
.cid-uQ65RMQAA0 .icon-wrapper {
  text-align: center;
}
.cid-uQ65RMQRqU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMQRqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMQRqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMQRqU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMQRqU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMQRqU .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMQRqU .item {
  margin-bottom: 32px;
}
.cid-uQ65RMQRqU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uQ65RMQRqU .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uQ65RMQRqU .item-title {
  color: #000000;
}
.cid-uQ65RMQRqU .item-text {
  color: #000000;
}
.cid-uQ65RMQRqU .list {
  color: #000000;
}
.cid-uQ65RMQxCm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7fb069;
}
.cid-uQ65RMQxCm .item:focus,
.cid-uQ65RMQxCm span:focus {
  outline: none;
}
.cid-uQ65RMQxCm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uQ65RMQxCm .item {
  font-weight: 700;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQ65RMQxCm .item {
    min-height: 45px;
  }
}
.cid-uQ65RMRa2Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMRa2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMRa2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMRa2Q .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMRa2Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMRa2Q .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .row {
    padding: 46px 0;
  }
}
.cid-uQ65RMRa2Q .mbr-desc {
  margin-bottom: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uQ65RMRa2Q .content-wrapper {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .content-wrapper {
    margin-right: 0;
  }
}
.cid-uQ65RMRa2Q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .content-wrapper .mbr-text {
    margin-bottom: 60px;
  }
}
.cid-uQ65RMRa2Q .tabs-wrap {
  margin-bottom: 40px;
  margin-left: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQ65RMRa2Q .tabs-wrap {
    margin-left: 0;
  }
}
.cid-uQ65RMRa2Q .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  margin-bottom: 32px;
}
.cid-uQ65RMRa2Q .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQ65RMRa2Q .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uQ65RMRa2Q .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  text-align: center;
}
.cid-uQ65RMRa2Q .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uQ65RMRa2Q .tabs-wrap .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uQ65RMRa2Q .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMRa2Q .mbr-text {
  color: #000000;
}
.cid-uQ65RMRa2Q .card-name {
  color: #000000;
}
.cid-uQ65RMRa2Q .card-role {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMRa2Q .list,
.cid-uQ65RMRa2Q .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMRa2Q .card-name,
.cid-uQ65RMRa2Q .mbr-section-btn {
  text-align: center;
}
.cid-uQ65RMRYQa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMRYQa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMRYQa .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQ65RMRYQa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ65RMRYQa .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMRYQa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMRYQa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQ65RMRYQa .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uQ65RMRYQa .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uQ65RMRYQa .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uQ65RMRYQa .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uQ65RMRYQa .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-control:hover,
.cid-uQ65RMRYQa .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uQ65RMRYQa .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQ65RMRYQa .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uQ65RMRYQa .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQ65RMRYQa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMRYQa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMRYQa .mbr-text,
.cid-uQ65RMRYQa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ65RMRYQa label {
  color: #000000;
}
.cid-uQ65RMRYQa .mbr-section-btn {
  text-align: center;
}
.cid-uQ65RMSNKh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMSNKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMSNKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMSNKh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQ65RMSNKh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMSNKh .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMSNKh .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ65RMSNKh .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uQ65RMSNKh .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uQ65RMSNKh .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uQ65RMSNKh .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMSNKh .card-number {
  color: #000000;
}
.cid-uQ65RMSNKh .card-title {
  color: #000000;
}
.cid-uQ65RMSNKh .mbr-section-title,
.cid-uQ65RMSNKh .mbr-section-btn {
  text-align: center;
}
.cid-uQ65RMS4Ff {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ65RMS4Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ65RMS4Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ65RMS4Ff .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uQ65RMS4Ff .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .container {
    padding: 0 20px;
  }
}
.cid-uQ65RMS4Ff .row {
  padding: 60px 0;
}
.cid-uQ65RMS4Ff .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ65RMS4Ff .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQ65RMS4Ff .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uQ65RMS4Ff .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ65RMS4Ff .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMS4Ff .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ65RMS4Ff .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ65RMS4Ff .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uQ65RMS4Ff .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ65RMS4Ff .list-wrapper .list .item-wrap:hover,
.cid-uQ65RMS4Ff .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uQ65RMS4Ff .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uQ65RMS4Ff .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uQ65RMS4Ff .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uQ65RMS4Ff .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ65RMS4Ff .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uQ65RMS4Ff .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uQ65RMS4Ff .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQ65RMS4Ff .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uQ65RMS4Ff .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQ65RMS4Ff .mbr-section-title {
  color: #000000;
}
.cid-uQ65RMS4Ff .mbr-address {
  color: #000000;
}
.cid-uQ65RMS4Ff .mbr-list-title {
  color: #000000;
}
.cid-uQ65RMS4Ff .list {
  color: #000000;
}
.cid-uQ65RMS4Ff .mbr-copy {
  color: #000000;
}
