.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: #06a77d !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: #06a77d !important;
  border-color: #06a77d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #08d8a2 !important;
  border-color: #08d8a2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #08d8a2 !important;
  border-color: #08d8a2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d5c67a !important;
  border-color: #d5c67a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e1d7a1 !important;
  border-color: #e1d7a1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e1d7a1 !important;
  border-color: #e1d7a1 !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: #06a77d;
  color: #06a77d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #03533e !important;
  background-color: transparent !important;
  border-color: #03533e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06a77d !important;
  border-color: #06a77d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d5c67a;
  color: #d5c67a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bda73c !important;
  background-color: transparent !important;
  border-color: #bda73c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c67a !important;
  border-color: #d5c67a !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: #06a77d !important;
}
.text-secondary {
  color: #d5c67a !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: #024533 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b19d38 !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: #06a77d;
}
.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: #06a77d;
  border-color: #06a77d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06a77d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #35f8c5;
}
.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 a {
  border-radius: 100px;
}
.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: #06a77d !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: #06a77d;
}
/* 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: #06a77d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06a77d;
}
.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: #06a77d;
  border-bottom-color: #06a77d;
}
.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: #06a77d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d5c67a !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='%2306a77d' %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-ui1ivF1sep {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui1ivF1sep nav.navbar {
  position: fixed;
}
.cid-ui1ivF1sep .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-ui1ivF1sep .container-fluid {
    padding: 0 8px;
  }
}
.cid-ui1ivF1sep .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-ui1ivF1sep .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-ui1ivF1sep .container {
    flex-wrap: wrap;
  }
}
.cid-ui1ivF1sep .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-ui1ivF1sep .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-ui1ivF1sep .dropdown-item:hover span {
  color: white;
}
.cid-ui1ivF1sep .dropdown-item:last-child {
  border-bottom: none;
}
.cid-ui1ivF1sep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui1ivF1sep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui1ivF1sep .nav-link {
  position: relative;
}
.cid-ui1ivF1sep .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui1ivF1sep .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui1ivF1sep .dropdown-menu,
.cid-ui1ivF1sep .navbar.opened {
  background: #ffffff !important;
}
.cid-ui1ivF1sep .nav-item:focus,
.cid-ui1ivF1sep .nav-link:focus {
  outline: none;
}
.cid-ui1ivF1sep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui1ivF1sep .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ui1ivF1sep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui1ivF1sep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui1ivF1sep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui1ivF1sep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui1ivF1sep .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ui1ivF1sep .navbar.opened {
  transition: all 0.3s;
}
.cid-ui1ivF1sep .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-ui1ivF1sep .navbar .navbar-logo img {
  width: auto;
}
.cid-ui1ivF1sep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui1ivF1sep .navbar.collapsed {
  justify-content: center;
}
.cid-ui1ivF1sep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui1ivF1sep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui1ivF1sep .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui1ivF1sep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui1ivF1sep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui1ivF1sep .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-ui1ivF1sep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-ui1ivF1sep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-ui1ivF1sep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui1ivF1sep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui1ivF1sep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui1ivF1sep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui1ivF1sep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui1ivF1sep .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-ui1ivF1sep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui1ivF1sep .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-ui1ivF1sep .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-ui1ivF1sep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui1ivF1sep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui1ivF1sep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui1ivF1sep .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui1ivF1sep .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui1ivF1sep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui1ivF1sep .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui1ivF1sep .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-ui1ivF1sep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui1ivF1sep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui1ivF1sep .dropdown-item.active,
.cid-ui1ivF1sep .dropdown-item:active {
  background-color: transparent;
}
.cid-ui1ivF1sep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-ui1ivF1sep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui1ivF1sep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui1ivF1sep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui1ivF1sep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui1ivF1sep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui1ivF1sep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui1ivF1sep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui1ivF1sep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui1ivF1sep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui1ivF1sep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui1ivF1sep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1ivF1sep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1ivF1sep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui1ivF1sep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1ivF1sep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui1ivF1sep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui1ivF1sep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1ivF1sep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui1ivF1sep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui1ivF1sep .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-ui1ivF1sep .navbar {
    height: 70px;
  }
  .cid-ui1ivF1sep .navbar.opened {
    height: auto;
  }
  .cid-ui1ivF1sep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivF1sep .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-ui1ivF1sep .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-ui1ivF1sep .dropdown-menu {
    padding: 0px;
  }
}
.cid-uifBLoJEyC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-uifBLoJEyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uifBLoJEyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uifBLoJEyC .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uifBLoJEyC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uifBLoJEyC .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-uifBLoJEyC .content-wrapper {
  min-height: 400px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uifBLoJEyC .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uifBLoJEyC .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uifBLoJEyC .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-uifBLoJEyC .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uifBLoJEyC .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uifBLoJEyC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uifBLoJEyC .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uifBLoJEyC .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uifBLoJEyC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uifBLoJEyC .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uifBLoJEyC .mbr-section-title {
  color: #ffffff;
}
.cid-uifBLoJEyC .mbr-text,
.cid-uifBLoJEyC .text-wrap {
  color: #f2e571;
  text-align: center;
}
.cid-uifBLoJEyC .mbr-section-title,
.cid-uifBLoJEyC .mbr-section-btn {
  text-align: center;
  color: #f2e571;
}
@media (max-width: 768px) {
  .cid-uifBLoJEyC .content-wrapper {
    min-height: 200px;
  }
}
.cid-ujytKRknZ0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujytKRknZ0 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ujytKRknZ0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .container {
    padding: 0 20px;
  }
}
.cid-ujytKRknZ0 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .row {
    padding: 46px 0;
  }
}
.cid-ujytKRknZ0 .item {
  margin-bottom: 32px;
}
.cid-ujytKRknZ0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ujytKRknZ0 .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-ujytKRknZ0 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ujytKRknZ0 .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-ujytKRknZ0 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ujytKRknZ0 .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-ujytKRknZ0 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ujytKRknZ0 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ujytKRknZ0 .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-ujytKRknZ0 .item-title {
  color: #000000;
}
.cid-ujytKRknZ0 .item-text {
  color: #000000;
}
.cid-ujytKRknZ0 .list {
  color: #000000;
}
.cid-ui1ivTFIxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivTFIxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivTFIxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivTFIxm .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivTFIxm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivTFIxm .container {
    padding: 0 20px;
  }
}
.cid-ui1ivTFIxm .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivTFIxm .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-ui1ivTFIxm .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ui1ivTFIxm .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-ui1ivTFIxm .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-ui1ivTFIxm .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ui1ivTFIxm .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivTFIxm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui1ivTFIxm .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ui1ivTFIxm .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-ui1ivTFIxm .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui1ivTFIxm .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-ui1ivTFIxm .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-ui1ivTFIxm .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-ui1ivTFIxm .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-ui1ivTFIxm .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-ui1ivTFIxm .mbr-section-title {
  color: #ffffff;
}
.cid-ui1ivTFIxm .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivTFIxm .mbr-text,
.cid-ui1ivTFIxm .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivTFIxm .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivTFIxm .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivTFIxm .mbr-section-title,
.cid-ui1ivTFIxm .mbr-section-btn,
.cid-ui1ivTFIxm .icon-wrapper {
  text-align: center;
}
.cid-ui1ivFTNtX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivFTNtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivFTNtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivFTNtX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivFTNtX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .container {
    padding: 0 20px;
  }
}
.cid-ui1ivFTNtX .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .row {
    padding: 46px 0;
  }
}
.cid-ui1ivFTNtX .item {
  margin-bottom: 32px;
}
.cid-ui1ivFTNtX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui1ivFTNtX .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-ui1ivFTNtX .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ui1ivFTNtX .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-ui1ivFTNtX .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ui1ivFTNtX .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-ui1ivFTNtX .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ui1ivFTNtX .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ui1ivFTNtX .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-ui1ivFTNtX .item-title {
  color: #000000;
}
.cid-ui1ivFTNtX .item-text {
  color: #000000;
}
.cid-ui1ivFTNtX .list {
  color: #000000;
}
.cid-ui1ivHBRSI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivHBRSI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivHBRSI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .container {
    padding: 0 20px;
  }
}
.cid-ui1ivHBRSI .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .row {
    padding: 46px 0;
  }
}
.cid-ui1ivHBRSI .item {
  margin-bottom: 32px;
}
.cid-ui1ivHBRSI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui1ivHBRSI .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-ui1ivHBRSI .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #ff5244;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ui1ivHBRSI .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-ui1ivHBRSI .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ui1ivHBRSI .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-ui1ivHBRSI .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ui1ivHBRSI .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #8195ff;
  background-color: #ffffff;
}
.cid-ui1ivHBRSI .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: #8195ff;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-ui1ivHBRSI .item-title {
  color: #000000;
}
.cid-ui1ivHBRSI .item-text {
  color: #000000;
}
.cid-ui1ivHBRSI .list {
  color: #000000;
}
.cid-ui1ivI7S5H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-ui1ivI7S5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivI7S5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ui1ivI7S5H .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivI7S5H .container-fluid {
    padding: 0 20px;
  }
}
.cid-ui1ivI7S5H .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-ui1ivI7S5H .content-wrapper {
  min-height: 720px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivI7S5H .content-wrapper {
    padding: 0 20px;
  }
}
.cid-ui1ivI7S5H .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ui1ivI7S5H .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-ui1ivI7S5H .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-ui1ivI7S5H .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-ui1ivI7S5H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ui1ivI7S5H .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui1ivI7S5H .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ui1ivI7S5H .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-ui1ivI7S5H .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-ui1ivI7S5H .mbr-section-title {
  color: #ffffff;
}
.cid-ui1ivI7S5H .mbr-text,
.cid-ui1ivI7S5H .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivI7S5H .mbr-section-title,
.cid-ui1ivI7S5H .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui1ivI7S5H .content-wrapper {
    min-height: 360px;
  }
}
.cid-ui1ivIBwwg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivIBwwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivIBwwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivIBwwg .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivIBwwg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivIBwwg .container {
    padding: 0 20px;
  }
}
.cid-ui1ivIBwwg .item {
  margin-top: 32px;
}
.cid-ui1ivIBwwg .item:first-child {
  margin-top: 0;
}
.cid-ui1ivIBwwg .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ui1ivIBwwg .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-ui1ivIBwwg .item:nth-child(2n) .item-wrapper {
  background-color: #f1a208;
}
.cid-ui1ivIBwwg .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #ffd9f0;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ui1ivIBwwg .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-ui1ivIBwwg .item .item-wrapper .card-box .card-desc_1,
.cid-ui1ivIBwwg .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ui1ivIBwwg .item .item-wrapper .card-box .card-desc_1,
  .cid-ui1ivIBwwg .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-ui1ivIBwwg .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-ui1ivIBwwg .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-ui1ivIBwwg .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-ui1ivIBwwg .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-ui1ivIBwwg .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-ui1ivIBwwg .item .item-wrapper .card-box .card-title_1,
.cid-ui1ivIBwwg .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-ui1ivIBwwg .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-ui1ivIBwwg .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-ui1ivIBwwg .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-ui1ivIBwwg .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-ui1ivIBwwg .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-ui1ivIBwwg .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-ui1ivIBwwg .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-ui1ivIBwwg .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-ui1ivIBwwg .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-ui1ivIBwwg .card-desc_2 {
  color: #000000;
  text-align: center;
}
.cid-ui1ivIBwwg .card-title_1 {
  color: #000000;
}
.cid-ui1ivIBwwg .card-title_2 {
  color: #ffffff;
}
.cid-ui1ivIBwwg .card-text_1,
.cid-ui1ivIBwwg .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-ui1ivIBwwg .card-text_2,
.cid-ui1ivIBwwg .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-ui1ivIBwwg .card-title_1,
.cid-ui1ivIBwwg .buttons_1,
.cid-ui1ivIBwwg .icon-wrapper_1,
.cid-ui1ivIBwwg .title-wrapper_1 {
  text-align: center;
}
.cid-ui1ivIBwwg .card-title_2,
.cid-ui1ivIBwwg .buttons_2,
.cid-ui1ivIBwwg .icon-wrapper_2,
.cid-ui1ivIBwwg .title-wrapper_2 {
  text-align: center;
}
.cid-ui1ivIBwwg .card-title_2,
.cid-ui1ivIBwwg .icon-wrapper_2,
.cid-ui1ivIBwwg .buttons_2,
.cid-ui1ivIBwwg .title-wrapper_2 {
  color: #000000;
}
.cid-ui1ivGY8cB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivGY8cB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivGY8cB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivGY8cB .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivGY8cB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivGY8cB .container {
    padding: 0 20px;
  }
}
.cid-ui1ivGY8cB .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ui1ivGY8cB .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ui1ivGY8cB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivGY8cB .content-wrapper .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivGY8cB .content-wrapper .title-wrapper .mbr-section-title {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ui1ivGY8cB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-ui1ivGY8cB .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ui1ivGY8cB .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-ui1ivGY8cB .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ui1ivGY8cB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-ui1ivGY8cB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: center;
}
.cid-ui1ivGY8cB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui1ivGY8cB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-ui1ivGY8cB .mbr-section-title {
  color: #000000;
}
.cid-ui1ivGY8cB .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivGY8cB .card-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivGY8cB .card-title,
.cid-ui1ivGY8cB .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-ui1ivGY8cB .mbr-section-title,
.cid-ui1ivGY8cB .mbr-section-btn,
.cid-ui1ivGY8cB .title-wrapper {
  text-align: center;
}
.cid-ui1ivKSRQl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivKSRQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivKSRQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivKSRQl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivKSRQl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .container {
    padding: 0 20px;
  }
}
.cid-ui1ivKSRQl .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .row {
    padding: 46px 0;
  }
}
.cid-ui1ivKSRQl .mbr-desc {
  margin-bottom: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-ui1ivKSRQl .content-wrapper {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .content-wrapper {
    margin-right: 0;
  }
}
.cid-ui1ivKSRQl .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .content-wrapper .mbr-text {
    margin-bottom: 60px;
  }
}
.cid-ui1ivKSRQl .tabs-wrap {
  margin-bottom: 40px;
  margin-left: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ui1ivKSRQl .tabs-wrap {
    margin-left: 0;
  }
}
.cid-ui1ivKSRQl .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  margin-bottom: 32px;
}
.cid-ui1ivKSRQl .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-ui1ivKSRQl .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-ui1ivKSRQl .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-ui1ivKSRQl .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-ui1ivKSRQl .tabs-wrap .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ui1ivKSRQl .mbr-section-title {
  color: #000000;
}
.cid-ui1ivKSRQl .mbr-text {
  color: #000000;
}
.cid-ui1ivKSRQl .card-name {
  color: #000000;
}
.cid-ui1ivKSRQl .card-role {
  color: #000000;
  text-align: center;
}
.cid-ui1ivKSRQl .list,
.cid-ui1ivKSRQl .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ui1ivKSRQl .card-name,
.cid-ui1ivKSRQl .mbr-section-btn {
  text-align: center;
}
.cid-ui1ivLY8Xm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivLY8Xm .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivLY8Xm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .container {
    padding: 0 20px;
  }
}
.cid-ui1ivLY8Xm .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .row {
    padding: 46px 0;
  }
}
.cid-ui1ivLY8Xm .item {
  margin-bottom: 32px;
}
.cid-ui1ivLY8Xm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui1ivLY8Xm .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-ui1ivLY8Xm .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ui1ivLY8Xm .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-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ui1ivLY8Xm .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-ui1ivLY8Xm .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ui1ivLY8Xm .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ui1ivLY8Xm .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-ui1ivLY8Xm .item-title {
  color: #000000;
}
.cid-ui1ivLY8Xm .item-text {
  color: #000000;
}
.cid-ui1ivLY8Xm .list {
  color: #000000;
}
.cid-ui1ivNRRZ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivNRRZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivNRRZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivNRRZ9 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivNRRZ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivNRRZ9 .container {
    padding: 0 20px;
  }
}
.cid-ui1ivNRRZ9 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivNRRZ9 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ui1ivNRRZ9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivNRRZ9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui1ivNRRZ9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivNRRZ9 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivNRRZ9 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-ui1ivNRRZ9 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ui1ivNRRZ9 .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ui1ivNRRZ9 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ui1ivNRRZ9 .mbr-section-title {
  color: #000000;
}
.cid-ui1ivNRRZ9 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivNRRZ9 .mbr-text,
.cid-ui1ivNRRZ9 .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivNRRZ9 .mbr-section-title,
.cid-ui1ivNRRZ9 .mbr-section-btn,
.cid-ui1ivNRRZ9 .image-wrapper {
  text-align: center;
}
.cid-ui1ivOtaEg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivOtaEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivOtaEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivOtaEg .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivOtaEg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivOtaEg .container {
    padding: 0 20px;
  }
}
.cid-ui1ivOtaEg .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivOtaEg .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ui1ivOtaEg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui1ivOtaEg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui1ivOtaEg .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ui1ivOtaEg .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-ui1ivOtaEg .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-ui1ivOtaEg .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-ui1ivOtaEg .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-ui1ivOtaEg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-ui1ivOtaEg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-ui1ivOtaEg .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-ui1ivOtaEg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivOtaEg .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivOtaEg .mbr-section-title {
  color: #000000;
}
.cid-ui1ivOtaEg .mbr-desc,
.cid-ui1ivOtaEg .desc-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivOtaEg .card-number {
  color: #000000;
}
.cid-ui1ivOtaEg .card-title {
  color: #000000;
}
.cid-ui1ivOtaEg .mbr-text,
.cid-ui1ivOtaEg .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivOtaEg .mbr-section-title,
.cid-ui1ivOtaEg .mbr-section-btn {
  text-align: center;
}
.cid-ui1ivPc9JQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivPc9JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivPc9JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivPc9JQ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivPc9JQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivPc9JQ .container {
    padding: 0 20px;
  }
}
.cid-ui1ivPc9JQ .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ui1ivPc9JQ .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ui1ivPc9JQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivPc9JQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui1ivPc9JQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivPc9JQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ui1ivPc9JQ .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ui1ivPc9JQ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-ui1ivPc9JQ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ui1ivPc9JQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivPc9JQ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ui1ivPc9JQ .mbr-section-title {
  color: #000000;
}
.cid-ui1ivPc9JQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivPc9JQ .mbr-text,
.cid-ui1ivPc9JQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ui1ivPc9JQ .card-title {
  color: #000000;
  text-align: center;
}
.cid-ui1ivPc9JQ .mbr-section-title,
.cid-ui1ivPc9JQ .mbr-section-btn,
.cid-ui1ivPc9JQ .items-wrapper {
  text-align: center;
}
.cid-ui1ivUqs1S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ui1ivUqs1S .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivUqs1S .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivUqs1S .container {
    padding: 0 20px;
  }
}
.cid-ui1ivUqs1S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ui1ivUqs1S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ui1ivUqs1S .embla__slide .slide-content {
  width: 100%;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-ui1ivUqs1S .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-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-ui1ivUqs1S .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-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-ui1ivUqs1S .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-ui1ivUqs1S .embla__button--next,
.cid-ui1ivUqs1S .embla__button--prev {
  display: flex;
}
.cid-ui1ivUqs1S .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-ui1ivUqs1S .embla__button {
    top: 2.5rem;
    color: #000000 !important;
    border: 2px solid #000000 !important;
  }
}
@media (max-width: 768px) {
  .cid-ui1ivUqs1S .embla__button {
    display: none;
  }
}
.cid-ui1ivUqs1S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui1ivUqs1S .embla__button:hover {
  opacity: 1 !important;
}
.cid-ui1ivUqs1S .embla__button.embla__button--prev {
  left: 30px;
}
.cid-ui1ivUqs1S .embla__button.embla__button--next {
  right: 30px;
}
.cid-ui1ivUqs1S .embla {
  position: relative;
  width: 100%;
}
.cid-ui1ivUqs1S .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ui1ivUqs1S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui1ivUqs1S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui1ivUqs1S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui1ivUqs1S .item-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivUqs1S .item-title {
  color: #000000;
}
.cid-ui1ivUqs1S .item-name {
  color: #000000;
}
.cid-ui1ivUqs1S .item-role {
  color: #000000;
}
.cid-ui1ivUqs1S .list {
  color: #000000;
}
.cid-ui1ivUqs1S .item-title,
.cid-ui1ivUqs1S .mbr-section-btn,
.cid-ui1ivUqs1S .title-wrap {
  text-align: center;
  color: #ffd9f0;
}
.cid-umWFCnv8au {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umWFCnv8au .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-umWFCnv8au .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-umWFCnv8au .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umWFCnv8au .mbr-section-title {
  text-align: center;
}
.cid-umWFCnv8au .mbr-section-subtitle {
  text-align: center;
}
.cid-ui1ivPQMYw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivPQMYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivPQMYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivPQMYw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivPQMYw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivPQMYw .container {
    padding: 0 20px;
  }
}
.cid-ui1ivPQMYw .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivPQMYw .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ui1ivPQMYw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivPQMYw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui1ivPQMYw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivPQMYw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivPQMYw .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-ui1ivPQMYw .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ui1ivPQMYw .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ui1ivPQMYw .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ui1ivPQMYw .mbr-section-title {
  color: #000000;
}
.cid-ui1ivPQMYw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivPQMYw .mbr-text,
.cid-ui1ivPQMYw .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivPQMYw .mbr-section-title,
.cid-ui1ivPQMYw .mbr-section-btn,
.cid-ui1ivPQMYw .image-wrapper {
  text-align: center;
}
.cid-ui1ivQtAi5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ui1ivQtAi5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivQtAi5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .container {
    padding: 0 20px;
  }
}
.cid-ui1ivQtAi5 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui1ivQtAi5 .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-ui1ivQtAi5 .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-ui1ivQtAi5 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivQtAi5 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ui1ivQtAi5 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivQtAi5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ui1ivQtAi5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-ui1ivQtAi5 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ui1ivQtAi5 .embla__slide .slide-content {
  width: 100%;
}
.cid-ui1ivQtAi5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-ui1ivQtAi5 .embla__button--next,
.cid-ui1ivQtAi5 .embla__button--prev {
  display: flex;
}
.cid-ui1ivQtAi5 .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-ui1ivQtAi5 .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-ui1ivQtAi5 .embla__button {
    display: none;
  }
}
.cid-ui1ivQtAi5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui1ivQtAi5 .embla__button:hover {
  opacity: 1 !important;
}
.cid-ui1ivQtAi5 .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-ui1ivQtAi5 .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ui1ivQtAi5 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ui1ivQtAi5 .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-ui1ivQtAi5 .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ui1ivQtAi5 .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivQtAi5 .embla__button {
    top: 2.5rem;
  }
}
.cid-ui1ivQtAi5 .embla {
  position: relative;
  width: 100%;
}
.cid-ui1ivQtAi5 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ui1ivQtAi5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui1ivQtAi5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui1ivQtAi5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui1ivQtAi5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivQtAi5 .mbr-section-title {
  color: #ffffff;
}
.cid-ui1ivQtAi5 .mbr-text,
.cid-ui1ivQtAi5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ui1ivQtAi5 .mbr-section-title,
.cid-ui1ivQtAi5 .mbr-section-btn {
  text-align: center;
}
.cid-ui1ivS99WZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivS99WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1ivS99WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1ivS99WZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivS99WZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivS99WZ .container {
    padding: 0 20px;
  }
}
.cid-ui1ivS99WZ .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ui1ivS99WZ .row {
    padding: 46px 4px 46px;
  }
}
.cid-ui1ivS99WZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui1ivS99WZ .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ui1ivS99WZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivS99WZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ui1ivS99WZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui1ivS99WZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ui1ivS99WZ .item {
  margin-bottom: 40px;
}
.cid-ui1ivS99WZ .item:first-child {
  margin-bottom: 0;
}
.cid-ui1ivS99WZ .item:hover .item-wrapper .item-img img,
.cid-ui1ivS99WZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ui1ivS99WZ .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ui1ivS99WZ .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ui1ivS99WZ .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ui1ivS99WZ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ui1ivS99WZ .item a {
  display: block;
}
.cid-ui1ivS99WZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ui1ivS99WZ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivS99WZ .mbr-text,
.cid-ui1ivS99WZ .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ui1ivS99WZ .card-title {
  color: #000000;
}
.cid-ui1ivS99WZ .card-desc {
  color: #616161;
}
.cid-ui1ivSSxxn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivSSxxn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivSSxxn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .container {
    padding: 0 20px;
  }
}
.cid-ui1ivSSxxn .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .row {
    padding: 46px 0;
  }
}
.cid-ui1ivSSxxn .item {
  margin-bottom: 32px;
}
.cid-ui1ivSSxxn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui1ivSSxxn .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-ui1ivSSxxn .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ui1ivSSxxn .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-ui1ivSSxxn .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ui1ivSSxxn .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-ui1ivSSxxn .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ui1ivSSxxn .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ui1ivSSxxn .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-ui1ivSSxxn .item-title {
  color: #000000;
}
.cid-ui1ivSSxxn .item-text {
  color: #000000;
}
.cid-ui1ivSSxxn .list {
  color: #000000;
}
.cid-ui1ivNg6zT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivNg6zT .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivNg6zT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui1ivNg6zT .container {
    padding: 0 20px;
  }
}
.cid-ui1ivNg6zT .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivNg6zT .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ui1ivNg6zT .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui1ivNg6zT .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-ui1ivNg6zT .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ui1ivNg6zT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui1ivNg6zT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ui1ivNg6zT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ui1ivNg6zT .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-ui1ivNg6zT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ui1ivNg6zT .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-ui1ivNg6zT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ui1ivNg6zT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ui1ivNg6zT iframe {
  border-radius: 20px !important;
}
.cid-ui1ivWr4gJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui1ivWr4gJ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ui1ivWr4gJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-ui1ivWr4gJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui1ivWr4gJ .container {
    padding: 0 20px;
  }
}
.cid-ui1ivWr4gJ .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ui1ivWr4gJ .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ui1ivWr4gJ .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ui1ivWr4gJ .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ui1ivWr4gJ .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ui1ivWr4gJ .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ui1ivWr4gJ .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ui1ivWr4gJ .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ui1ivWr4gJ .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-ui1ivWr4gJ .dragArea.row .form-group .form-control:hover,
.cid-ui1ivWr4gJ .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ui1ivWr4gJ .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ui1ivWr4gJ .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ui1ivWr4gJ .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ui1ivWr4gJ .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ui1ivWr4gJ .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ui1ivWr4gJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ui1ivWr4gJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ui1ivWr4gJ .mbr-text,
.cid-ui1ivWr4gJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ui1ivWr4gJ label {
  color: #000000;
}
.cid-ui1ivWr4gJ .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-u1INmVOdLk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1INmVOdLk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1INmVOdLk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1INmVOdLk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-body .mbr-text,
  .cid-u1INmVOdLk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1INmVOdLk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1INmVOdLk .offcanvas_box {
    display: none;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: true !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffd3a3;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #06a77d;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiYIqPKbc2 {
  align-items: flex-end;
}
.cid-uiYIqPKbc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYIqPKbc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-3.jpg");
}
@media (max-width: 992px) {
  .cid-uiYIqPKbc2 .container {
    padding: 0 30px;
  }
}
.cid-uiYIqPKbc2 .card {
  justify-content: center;
}
.cid-uiYIqPKbc2 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uiYIqPKbc2 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiYIqPKbc2 .content-wrapper {
    padding: 0;
  }
}
.cid-uiYIqPKbc2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiYIqPKbc2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiYIqPKbc2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uiYIqPKbc2 .mbr-section-title {
  color: #ffffff;
}
.cid-uiYIqPKbc2 .mbr-text {
  color: #ffffff;
}
.cid-uiYIqPKbc2 .mbr-section-title,
.cid-uiYIqPKbc2 .mbr-section-btn {
  text-align: left;
}
.cid-u1INtQrmZ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INtQrmZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INtQrmZ2 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INtQrmZ2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .container {
    padding: 0 20px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper {
  padding: 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1INtQrmZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .mbr-text,
.cid-u1INtQrmZ2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1INtQrmZ2 .mbr-section-title,
.cid-u1INtQrmZ2 .mbr-section-btn,
.cid-u1INtQrmZ2 .items-wrapper {
  text-align: center;
}
.cid-uiPiUztmiR {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiPiUztmiR H1 {
  color: #e2090d;
}
.cid-uiPiUztmiR h1 {
  background: linear-gradient(to left, #d5c67a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uiPiUztmiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiPiUztmiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiPjLvTwrM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uiPjLvTwrM img {
  object-fit: cover;
}
.cid-uiPk9moTLu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uiPk9moTLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiPk9moTLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uiPk9moTLu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiPk9moTLu img {
  border-radius: 3rem;
}
.cid-uiPk9moTLu .row {
  align-items: center;
}
.cid-uiPk9moTLu .mbr-section-title {
  color: #1d5356;
}
.cid-uiPk9moTLu .mbr-text,
.cid-uiPk9moTLu .mbr-section-btn {
  color: #491414;
}
.cid-uiPk9moTLu .mbr-section-subtitle {
  color: #491414;
}
.cid-uiPkeosBDH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffedec;
}
.cid-uiPkeosBDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiPkeosBDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiPkeosBDH .row {
  align-items: center;
}
.cid-uiPkeosBDH img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uiPkeosBDH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiPkeosBDH .mbr-section-title {
  color: #6f1f1d;
}
.cid-uiPkeosBDH .mbr-text,
.cid-uiPkeosBDH .mbr-section-btn {
  color: #6f1f1d;
}
.cid-uiYIexh2Mz {
  background-color: #ffffff;
}
.cid-uiYIexh2Mz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiYIexh2Mz .carousel-item > div {
  width: 100%;
}
.cid-uiYIexh2Mz h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-uiYIexh2Mz .carousel-item.active,
.cid-uiYIexh2Mz .carousel-item-next,
.cid-uiYIexh2Mz .carousel-item-prev {
  display: flex;
}
.cid-uiYIexh2Mz .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-uiYIexh2Mz .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-uiYIexh2Mz .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-uiYIexh2Mz .carousel-controls a {
    width: 5%;
  }
}
.cid-uiYIexh2Mz .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-uiYIexh2Mz .img-block {
  display: flex;
  flex-direction: column;
}
.cid-uiYIexh2Mz img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-uiYIexh2Mz .mbr-text {
  position: relative;
}
.cid-uiYIexh2Mz li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-uiYIexh2Mz li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-uiYIexh2Mz .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-uiYIexh2Mz ol {
  margin-bottom: 0;
}
.cid-uiYIexh2Mz .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-uiYIexh2Mz .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uiYIexh2Mz {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uiYIexh2Mz {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uiYIexh2Mz .row {
    margin: 0;
  }
}
.cid-uiYIexh2Mz .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uiYIexh2Mz .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-uiYIexh2Mz .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-uiYIexh2Mz .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-uiYIexh2Mz .img-block:hover .desk {
  color: #101010;
}
.cid-uiYIexh2Mz .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uiYIexh2Mz .img-card {
    margin-top: 2rem;
  }
}
.cid-uiYIexh2Mz .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-uiYIexh2Mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYIexh2Mz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiYIgSAxuo {
  background-color: #ffffff;
}
.cid-uiYIgSAxuo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiYIgSAxuo .carousel-item > div {
  width: 100%;
}
.cid-uiYIgSAxuo h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-uiYIgSAxuo .carousel-item.active,
.cid-uiYIgSAxuo .carousel-item-next,
.cid-uiYIgSAxuo .carousel-item-prev {
  display: flex;
}
.cid-uiYIgSAxuo .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-uiYIgSAxuo .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-uiYIgSAxuo .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-uiYIgSAxuo .carousel-controls a {
    width: 5%;
  }
}
.cid-uiYIgSAxuo .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-uiYIgSAxuo .img-block {
  display: flex;
  flex-direction: column;
}
.cid-uiYIgSAxuo img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-uiYIgSAxuo .mbr-text {
  position: relative;
}
.cid-uiYIgSAxuo li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-uiYIgSAxuo li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-uiYIgSAxuo .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-uiYIgSAxuo ol {
  margin-bottom: 0;
}
.cid-uiYIgSAxuo .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-uiYIgSAxuo .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uiYIgSAxuo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uiYIgSAxuo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uiYIgSAxuo .row {
    margin: 0;
  }
}
.cid-uiYIgSAxuo .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uiYIgSAxuo .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-uiYIgSAxuo .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-uiYIgSAxuo .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-uiYIgSAxuo .img-block:hover .desk {
  color: #101010;
}
.cid-uiYIgSAxuo .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uiYIgSAxuo .img-card {
    margin-top: 2rem;
  }
}
.cid-uiYIgSAxuo .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-uiYIgSAxuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYIgSAxuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiYI58XiPV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uiYI58XiPV .item:focus,
.cid-uiYI58XiPV span:focus {
  outline: none;
}
.cid-uiYI58XiPV .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
}
.cid-uiYI58XiPV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uiYI58XiPV .mbr-text,
.cid-uiYI58XiPV .mbr-section-btn {
  text-align: center;
}
.cid-uiYI58XiPV .mbr-text {
  margin-bottom: 0;
  color: #75dbcd;
  text-align: left;
}
.cid-uiYI58XiPV .item-title {
  text-align: left;
  margin: 0;
  color: #012b3a;
  margin-bottom: 20px;
}
.cid-uiYI58XiPV .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-uiYI58XiPV .name {
  color: #111213;
  font-size: 24px;
}
.cid-uiYI58XiPV .item-content {
  padding: 50px 30px 0px;
}
.cid-uiYI58XiPV .names {
  margin-bottom: 10px;
}
.cid-uiYI58XiPV a {
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.cid-uiYI58XiPV .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-uiYI58XiPV .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-uiYI58XiPV .name2 {
  margin-bottom: 20px;
}
.cid-uiYI58XiPV .mbr-textt:hover {
  color: #EABB80 !important;
}
.cid-uiYI58XiPV .namee {
  margin-bottom: 10px;
}
.cid-uiYI58XiPV .namee:hover {
  color: #7eccc4 !important;
}
.cid-uiYI58XiPV img {
  height: 290px;
  object-fit: cover;
}
.cid-uiYI58XiPV .item {
  margin-top: 30px;
}
.cid-uiYI58XiPV .item:nth-child(1) {
  margin-top: 0px;
}
.cid-uiYI58XiPV .item:nth-child(2) {
  margin-top: 0px;
}
.cid-uiYI58XiPV .item:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uiYI58XiPV .item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uiYI58XiPV .item:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uiYORiRs7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiYORiRs7I .item-wrapper {
  width: 100%;
}
.cid-uiYORiRs7I .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uiYORiRs7I .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uiYORiRs7I .left-side {
  text-align: left;
}
.cid-uiYORiRs7I .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uiYORiRs7I .carousel-control-next,
.cid-uiYORiRs7I .carousel-control-prev {
  opacity: 1;
}
.cid-uiYORiRs7I .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uiYORiRs7I .card-box:focus-within {
  opacity: 1;
}
.cid-uiYORiRs7I .row-center {
  height: 100%;
}
.cid-uiYORiRs7I .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  padding: 20px;
}
.cid-uiYORiRs7I .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uiYORiRs7I .card-wrapper:hover .card-box,
.cid-uiYORiRs7I .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uiYORiRs7I .card-wrapper:hover:before,
.cid-uiYORiRs7I .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uiYORiRs7I .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uiYORiRs7I .carousel-item {
  justify-content: center;
}
.cid-uiYORiRs7I .g {
  grid-row-gap: 24px;
  padding: 0;
}
.cid-uiYORiRs7I .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uiYORiRs7I .container {
  width: 100%;
  margin: auto;
  padding: 0;
}
.cid-uiYORiRs7I .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uiYORiRs7I .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uiYORiRs7I a {
  font-weight: 400;
}
.cid-uiYORiRs7I .card1 {
  background-image: url("../../../assets/images/image2-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiYORiRs7I .card2 {
  background-image: url("../../../assets/images/image3-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiYORiRs7I .card3 {
  background-image: url("../../../assets/images/team10.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uiYORiRs7I .card4 {
  background-image: url("../../../assets/images/image7-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiYORiRs7I .card5 {
  background-image: url("../../../assets/images/image4-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-u1INKXWUzH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INKXWUzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INKXWUzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INKXWUzH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INKXWUzH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .container {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INKXWUzH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1INKXWUzH .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1INKXWUzH .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .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-u1INKXWUzH .dragArea.row .form-group .form-control:hover,
.cid-u1INKXWUzH .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1INKXWUzH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1INKXWUzH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text,
.cid-u1INKXWUzH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH label {
  color: #000000;
}
.cid-u1INKXWUzH .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-u1IPQctdnu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: true !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .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-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffd3a3;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #06a77d;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1IQ0MDVAf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ0MDVAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ0MDVAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ0MDVAf .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ0MDVAf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ0MDVAf .container {
    padding: 0 20px;
  }
}
.cid-u1IQ0MDVAf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ0MDVAf .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-u1IQ0MDVAf .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u1IQ0MDVAf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-u1IQ0MDVAf .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-u1IQ0MDVAf .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-u1IQ0MDVAf .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ0MDVAf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1IQ0MDVAf .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-u1IQ0MDVAf .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-u1IQ0MDVAf .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1IQ0MDVAf .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-u1IQ0MDVAf .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-u1IQ0MDVAf .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-u1IQ0MDVAf .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-u1IQ0MDVAf .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-u1IQ0MDVAf .mbr-section-title {
  color: #ffffff;
}
.cid-u1IQ0MDVAf .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ0MDVAf .mbr-text,
.cid-u1IQ0MDVAf .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ0MDVAf .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ0MDVAf .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ0MDVAf .mbr-section-title,
.cid-u1IQ0MDVAf .mbr-section-btn,
.cid-u1IQ0MDVAf .icon-wrapper {
  text-align: center;
}
.cid-u1IQ5f7xLa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ5f7xLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ5f7xLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ5f7xLa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ5f7xLa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .container {
    padding: 0 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .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-u1IQ5f7xLa .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-u1IQ5f7xLa .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-u1IQ5f7xLa .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-u1IQ5f7xLa .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQ5f7xLa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-primary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-secondary,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-success,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-info,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-warning,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-danger,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-black,
.cid-u1IQ5f7xLa .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-u1IQ5f7xLa .mbr-section-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-desc,
.cid-u1IQ5f7xLa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQ5f7xLa .card-number {
  color: #000000;
}
.cid-u1IQ5f7xLa .card-title {
  color: #000000;
}
.cid-u1IQ5f7xLa .mbr-text,
.cid-u1IQ5f7xLa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQ5f7xLa .mbr-section-title,
.cid-u1IQ5f7xLa .mbr-section-btn {
  text-align: center;
}
.cid-u1IQd0L7vz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1IQd0L7vz .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQd0L7vz .container {
    padding: 0 20px;
  }
}
.cid-u1IQd0L7vz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u1IQd0L7vz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content {
  width: 100%;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u1IQd0L7vz .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-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-u1IQd0L7vz .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;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-u1IQd0L7vz .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-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-u1IQd0L7vz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-u1IQd0L7vz .embla__button--next,
.cid-u1IQd0L7vz .embla__button--prev {
  display: flex;
}
.cid-u1IQd0L7vz .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #06a77d !important;
  border: 2px solid #06a77d !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__button {
    top: 2.5rem;
    color: #06a77d !important;
    border: 2px solid #06a77d !important;
  }
}
@media (max-width: 768px) {
  .cid-u1IQd0L7vz .embla__button {
    display: none;
  }
}
.cid-u1IQd0L7vz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1IQd0L7vz .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1IQd0L7vz .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1IQd0L7vz .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1IQd0L7vz .embla {
  position: relative;
  width: 100%;
}
.cid-u1IQd0L7vz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1IQd0L7vz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1IQd0L7vz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1IQd0L7vz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1IQd0L7vz .item-desc {
  color: #000000;
  text-align: center;
}
.cid-u1IQd0L7vz .item-title {
  color: #000000;
}
.cid-u1IQd0L7vz .item-name {
  color: #000000;
}
.cid-u1IQd0L7vz .item-role {
  color: #000000;
}
.cid-u1IQd0L7vz .list {
  color: #000000;
}
.cid-u1IQd0L7vz .item-title,
.cid-u1IQd0L7vz .mbr-section-btn,
.cid-u1IQd0L7vz .title-wrap {
  text-align: center;
  color: #ff9017;
}
.cid-u1IQd0L7vz .item-title,
.cid-u1IQd0L7vz .mbr-section-btn {
  color: #ff17b3;
}
.cid-umWESqB6ab {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-umWESqB6ab .counter-container {
  color: #767676;
}
.cid-umWESqB6ab .counter-container ul {
  margin-bottom: 0;
}
.cid-umWESqB6ab .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-umWESqB6ab .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #767676;
  color: #767676;
  content: '✓';
}
.cid-umWESqB6ab .mbr-text {
  color: #767676;
}
.cid-umWERxO3BK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umWERxO3BK .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-umWERxO3BK .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-umWERxO3BK .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umWERxO3BK .mbr-section-title {
  text-align: center;
}
.cid-umWERxO3BK .mbr-section-subtitle {
  text-align: center;
}
.cid-umVr4Js0IS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umVr4Js0IS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-umVr4Js0IS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .container {
    padding: 0 20px;
  }
}
.cid-umVr4Js0IS .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .row {
    padding: 46px 0;
  }
}
.cid-umVr4Js0IS .item {
  margin-bottom: 32px;
}
.cid-umVr4Js0IS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-umVr4Js0IS .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-umVr4Js0IS .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-umVr4Js0IS .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-umVr4Js0IS .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-umVr4Js0IS .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-umVr4Js0IS .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-umVr4Js0IS .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-umVr4Js0IS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #4ca2cc;
  background-color: #ffffff;
}
.cid-umVr4Js0IS .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: #4ca2cc;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-umVr4Js0IS .item-title {
  color: #000000;
}
.cid-umVr4Js0IS .item-text {
  color: #000000;
}
.cid-umVr4Js0IS .list {
  color: #000000;
}
.cid-u1IQdRKLqi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1IQdRKLqi .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .container {
    padding: 0 20px;
  }
}
.cid-u1IQdRKLqi .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1IQdRKLqi .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-u1IQdRKLqi .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u1IQdRKLqi .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1IQdRKLqi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-u1IQdRKLqi .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u1IQdRKLqi .embla__slide .slide-content {
  width: 100%;
}
.cid-u1IQdRKLqi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-u1IQdRKLqi .embla__button--next,
.cid-u1IQdRKLqi .embla__button--prev {
  display: flex;
}
.cid-u1IQdRKLqi .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #0aa3c2 !important;
  border: 2px solid #0aa3c2 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-u1IQdRKLqi .embla__button {
    display: none;
  }
}
.cid-u1IQdRKLqi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1IQdRKLqi .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1IQdRKLqi .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-u1IQdRKLqi .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-u1IQdRKLqi .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQdRKLqi .embla__button {
    top: 2.5rem;
  }
}
.cid-u1IQdRKLqi .embla {
  position: relative;
  width: 100%;
}
.cid-u1IQdRKLqi .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1IQdRKLqi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1IQdRKLqi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1IQdRKLqi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1IQdRKLqi .mbr-desc {
  color: #106639;
  text-align: center;
}
.cid-u1IQdRKLqi .mbr-section-title {
  color: #ffffff;
}
.cid-u1IQdRKLqi .mbr-text,
.cid-u1IQdRKLqi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQdRKLqi .mbr-section-title,
.cid-u1IQdRKLqi .mbr-section-btn {
  text-align: center;
}
.cid-u1IQMld45c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQMld45c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQMld45c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQMld45c .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQMld45c .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .container {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQMld45c .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1IQMld45c .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1IQMld45c .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .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-u1IQMld45c .dragArea.row .form-group .form-control:hover,
.cid-u1IQMld45c .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1IQMld45c .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1IQMld45c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text,
.cid-u1IQMld45c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c label {
  color: #000000;
}
.cid-u1IQMld45c .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-uiGtJukbXK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uiGtJukbXK nav.navbar {
  position: fixed;
}
.cid-uiGtJukbXK .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-uiGtJukbXK .container-fluid {
    padding: 0 8px;
  }
}
.cid-uiGtJukbXK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uiGtJukbXK .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-uiGtJukbXK .container {
    flex-wrap: wrap;
  }
}
.cid-uiGtJukbXK .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-uiGtJukbXK .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-uiGtJukbXK .dropdown-item:hover span {
  color: white;
}
.cid-uiGtJukbXK .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uiGtJukbXK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiGtJukbXK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uiGtJukbXK .nav-link {
  position: relative;
}
.cid-uiGtJukbXK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uiGtJukbXK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uiGtJukbXK .dropdown-menu,
.cid-uiGtJukbXK .navbar.opened {
  background: #ffffff !important;
}
.cid-uiGtJukbXK .nav-item:focus,
.cid-uiGtJukbXK .nav-link:focus {
  outline: none;
}
.cid-uiGtJukbXK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiGtJukbXK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uiGtJukbXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiGtJukbXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiGtJukbXK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiGtJukbXK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiGtJukbXK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uiGtJukbXK .navbar.opened {
  transition: all 0.3s;
}
.cid-uiGtJukbXK .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-uiGtJukbXK .navbar .navbar-logo img {
  width: auto;
}
.cid-uiGtJukbXK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiGtJukbXK .navbar.collapsed {
  justify-content: center;
}
.cid-uiGtJukbXK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiGtJukbXK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGtJukbXK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiGtJukbXK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGtJukbXK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGtJukbXK .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-uiGtJukbXK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-uiGtJukbXK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-uiGtJukbXK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiGtJukbXK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiGtJukbXK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGtJukbXK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGtJukbXK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGtJukbXK .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-uiGtJukbXK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiGtJukbXK .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-uiGtJukbXK .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-uiGtJukbXK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiGtJukbXK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiGtJukbXK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiGtJukbXK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uiGtJukbXK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiGtJukbXK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiGtJukbXK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiGtJukbXK .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-uiGtJukbXK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGtJukbXK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGtJukbXK .dropdown-item.active,
.cid-uiGtJukbXK .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGtJukbXK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-uiGtJukbXK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGtJukbXK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGtJukbXK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiGtJukbXK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiGtJukbXK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiGtJukbXK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiGtJukbXK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiGtJukbXK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiGtJukbXK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiGtJukbXK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiGtJukbXK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGtJukbXK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGtJukbXK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiGtJukbXK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGtJukbXK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiGtJukbXK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiGtJukbXK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGtJukbXK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiGtJukbXK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiGtJukbXK .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-uiGtJukbXK .navbar {
    height: 70px;
  }
  .cid-uiGtJukbXK .navbar.opened {
    height: auto;
  }
  .cid-uiGtJukbXK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uiGtJukbXK .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-uiGtJukbXK .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-uiGtJukbXK .dropdown-menu {
    padding: 0px;
  }
}
.cid-uiFIwfwcYM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiFIwfwcYM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiFIwfwcYM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiFIwfwcYM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiFIwfwcYM .container {
    padding: 0 20px;
  }
}
.cid-uiFIwfwcYM .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uiFIwfwcYM .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uiFIwfwcYM .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uiFIwfwcYM .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uiFIwfwcYM .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uiFIwfwcYM .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uiFIwfwcYM .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uiFIwfwcYM .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uiFIwfwcYM .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-uiFIwfwcYM .dragArea.row .form-group .form-control:hover,
.cid-uiFIwfwcYM .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uiFIwfwcYM .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uiFIwfwcYM .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uiFIwfwcYM .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uiFIwfwcYM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uiFIwfwcYM .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uiFIwfwcYM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uiFIwfwcYM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uiFIwfwcYM .mbr-text,
.cid-uiFIwfwcYM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uiFIwfwcYM label {
  color: #000000;
}
.cid-uiFIwfwcYM .mbr-section-btn {
  text-align: center;
}
.cid-uiGtOTrLM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiGtOTrLM8 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiGtOTrLM8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiGtOTrLM8 .container {
    padding: 0 20px;
  }
}
.cid-uiGtOTrLM8 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uiGtOTrLM8 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uiGtOTrLM8 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uiGtOTrLM8 .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uiGtOTrLM8 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uiGtOTrLM8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiGtOTrLM8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uiGtOTrLM8 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uiGtOTrLM8 .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uiGtOTrLM8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uiGtOTrLM8 .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-uiGtOTrLM8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiGtOTrLM8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uiGtOTrLM8 iframe {
  border-radius: 20px !important;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-uiGtZTlCuw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uiGtZTlCuw nav.navbar {
  position: fixed;
}
.cid-uiGtZTlCuw .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-uiGtZTlCuw .container-fluid {
    padding: 0 8px;
  }
}
.cid-uiGtZTlCuw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uiGtZTlCuw .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-uiGtZTlCuw .container {
    flex-wrap: wrap;
  }
}
.cid-uiGtZTlCuw .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-uiGtZTlCuw .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-uiGtZTlCuw .dropdown-item:hover span {
  color: white;
}
.cid-uiGtZTlCuw .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uiGtZTlCuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiGtZTlCuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uiGtZTlCuw .nav-link {
  position: relative;
}
.cid-uiGtZTlCuw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uiGtZTlCuw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uiGtZTlCuw .dropdown-menu,
.cid-uiGtZTlCuw .navbar.opened {
  background: #ffffff !important;
}
.cid-uiGtZTlCuw .nav-item:focus,
.cid-uiGtZTlCuw .nav-link:focus {
  outline: none;
}
.cid-uiGtZTlCuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiGtZTlCuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uiGtZTlCuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiGtZTlCuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiGtZTlCuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiGtZTlCuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiGtZTlCuw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uiGtZTlCuw .navbar.opened {
  transition: all 0.3s;
}
.cid-uiGtZTlCuw .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-uiGtZTlCuw .navbar .navbar-logo img {
  width: auto;
}
.cid-uiGtZTlCuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiGtZTlCuw .navbar.collapsed {
  justify-content: center;
}
.cid-uiGtZTlCuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiGtZTlCuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGtZTlCuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiGtZTlCuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGtZTlCuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGtZTlCuw .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-uiGtZTlCuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-uiGtZTlCuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-uiGtZTlCuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiGtZTlCuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiGtZTlCuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGtZTlCuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGtZTlCuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGtZTlCuw .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-uiGtZTlCuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiGtZTlCuw .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-uiGtZTlCuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-uiGtZTlCuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiGtZTlCuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiGtZTlCuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiGtZTlCuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uiGtZTlCuw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiGtZTlCuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiGtZTlCuw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiGtZTlCuw .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-uiGtZTlCuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGtZTlCuw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGtZTlCuw .dropdown-item.active,
.cid-uiGtZTlCuw .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGtZTlCuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-uiGtZTlCuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGtZTlCuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGtZTlCuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiGtZTlCuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiGtZTlCuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiGtZTlCuw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiGtZTlCuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiGtZTlCuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiGtZTlCuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiGtZTlCuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiGtZTlCuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGtZTlCuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGtZTlCuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiGtZTlCuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGtZTlCuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiGtZTlCuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiGtZTlCuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGtZTlCuw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiGtZTlCuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiGtZTlCuw .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-uiGtZTlCuw .navbar {
    height: 70px;
  }
  .cid-uiGtZTlCuw .navbar.opened {
    height: auto;
  }
  .cid-uiGtZTlCuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uiGtZTlCuw .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-uiGtZTlCuw .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-uiGtZTlCuw .dropdown-menu {
    padding: 0px;
  }
}
.cid-uiGyk65ANw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiGyk65ANw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGyk65ANw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiGyk65ANw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiGyk65ANw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiGyk65ANw .container {
    padding: 0 20px;
  }
}
.cid-uiGyk65ANw .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uiGyk65ANw .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uiGyk65ANw .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uiGyk65ANw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uiGyk65ANw .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uiGyk65ANw .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uiGyk65ANw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uiGyk65ANw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiGyk65ANw .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uiGyk65ANw .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uiGyk65ANw .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiGyk65ANw .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uiGyk65ANw .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uiGyk65ANw .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-uiGyk65ANw .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uiGyk65ANw .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uiGyk65ANw .mbr-section-title {
  color: #ffffff;
}
.cid-uiGyk65ANw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uiGyk65ANw .mbr-text,
.cid-uiGyk65ANw .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uiGyk65ANw .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uiGyk65ANw .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uiGyk65ANw .mbr-section-title,
.cid-uiGyk65ANw .mbr-section-btn,
.cid-uiGyk65ANw .icon-wrapper {
  text-align: center;
}
.cid-uiGvrZwz29 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uiGvrZwz29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGvrZwz29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiGvrZwz29 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uiGvrZwz29 .plan-body {
  padding-bottom: 2rem;
}
.cid-uiGvrZwz29 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiGvrZwz29 .price {
  color: #06a77d;
}
.cid-uiGvrZwz29 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uiGvrZwz29 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uiGvrZwz29 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uiGvrZwz29 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiGvrZwz29 .plan {
    margin-bottom: 2rem;
  }
}
.cid-um03URxIIX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-um03URxIIX .counter-container {
  color: #767676;
}
.cid-um03URxIIX .counter-container ul {
  margin-bottom: 0;
}
.cid-um03URxIIX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-um03URxIIX .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #106639;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #106639;
  color: #106639;
  content: '✓';
}
.cid-um03URxIIX .mbr-text {
  color: #767676;
}
.cid-uiM3I1TV6C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uiM3I1TV6C .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiM3I1TV6C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiM3I1TV6C .container {
    padding: 0 20px;
  }
}
.cid-uiM3I1TV6C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uiM3I1TV6C .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiM3I1TV6C .embla__slide .slide-content {
  width: 100%;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uiM3I1TV6C .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-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uiM3I1TV6C .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-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uiM3I1TV6C .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uiM3I1TV6C .embla__button--next,
.cid-uiM3I1TV6C .embla__button--prev {
  display: flex;
}
.cid-uiM3I1TV6C .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-uiM3I1TV6C .embla__button {
    top: 2.5rem;
    color: #000000 !important;
    border: 2px solid #000000 !important;
  }
}
@media (max-width: 768px) {
  .cid-uiM3I1TV6C .embla__button {
    display: none;
  }
}
.cid-uiM3I1TV6C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiM3I1TV6C .embla__button:hover {
  opacity: 1 !important;
}
.cid-uiM3I1TV6C .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uiM3I1TV6C .embla__button.embla__button--next {
  right: 30px;
}
.cid-uiM3I1TV6C .embla {
  position: relative;
  width: 100%;
}
.cid-uiM3I1TV6C .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uiM3I1TV6C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiM3I1TV6C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiM3I1TV6C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uiM3I1TV6C .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uiM3I1TV6C .item-title {
  color: #000000;
}
.cid-uiM3I1TV6C .item-name {
  color: #000000;
}
.cid-uiM3I1TV6C .item-role {
  color: #000000;
}
.cid-uiM3I1TV6C .list {
  color: #000000;
}
.cid-uiM3I1TV6C .item-title,
.cid-uiM3I1TV6C .mbr-section-btn,
.cid-uiM3I1TV6C .title-wrap {
  text-align: center;
  color: #ffd9f0;
}
.cid-uiM9hAbycv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiM9hAbycv .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiM9hAbycv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .container {
    padding: 0 20px;
  }
}
.cid-uiM9hAbycv .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .row {
    padding: 46px 0;
  }
}
.cid-uiM9hAbycv .item {
  margin-bottom: 32px;
}
.cid-uiM9hAbycv .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uiM9hAbycv .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uiM9hAbycv .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-uiM9hAbycv .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uiM9hAbycv .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-uiM9hAbycv .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uiM9hAbycv .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-uiM9hAbycv .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiM9hAbycv .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uiM9hAbycv .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-uiM9hAbycv .item-title {
  color: #000000;
}
.cid-uiM9hAbycv .item-text {
  color: #000000;
}
.cid-uiM9hAbycv .list {
  color: #000000;
}
.cid-um03QYEhQS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um03QYEhQS .mbr-text {
  color: #879a9f;
}
.cid-um03QYEhQS .color {
  background: #fff3f3;
}
.cid-um03QYEhQS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-um03QYEhQS .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-um03QYEhQS .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-um03QYEhQS .card2 {
    margin-left: 1rem;
  }
  .cid-um03QYEhQS .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-um03QYEhQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-um03QYEhQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLZeUfFkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-uiLZeUfFkl .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uiLZeUfFkl section {
  position: relative;
}
.cid-uiLZeUfFkl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiLZeUfFkl .svg1 {
  width: 220px;
  position: absolute;
  z-index: 10;
  right: 10%;
  bottom: -45%;
}
@media (max-width: 600px) {
  .cid-uiLZeUfFkl .svg1 {
    width: 150px;
  }
}
.cid-uiLZeUfFkl .st1 {
  fill: #a13935;
}
.cid-uiLZeUfFkl .st0 {
  fill: #e5be8a;
}
.cid-uiM9mcCcYA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiM9mcCcYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiM9mcCcYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiM9mcCcYA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uiM9mcCcYA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .container {
    padding: 0 20px;
  }
}
.cid-uiM9mcCcYA .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .row {
    padding: 46px 0;
  }
}
.cid-uiM9mcCcYA .item {
  margin-bottom: 32px;
}
.cid-uiM9mcCcYA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uiM9mcCcYA .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-uiM9mcCcYA .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #2561db;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uiM9mcCcYA .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-uiM9mcCcYA .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uiM9mcCcYA .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-uiM9mcCcYA .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiM9mcCcYA .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uiM9mcCcYA .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-uiM9mcCcYA .item-title {
  color: #000000;
}
.cid-uiM9mcCcYA .item-text {
  color: #000000;
}
.cid-uiM9mcCcYA .list {
  color: #000000;
}
.cid-uiLZgYC9kv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-uiLZgYC9kv .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uiLZgYC9kv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1INKXWUzH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INKXWUzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INKXWUzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INKXWUzH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INKXWUzH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .container {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INKXWUzH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1INKXWUzH .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1INKXWUzH .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .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-u1INKXWUzH .dragArea.row .form-group .form-control:hover,
.cid-u1INKXWUzH .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1INKXWUzH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1INKXWUzH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text,
.cid-u1INKXWUzH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH label {
  color: #000000;
}
.cid-u1INKXWUzH .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-u1INmVOdLk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1INmVOdLk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1INmVOdLk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1INmVOdLk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-body .mbr-text,
  .cid-u1INmVOdLk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1INmVOdLk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1INmVOdLk .offcanvas_box {
    display: none;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: true !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffd3a3;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #06a77d;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1INn7Lr5b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INn7Lr5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INn7Lr5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INn7Lr5b .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .container {
    padding: 0 20px;
  }
}
.cid-u1INn7Lr5b .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper {
    padding: 0 20px;
  }
}
.cid-u1INn7Lr5b .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1INn7Lr5b .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1INn7Lr5b .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u1INn7Lr5b .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-u1INn7Lr5b .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-u1INn7Lr5b .mbr-section-title {
  color: #ffffff;
}
.cid-u1INn7Lr5b .mbr-text,
.cid-u1INn7Lr5b .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-u1INn7Lr5b .mbr-section-title,
.cid-u1INn7Lr5b .mbr-section-btn {
  text-align: center;
}
.cid-u1INzqPUys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INzqPUys .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INzqPUys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INzqPUys .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INzqPUys .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .container {
    padding: 0 20px;
  }
}
.cid-u1INzqPUys .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .row {
    padding: 46px 4px 46px;
  }
}
.cid-u1INzqPUys .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-u1INzqPUys .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INzqPUys .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INzqPUys .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1INzqPUys .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1INzqPUys .item {
  margin-bottom: 40px;
}
.cid-u1INzqPUys .item:first-child {
  margin-bottom: 0;
}
.cid-u1INzqPUys .item a {
  display: block;
}
.cid-u1INzqPUys .item a:hover .item-wrapper .item-img img,
.cid-u1INzqPUys .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u1INzqPUys .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-u1INzqPUys .item a .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u1INzqPUys .item a .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-u1INzqPUys .item a .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-u1INzqPUys .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .mbr-text,
.cid-u1INzqPUys .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INzqPUys .card-title {
  color: #000000;
}
.cid-u1INzqPUys .card-desc {
  color: #616161;
}
.cid-u1INKXWUzH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INKXWUzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INKXWUzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1INKXWUzH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1INKXWUzH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .container {
    padding: 0 20px;
  }
}
.cid-u1INKXWUzH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1INKXWUzH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1INKXWUzH .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1INKXWUzH .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1INKXWUzH .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .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-u1INKXWUzH .dragArea.row .form-group .form-control:hover,
.cid-u1INKXWUzH .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1INKXWUzH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1INKXWUzH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1INKXWUzH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1INKXWUzH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH .mbr-text,
.cid-u1INKXWUzH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INKXWUzH label {
  color: #000000;
}
.cid-u1INKXWUzH .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-ulSKUgtJ3h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulSKUgtJ3h nav.navbar {
  position: fixed;
}
.cid-ulSKUgtJ3h .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-ulSKUgtJ3h .container-fluid {
    padding: 0 8px;
  }
}
.cid-ulSKUgtJ3h .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-ulSKUgtJ3h .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-ulSKUgtJ3h .container {
    flex-wrap: wrap;
  }
}
.cid-ulSKUgtJ3h .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-ulSKUgtJ3h .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-ulSKUgtJ3h .dropdown-item:hover span {
  color: white;
}
.cid-ulSKUgtJ3h .dropdown-item:last-child {
  border-bottom: none;
}
.cid-ulSKUgtJ3h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulSKUgtJ3h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulSKUgtJ3h .nav-link {
  position: relative;
}
.cid-ulSKUgtJ3h .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulSKUgtJ3h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulSKUgtJ3h .dropdown-menu,
.cid-ulSKUgtJ3h .navbar.opened {
  background: #ffffff !important;
}
.cid-ulSKUgtJ3h .nav-item:focus,
.cid-ulSKUgtJ3h .nav-link:focus {
  outline: none;
}
.cid-ulSKUgtJ3h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulSKUgtJ3h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ulSKUgtJ3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulSKUgtJ3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulSKUgtJ3h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulSKUgtJ3h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulSKUgtJ3h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ulSKUgtJ3h .navbar.opened {
  transition: all 0.3s;
}
.cid-ulSKUgtJ3h .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-ulSKUgtJ3h .navbar .navbar-logo img {
  width: auto;
}
.cid-ulSKUgtJ3h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulSKUgtJ3h .navbar.collapsed {
  justify-content: center;
}
.cid-ulSKUgtJ3h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulSKUgtJ3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulSKUgtJ3h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ulSKUgtJ3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulSKUgtJ3h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulSKUgtJ3h .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-ulSKUgtJ3h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-ulSKUgtJ3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-ulSKUgtJ3h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulSKUgtJ3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulSKUgtJ3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulSKUgtJ3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulSKUgtJ3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulSKUgtJ3h .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-ulSKUgtJ3h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulSKUgtJ3h .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-ulSKUgtJ3h .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-ulSKUgtJ3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulSKUgtJ3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulSKUgtJ3h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulSKUgtJ3h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulSKUgtJ3h .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulSKUgtJ3h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulSKUgtJ3h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulSKUgtJ3h .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-ulSKUgtJ3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulSKUgtJ3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulSKUgtJ3h .dropdown-item.active,
.cid-ulSKUgtJ3h .dropdown-item:active {
  background-color: transparent;
}
.cid-ulSKUgtJ3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-ulSKUgtJ3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulSKUgtJ3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulSKUgtJ3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulSKUgtJ3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulSKUgtJ3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulSKUgtJ3h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulSKUgtJ3h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulSKUgtJ3h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulSKUgtJ3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulSKUgtJ3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulSKUgtJ3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulSKUgtJ3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulSKUgtJ3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulSKUgtJ3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulSKUgtJ3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulSKUgtJ3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulSKUgtJ3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulSKUgtJ3h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulSKUgtJ3h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulSKUgtJ3h .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-ulSKUgtJ3h .navbar {
    height: 70px;
  }
  .cid-ulSKUgtJ3h .navbar.opened {
    height: auto;
  }
  .cid-ulSKUgtJ3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUgtJ3h .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-ulSKUgtJ3h .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-ulSKUgtJ3h .dropdown-menu {
    padding: 0px;
  }
}
.cid-ulSKUgRex5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUgRex5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUgRex5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUgRex5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUgRex5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUgRex5 .container {
    padding: 0 20px;
  }
}
.cid-ulSKUgRex5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUgRex5 .content-wrapper {
    padding: 0 20px;
  }
}
.cid-ulSKUgRex5 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ulSKUgRex5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-ulSKUgRex5 .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-ulSKUgRex5 .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-ulSKUgRex5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ulSKUgRex5 .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUgRex5 .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ulSKUgRex5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-ulSKUgRex5 .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-ulSKUgRex5 .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUgRex5 .mbr-text,
.cid-ulSKUgRex5 .text-wrap {
  color: #ffd3a3;
  text-align: center;
}
.cid-ulSKUgRex5 .mbr-section-title,
.cid-ulSKUgRex5 .mbr-section-btn {
  text-align: center;
  color: #ffaaa3;
}
.cid-ulSKUhgbAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-ulSKUhgbAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUhgbAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUhgbAx .row {
  justify-content: space-between;
}
.cid-ulSKUhgbAx .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #d0e59f;
}
@media (max-width: 992px) {
  .cid-ulSKUhgbAx .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-ulSKUhgbAx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ulSKUhgbAx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ulSKUhgbAx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ulSKUhgbAx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ulSKUhgbAx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ulSKUhgbAx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ulSKUhgbAx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ulSKUhgbAx .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ulSKUhgbAx .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ulSKUhgbAx .mbr-section-title {
  color: #000000;
}
.cid-ulSKUhgbAx .mbr-section-subtitle {
  color: #000000;
}
.cid-ulSKUhgbAx .mbr-desc {
  color: #000000;
}
.cid-ulSKUhgbAx .mbr-text {
  color: #000000;
}
.cid-ulSKUhgbAx .mbr-section-subtitle,
.cid-ulSKUhgbAx .logo-wrapper {
  color: #106639;
}
.cid-ulSKUhgbAx .mbr-desc,
.cid-ulSKUhgbAx .logo-wrapper {
  color: #106639;
}
.cid-ulSKUhEGzu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUhEGzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUhEGzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUhEGzu .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUhEGzu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .container {
    padding: 0 20px;
  }
}
.cid-ulSKUhEGzu .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .row {
    padding: 46px 0;
  }
}
.cid-ulSKUhEGzu .item {
  margin-bottom: 32px;
}
.cid-ulSKUhEGzu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUhEGzu .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-ulSKUhEGzu .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUhEGzu .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-ulSKUhEGzu .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUhEGzu .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-ulSKUhEGzu .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUhEGzu .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ulSKUhEGzu .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-ulSKUhEGzu .item-title {
  color: #000000;
}
.cid-ulSKUhEGzu .item-text {
  color: #000000;
}
.cid-ulSKUhEGzu .list {
  color: #000000;
}
.cid-ulSKUifkfL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUifkfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUifkfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUifkfL .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUifkfL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUifkfL .container {
    padding: 0 20px;
  }
}
.cid-ulSKUifkfL .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUifkfL .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-ulSKUifkfL .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ulSKUifkfL .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-ulSKUifkfL .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-ulSKUifkfL .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ulSKUifkfL .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUifkfL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulSKUifkfL .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ulSKUifkfL .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-ulSKUifkfL .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ulSKUifkfL .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-ulSKUifkfL .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-ulSKUifkfL .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-ulSKUifkfL .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-ulSKUifkfL .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-ulSKUifkfL .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUifkfL .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUifkfL .mbr-text,
.cid-ulSKUifkfL .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUifkfL .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUifkfL .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUifkfL .mbr-section-title,
.cid-ulSKUifkfL .mbr-section-btn,
.cid-ulSKUifkfL .icon-wrapper {
  text-align: center;
}
.cid-ulSKUiF8sw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUiF8sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUiF8sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUiF8sw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUiF8sw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .container {
    padding: 0 20px;
  }
}
.cid-ulSKUiF8sw .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .row {
    padding: 46px 0;
  }
}
.cid-ulSKUiF8sw .item {
  margin-bottom: 32px;
}
.cid-ulSKUiF8sw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUiF8sw .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-ulSKUiF8sw .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #106639;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUiF8sw .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-ulSKUiF8sw .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUiF8sw .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-ulSKUiF8sw .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUiF8sw .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ulSKUiF8sw .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-ulSKUiF8sw .item-title {
  color: #000000;
}
.cid-ulSKUiF8sw .item-text {
  color: #000000;
}
.cid-ulSKUiF8sw .list {
  color: #000000;
}
.cid-ulSKUjiRb8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ulSKUjiRb8 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUjiRb8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUjiRb8 .container {
    padding: 0 20px;
  }
}
.cid-ulSKUjiRb8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ulSKUjiRb8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ulSKUjiRb8 .embla__slide .slide-content {
  width: 100%;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-ulSKUjiRb8 .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-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-ulSKUjiRb8 .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-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-ulSKUjiRb8 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-ulSKUjiRb8 .embla__button--next,
.cid-ulSKUjiRb8 .embla__button--prev {
  display: flex;
}
.cid-ulSKUjiRb8 .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-ulSKUjiRb8 .embla__button {
    top: 2.5rem;
    color: #000000 !important;
    border: 2px solid #000000 !important;
  }
}
@media (max-width: 768px) {
  .cid-ulSKUjiRb8 .embla__button {
    display: none;
  }
}
.cid-ulSKUjiRb8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulSKUjiRb8 .embla__button:hover {
  opacity: 1 !important;
}
.cid-ulSKUjiRb8 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-ulSKUjiRb8 .embla__button.embla__button--next {
  right: 30px;
}
.cid-ulSKUjiRb8 .embla {
  position: relative;
  width: 100%;
}
.cid-ulSKUjiRb8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ulSKUjiRb8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulSKUjiRb8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulSKUjiRb8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulSKUjiRb8 .item-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUjiRb8 .item-title {
  color: #000000;
}
.cid-ulSKUjiRb8 .item-name {
  color: #000000;
}
.cid-ulSKUjiRb8 .item-role {
  color: #000000;
}
.cid-ulSKUjiRb8 .list {
  color: #000000;
}
.cid-ulSKUjiRb8 .item-title,
.cid-ulSKUjiRb8 .mbr-section-btn,
.cid-ulSKUjiRb8 .title-wrap {
  text-align: center;
  color: #ffd9f0;
}
.cid-ulSKUk0vZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUk0vZS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUk0vZS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .container {
    padding: 0 20px;
  }
}
.cid-ulSKUk0vZS .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .row {
    padding: 46px 0;
  }
}
.cid-ulSKUk0vZS .item {
  margin-bottom: 32px;
}
.cid-ulSKUk0vZS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUk0vZS .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-ulSKUk0vZS .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUk0vZS .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-ulSKUk0vZS .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUk0vZS .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-ulSKUk0vZS .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUk0vZS .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #4ca2cc;
  background-color: #ffffff;
}
.cid-ulSKUk0vZS .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: #4ca2cc;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-ulSKUk0vZS .item-title {
  color: #000000;
}
.cid-ulSKUk0vZS .item-text {
  color: #000000;
}
.cid-ulSKUk0vZS .list {
  color: #000000;
}
.cid-ulSKUkCDqR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUkCDqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUkCDqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUkCDqR .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUkCDqR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUkCDqR .container {
    padding: 0 20px;
  }
}
.cid-ulSKUkCDqR .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ulSKUkCDqR .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ulSKUkCDqR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUkCDqR .content-wrapper .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ulSKUkCDqR .content-wrapper .title-wrapper .mbr-section-title {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ulSKUkCDqR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-ulSKUkCDqR .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ulSKUkCDqR .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-ulSKUkCDqR .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ulSKUkCDqR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-ulSKUkCDqR .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: center;
}
.cid-ulSKUkCDqR .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUkCDqR .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-ulSKUkCDqR .mbr-section-title {
  color: #000000;
}
.cid-ulSKUkCDqR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUkCDqR .card-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUkCDqR .card-title,
.cid-ulSKUkCDqR .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-ulSKUkCDqR .mbr-section-title,
.cid-ulSKUkCDqR .mbr-section-btn,
.cid-ulSKUkCDqR .title-wrapper {
  text-align: center;
}
.cid-ulSKUla51l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUla51l .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUla51l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .container {
    padding: 0 20px;
  }
}
.cid-ulSKUla51l .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .row {
    padding: 46px 0;
  }
}
.cid-ulSKUla51l .item {
  margin-bottom: 32px;
}
.cid-ulSKUla51l .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUla51l .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUla51l .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-ulSKUla51l .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUla51l .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUla51l .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #ff5244;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUla51l .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-ulSKUla51l .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUla51l .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-ulSKUla51l .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUla51l .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #8195ff;
  background-color: #ffffff;
}
.cid-ulSKUla51l .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: #8195ff;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-ulSKUla51l .item-title {
  color: #000000;
}
.cid-ulSKUla51l .item-text {
  color: #000000;
}
.cid-ulSKUla51l .list {
  color: #000000;
}
.cid-ulSKUlLZpZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.cid-ulSKUlLZpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUlLZpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ulSKUlLZpZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUlLZpZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-ulSKUlLZpZ .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-ulSKUlLZpZ .content-wrapper {
  min-height: 720px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUlLZpZ .content-wrapper {
    padding: 0 20px;
  }
}
.cid-ulSKUlLZpZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ulSKUlLZpZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-ulSKUlLZpZ .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-ulSKUlLZpZ .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-ulSKUlLZpZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ulSKUlLZpZ .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUlLZpZ .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ulSKUlLZpZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-ulSKUlLZpZ .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-ulSKUlLZpZ .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUlLZpZ .mbr-text,
.cid-ulSKUlLZpZ .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUlLZpZ .mbr-section-title,
.cid-ulSKUlLZpZ .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulSKUlLZpZ .content-wrapper {
    min-height: 360px;
  }
}
.cid-ulSKUmmVjk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUmmVjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUmmVjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUmmVjk .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUmmVjk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUmmVjk .container {
    padding: 0 20px;
  }
}
.cid-ulSKUmmVjk .item {
  margin-top: 32px;
}
.cid-ulSKUmmVjk .item:first-child {
  margin-top: 0;
}
.cid-ulSKUmmVjk .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUmmVjk .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-ulSKUmmVjk .item:nth-child(2n) .item-wrapper {
  background-color: #f1a208;
}
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-ulSKUmmVjk .item .item-wrapper .card-box .card-desc_1,
.cid-ulSKUmmVjk .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ulSKUmmVjk .item .item-wrapper .card-box .card-desc_1,
  .cid-ulSKUmmVjk .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-ulSKUmmVjk .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-ulSKUmmVjk .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-ulSKUmmVjk .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-ulSKUmmVjk .item .item-wrapper .card-box .card-title_1,
.cid-ulSKUmmVjk .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-ulSKUmmVjk .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-ulSKUmmVjk .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-ulSKUmmVjk .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-ulSKUmmVjk .card-desc_2 {
  color: #000000;
  text-align: center;
}
.cid-ulSKUmmVjk .card-title_1 {
  color: #000000;
}
.cid-ulSKUmmVjk .card-title_2 {
  color: #ffffff;
}
.cid-ulSKUmmVjk .card-text_1,
.cid-ulSKUmmVjk .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-ulSKUmmVjk .card-text_2,
.cid-ulSKUmmVjk .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-ulSKUmmVjk .card-title_1,
.cid-ulSKUmmVjk .buttons_1,
.cid-ulSKUmmVjk .icon-wrapper_1,
.cid-ulSKUmmVjk .title-wrapper_1 {
  text-align: center;
}
.cid-ulSKUmmVjk .card-title_2,
.cid-ulSKUmmVjk .buttons_2,
.cid-ulSKUmmVjk .icon-wrapper_2,
.cid-ulSKUmmVjk .title-wrapper_2 {
  text-align: center;
}
.cid-ulSKUmmVjk .card-title_2,
.cid-ulSKUmmVjk .icon-wrapper_2,
.cid-ulSKUmmVjk .buttons_2,
.cid-ulSKUmmVjk .title-wrapper_2 {
  color: #000000;
}
.cid-ulSKUmVdh5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulSKUmVdh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUmVdh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUmVdh5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUmVdh5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .container {
    padding: 0 20px;
  }
}
.cid-ulSKUmVdh5 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .row {
    padding: 46px 0;
  }
}
.cid-ulSKUmVdh5 .item {
  margin-bottom: 32px;
}
.cid-ulSKUmVdh5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUmVdh5 .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-ulSKUmVdh5 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUmVdh5 .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-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUmVdh5 .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-ulSKUmVdh5 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUmVdh5 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ulSKUmVdh5 .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-ulSKUmVdh5 .item-title {
  color: #4ca979;
}
.cid-ulSKUmVdh5 .item-text {
  color: #000000;
}
.cid-ulSKUmVdh5 .list {
  color: #000000;
}
.cid-ulSKUnFx60 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUnFx60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUnFx60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUnFx60 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUnFx60 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .container {
    padding: 0 20px;
  }
}
.cid-ulSKUnFx60 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ulSKUnFx60 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-ulSKUnFx60 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUnFx60 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-ulSKUnFx60 .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-ulSKUnFx60 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-ulSKUnFx60 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ulSKUnFx60 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUnFx60 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ulSKUnFx60 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulSKUnFx60 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUnFx60 .panel-title-edit {
  color: #000000;
}
.cid-ulSKUnFx60 .panel-text {
  color: #000000;
}
.cid-ulSKUomCrc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUomCrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUomCrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUomCrc .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUomCrc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUomCrc .container {
    padding: 0 20px;
  }
}
.cid-ulSKUomCrc .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #f1a208;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ulSKUomCrc .row {
    padding: 46px 10px 46px;
  }
}
.cid-ulSKUomCrc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUomCrc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulSKUomCrc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ulSKUomCrc .item:first-child {
  margin-bottom: 0;
}
.cid-ulSKUomCrc .item:last-child {
  margin-bottom: 0;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-ulSKUomCrc .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-ulSKUomCrc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ulSKUomCrc .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-ulSKUomCrc .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-ulSKUomCrc .mbr-section-btn {
  margin-top: 40px;
}
.cid-ulSKUomCrc .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUomCrc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUomCrc .card-title {
  color: #ffffff;
}
.cid-ulSKUomCrc .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUomCrc .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUomCrc .mbr-section-title,
.cid-ulSKUomCrc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ulSKUomCrc .card-title,
.cid-ulSKUomCrc .icon-wrapper {
  text-align: center;
}
.cid-ulSKUp5P1D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUp5P1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUp5P1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUp5P1D .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUp5P1D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .container {
    padding: 0 20px;
  }
}
.cid-ulSKUp5P1D .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .row {
    padding: 46px 0;
  }
}
.cid-ulSKUp5P1D .mbr-desc {
  margin-bottom: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-ulSKUp5P1D .content-wrapper {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .content-wrapper {
    margin-right: 0;
  }
}
.cid-ulSKUp5P1D .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .content-wrapper .mbr-text {
    margin-bottom: 60px;
  }
}
.cid-ulSKUp5P1D .tabs-wrap {
  margin-bottom: 40px;
  margin-left: 60px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ulSKUp5P1D .tabs-wrap {
    margin-left: 0;
  }
}
.cid-ulSKUp5P1D .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  margin-bottom: 32px;
}
.cid-ulSKUp5P1D .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-ulSKUp5P1D .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-ulSKUp5P1D .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-ulSKUp5P1D .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-ulSKUp5P1D .tabs-wrap .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ulSKUp5P1D .mbr-section-title {
  color: #000000;
}
.cid-ulSKUp5P1D .mbr-text {
  color: #000000;
}
.cid-ulSKUp5P1D .card-name {
  color: #000000;
}
.cid-ulSKUp5P1D .card-role {
  color: #000000;
  text-align: center;
}
.cid-ulSKUp5P1D .list,
.cid-ulSKUp5P1D .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ulSKUp5P1D .card-name,
.cid-ulSKUp5P1D .mbr-section-btn {
  text-align: center;
}
.cid-ulSKUpS35B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUpS35B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUpS35B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUpS35B .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUpS35B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUpS35B .container {
    padding: 0 20px;
  }
}
.cid-ulSKUpS35B .content-wrapper {
  padding: 60px;
  background-color: #f1a208;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ulSKUpS35B .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ulSKUpS35B .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUpS35B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulSKUpS35B .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulSKUpS35B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulSKUpS35B .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulSKUpS35B .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-ulSKUpS35B .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-ulSKUpS35B .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-ulSKUpS35B .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-ulSKUpS35B .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ulSKUpS35B .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUpS35B .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUpS35B .mbr-text,
.cid-ulSKUpS35B .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ulSKUpS35B .card-title {
  color: #000000;
  text-align: center;
}
.cid-ulSKUpS35B .mbr-section-title,
.cid-ulSKUpS35B .mbr-section-btn,
.cid-ulSKUpS35B .items-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ulSKUqyLzN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUqyLzN .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUqyLzN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .container {
    padding: 0 20px;
  }
}
.cid-ulSKUqyLzN .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .row {
    padding: 46px 0;
  }
}
.cid-ulSKUqyLzN .item {
  margin-bottom: 32px;
}
.cid-ulSKUqyLzN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSKUqyLzN .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-ulSKUqyLzN .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #ff796f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSKUqyLzN .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-ulSKUqyLzN .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSKUqyLzN .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-ulSKUqyLzN .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUqyLzN .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ulSKUqyLzN .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-ulSKUqyLzN .item-title {
  color: #000000;
}
.cid-ulSKUqyLzN .item-text {
  color: #000000;
}
.cid-ulSKUqyLzN .list {
  color: #000000;
}
.cid-umWPe5RxUo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umWPe5RxUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWPe5RxUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWPe5RxUo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umWPe5RxUo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umWPe5RxUo .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-umWPe5RxUo .content-head {
  max-width: 800px;
}
.cid-ulSKUrnCcK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUrnCcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUrnCcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUrnCcK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUrnCcK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUrnCcK .container {
    padding: 0 20px;
  }
}
.cid-ulSKUrnCcK .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUrnCcK .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ulSKUrnCcK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulSKUrnCcK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUrnCcK .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ulSKUrnCcK .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-ulSKUrnCcK .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-ulSKUrnCcK .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-ulSKUrnCcK .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-ulSKUrnCcK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-ulSKUrnCcK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-ulSKUrnCcK .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-ulSKUrnCcK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulSKUrnCcK .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUrnCcK .mbr-section-title {
  color: #000000;
}
.cid-ulSKUrnCcK .mbr-desc,
.cid-ulSKUrnCcK .desc-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ulSKUrnCcK .card-number {
  color: #000000;
}
.cid-ulSKUrnCcK .card-title {
  color: #000000;
}
.cid-ulSKUrnCcK .mbr-text,
.cid-ulSKUrnCcK .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ulSKUrnCcK .mbr-section-title,
.cid-ulSKUrnCcK .mbr-section-btn {
  text-align: center;
}
.cid-ulSKUscyCp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUscyCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUscyCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSKUscyCp .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUscyCp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUscyCp .container {
    padding: 0 20px;
  }
}
.cid-ulSKUscyCp .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUscyCp .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ulSKUscyCp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUscyCp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulSKUscyCp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulSKUscyCp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUscyCp .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-ulSKUscyCp .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ulSKUscyCp .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ulSKUscyCp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ulSKUscyCp .mbr-section-title {
  color: #000000;
}
.cid-ulSKUscyCp .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUscyCp .mbr-text,
.cid-ulSKUscyCp .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ulSKUscyCp .mbr-section-title,
.cid-ulSKUscyCp .mbr-section-btn,
.cid-ulSKUscyCp .image-wrapper {
  text-align: center;
}
.cid-ulSKUsUqFx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ulSKUsUqFx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUsUqFx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .container {
    padding: 0 20px;
  }
}
.cid-ulSKUsUqFx .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulSKUsUqFx .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-ulSKUsUqFx .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-ulSKUsUqFx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUsUqFx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ulSKUsUqFx .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSKUsUqFx .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulSKUsUqFx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-ulSKUsUqFx .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ulSKUsUqFx .embla__slide .slide-content {
  width: 100%;
}
.cid-ulSKUsUqFx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-ulSKUsUqFx .embla__button--next,
.cid-ulSKUsUqFx .embla__button--prev {
  display: flex;
}
.cid-ulSKUsUqFx .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-ulSKUsUqFx .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-ulSKUsUqFx .embla__button {
    display: none;
  }
}
.cid-ulSKUsUqFx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulSKUsUqFx .embla__button:hover {
  opacity: 1 !important;
}
.cid-ulSKUsUqFx .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-ulSKUsUqFx .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ulSKUsUqFx .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ulSKUsUqFx .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-ulSKUsUqFx .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ulSKUsUqFx .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUsUqFx .embla__button {
    top: 2.5rem;
  }
}
.cid-ulSKUsUqFx .embla {
  position: relative;
  width: 100%;
}
.cid-ulSKUsUqFx .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ulSKUsUqFx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulSKUsUqFx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulSKUsUqFx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulSKUsUqFx .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUsUqFx .mbr-section-title {
  color: #ffffff;
}
.cid-ulSKUsUqFx .mbr-text,
.cid-ulSKUsUqFx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ulSKUsUqFx .mbr-section-title,
.cid-ulSKUsUqFx .mbr-section-btn {
  text-align: center;
}
.cid-ulSKUtKCLX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUtKCLX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUtKCLX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSKUtKCLX .container {
    padding: 0 20px;
  }
}
.cid-ulSKUtKCLX .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUtKCLX .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ulSKUtKCLX .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ulSKUtKCLX .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-ulSKUtKCLX .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSKUtKCLX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulSKUtKCLX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulSKUtKCLX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSKUtKCLX .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-ulSKUtKCLX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulSKUtKCLX .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-ulSKUtKCLX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulSKUtKCLX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulSKUtKCLX iframe {
  border-radius: 20px !important;
}
.cid-ulSKUuypYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSKUuypYz .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSKUuypYz .container-fluid {
    padding: 0 20px;
  }
}
.cid-ulSKUuypYz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ulSKUuypYz .container {
    padding: 0 20px;
  }
}
.cid-ulSKUuypYz .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSKUuypYz .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ulSKUuypYz .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ulSKUuypYz .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ulSKUuypYz .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ulSKUuypYz .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ulSKUuypYz .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ulSKUuypYz .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ulSKUuypYz .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-ulSKUuypYz .dragArea.row .form-group .form-control:hover,
.cid-ulSKUuypYz .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ulSKUuypYz .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ulSKUuypYz .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ulSKUuypYz .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ulSKUuypYz .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ulSKUuypYz .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ulSKUuypYz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulSKUuypYz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ulSKUuypYz .mbr-text,
.cid-ulSKUuypYz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ulSKUuypYz label {
  color: #000000;
}
.cid-ulSKUuypYz .mbr-section-btn {
  text-align: center;
}
.cid-ulSKUvkwTp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-ulSKUvkwTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSKUvkwTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .container {
    padding: 0 20px;
  }
}
.cid-ulSKUvkwTp .row {
  padding: 60px 0;
}
.cid-ulSKUvkwTp .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulSKUvkwTp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulSKUvkwTp .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ulSKUvkwTp .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulSKUvkwTp .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ulSKUvkwTp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ulSKUvkwTp .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulSKUvkwTp .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ulSKUvkwTp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ulSKUvkwTp .list-wrapper .list .item-wrap:hover,
.cid-ulSKUvkwTp .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-ulSKUvkwTp .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ulSKUvkwTp .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ulSKUvkwTp .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ulSKUvkwTp .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulSKUvkwTp .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSKUvkwTp .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSKUvkwTp .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-ulSKUvkwTp .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ulSKUvkwTp .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ulSKUvkwTp .mbr-section-title {
  color: #000000;
}
.cid-ulSKUvkwTp .mbr-address {
  color: #000000;
}
.cid-ulSKUvkwTp .mbr-list-title {
  color: #000000;
}
.cid-ulSKUvkwTp .list {
  color: #000000;
}
.cid-ulSKUvkwTp .mbr-copy {
  color: #000000;
}
.cid-uhB0B8dG3j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhB0B8dG3j nav.navbar {
  position: fixed;
}
.cid-uhB0B8dG3j .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-uhB0B8dG3j .container-fluid {
    padding: 0 8px;
  }
}
.cid-uhB0B8dG3j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uhB0B8dG3j .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-uhB0B8dG3j .container {
    flex-wrap: wrap;
  }
}
.cid-uhB0B8dG3j .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-uhB0B8dG3j .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-uhB0B8dG3j .dropdown-item:hover span {
  color: white;
}
.cid-uhB0B8dG3j .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uhB0B8dG3j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhB0B8dG3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhB0B8dG3j .nav-link {
  position: relative;
}
.cid-uhB0B8dG3j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhB0B8dG3j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhB0B8dG3j .dropdown-menu,
.cid-uhB0B8dG3j .navbar.opened {
  background: #ffffff !important;
}
.cid-uhB0B8dG3j .nav-item:focus,
.cid-uhB0B8dG3j .nav-link:focus {
  outline: none;
}
.cid-uhB0B8dG3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhB0B8dG3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uhB0B8dG3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhB0B8dG3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhB0B8dG3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhB0B8dG3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhB0B8dG3j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhB0B8dG3j .navbar.opened {
  transition: all 0.3s;
}
.cid-uhB0B8dG3j .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-uhB0B8dG3j .navbar .navbar-logo img {
  width: auto;
}
.cid-uhB0B8dG3j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhB0B8dG3j .navbar.collapsed {
  justify-content: center;
}
.cid-uhB0B8dG3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhB0B8dG3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhB0B8dG3j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhB0B8dG3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhB0B8dG3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhB0B8dG3j .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-uhB0B8dG3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-uhB0B8dG3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-uhB0B8dG3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhB0B8dG3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhB0B8dG3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhB0B8dG3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhB0B8dG3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhB0B8dG3j .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-uhB0B8dG3j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhB0B8dG3j .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-uhB0B8dG3j .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-uhB0B8dG3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhB0B8dG3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhB0B8dG3j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhB0B8dG3j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhB0B8dG3j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhB0B8dG3j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhB0B8dG3j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhB0B8dG3j .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-uhB0B8dG3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhB0B8dG3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhB0B8dG3j .dropdown-item.active,
.cid-uhB0B8dG3j .dropdown-item:active {
  background-color: transparent;
}
.cid-uhB0B8dG3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-uhB0B8dG3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhB0B8dG3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhB0B8dG3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhB0B8dG3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhB0B8dG3j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhB0B8dG3j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhB0B8dG3j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhB0B8dG3j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhB0B8dG3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhB0B8dG3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhB0B8dG3j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhB0B8dG3j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhB0B8dG3j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhB0B8dG3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhB0B8dG3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhB0B8dG3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhB0B8dG3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhB0B8dG3j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhB0B8dG3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhB0B8dG3j .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-uhB0B8dG3j .navbar {
    height: 70px;
  }
  .cid-uhB0B8dG3j .navbar.opened {
    height: auto;
  }
  .cid-uhB0B8dG3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uhB0B8dG3j .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-uhB0B8dG3j .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-uhB0B8dG3j .dropdown-menu {
    padding: 0px;
  }
}
.cid-uhB0B8g1yP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhB0B8g1yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhB0B8g1yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhB0B8g1yP .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uhB0B8g1yP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhB0B8g1yP .container {
    padding: 0 20px;
  }
}
.cid-uhB0B8g1yP .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uhB0B8g1yP .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uhB0B8g1yP .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uhB0B8g1yP .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uhB0B8g1yP .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uhB0B8g1yP .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uhB0B8g1yP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhB0B8g1yP .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhB0B8g1yP .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uhB0B8g1yP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uhB0B8g1yP .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uhB0B8g1yP .mbr-section-title {
  color: #ffffff;
}
.cid-uhB0B8g1yP .mbr-text,
.cid-uhB0B8g1yP .text-wrap {
  color: #ffd3a3;
  text-align: center;
}
.cid-uhB0B8g1yP .mbr-section-title,
.cid-uhB0B8g1yP .mbr-section-btn {
  text-align: center;
  color: #ffaaa3;
}
.cid-ulSX80wWpC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulSX80wWpC .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ulSX80wWpC .row {
  justify-content: center;
}
.cid-ulSX80wWpC .card {
  height: 100%;
  position: relative;
}
.cid-ulSX80wWpC .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ulSX80wWpC .card:hover:after {
  opacity: 0.8;
}
.cid-ulSX80wWpC .card-img {
  height: 400px;
}
.cid-ulSX80wWpC .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulSX80wWpC .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-ulSX80wWpC .cardbg1 {
  background: #ffeae9;
}
.cid-ulSX80wWpC .cardbg2 {
  background: #f8f7ea;
}
.cid-ulSX80wWpC .cardbg3 {
  background: #e4edfd;
}
.cid-ulSX80wWpC .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-ulSX80wWpC .card-wrapper {
    padding: 6rem 2.6rem;
  }
}
@media (max-width: 1600px) {
  .cid-ulSX80wWpC .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ulSX80wWpC .card {
    margin-bottom: 2rem;
  }
}
.cid-ulSX80wWpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSX80wWpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSX80wWpC .card-title {
  text-align: center;
}
.cid-ulSXglFrXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-ulSXglFrXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSXglFrXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSXglFrXI .row {
  justify-content: space-between;
}
.cid-ulSXglFrXI .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #d0e59f;
}
@media (max-width: 992px) {
  .cid-ulSXglFrXI .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-ulSXglFrXI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ulSXglFrXI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ulSXglFrXI .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ulSXglFrXI .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ulSXglFrXI .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ulSXglFrXI .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ulSXglFrXI .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ulSXglFrXI .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ulSXglFrXI .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ulSXglFrXI .mbr-section-title {
  color: #000000;
}
.cid-ulSXglFrXI .mbr-section-subtitle {
  color: #000000;
}
.cid-ulSXglFrXI .mbr-desc {
  color: #000000;
}
.cid-ulSXglFrXI .mbr-text {
  color: #000000;
}
.cid-ulSXglFrXI .mbr-section-subtitle,
.cid-ulSXglFrXI .logo-wrapper {
  color: #106639;
}
.cid-ulSXglFrXI .mbr-desc,
.cid-ulSXglFrXI .logo-wrapper {
  color: #106639;
}
.cid-ulSXroEB6n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSXroEB6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSXroEB6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSXroEB6n .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSXroEB6n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .container {
    padding: 0 20px;
  }
}
.cid-ulSXroEB6n .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .row {
    padding: 46px 0;
  }
}
.cid-ulSXroEB6n .item {
  margin-bottom: 32px;
}
.cid-ulSXroEB6n .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-ulSXroEB6n .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulSXroEB6n .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-ulSXroEB6n .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #4ca979;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-ulSXroEB6n .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-ulSXroEB6n .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-ulSXroEB6n .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-ulSXroEB6n .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulSXroEB6n .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-ulSXroEB6n .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-ulSXroEB6n .item-title {
  color: #000000;
}
.cid-ulSXroEB6n .item-text {
  color: #000000;
}
.cid-ulSXroEB6n .list {
  color: #000000;
}
.cid-ulSXuHaF0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulSXuHaF0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSXuHaF0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSXuHaF0I .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSXuHaF0I .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSXuHaF0I .container {
    padding: 0 20px;
  }
}
.cid-ulSXuHaF0I .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ulSXuHaF0I .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ulSXuHaF0I .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSXuHaF0I .content-wrapper .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ulSXuHaF0I .content-wrapper .title-wrapper .mbr-section-title {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ulSXuHaF0I .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-ulSXuHaF0I .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ulSXuHaF0I .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-ulSXuHaF0I .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ulSXuHaF0I .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-ulSXuHaF0I .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: center;
}
.cid-ulSXuHaF0I .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulSXuHaF0I .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-ulSXuHaF0I .mbr-section-title {
  color: #000000;
}
.cid-ulSXuHaF0I .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSXuHaF0I .card-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSXuHaF0I .card-title,
.cid-ulSXuHaF0I .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-ulSXuHaF0I .mbr-section-title,
.cid-ulSXuHaF0I .mbr-section-btn,
.cid-ulSXuHaF0I .title-wrapper {
  text-align: center;
}
.cid-umbrl4FLSH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umbrl4FLSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbrl4FLSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbrl4FLSH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umbrl4FLSH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umbrl4FLSH .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-umbrl4FLSH .content-head {
  max-width: 800px;
}
.cid-ulSXwFYgzf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulSXwFYgzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSXwFYgzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSXwFYgzf .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ulSXwFYgzf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulSXwFYgzf .container {
    padding: 0 20px;
  }
}
.cid-ulSXwFYgzf .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #f1a208;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ulSXwFYgzf .row {
    padding: 46px 10px 46px;
  }
}
.cid-ulSXwFYgzf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ulSXwFYgzf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulSXwFYgzf .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ulSXwFYgzf .item:first-child {
  margin-bottom: 0;
}
.cid-ulSXwFYgzf .item:last-child {
  margin-bottom: 0;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-ulSXwFYgzf .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ulSXwFYgzf .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-ulSXwFYgzf .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-ulSXwFYgzf .mbr-section-btn {
  margin-top: 40px;
}
.cid-ulSXwFYgzf .mbr-section-title {
  color: #ffffff;
}
.cid-ulSXwFYgzf .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ulSXwFYgzf .card-title {
  color: #ffffff;
}
.cid-ulSXwFYgzf .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-ulSXwFYgzf .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-ulSXwFYgzf .mbr-section-title,
.cid-ulSXwFYgzf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ulSXwFYgzf .card-title,
.cid-ulSXwFYgzf .icon-wrapper {
  text-align: center;
}
.cid-uhB0B8tqdt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhB0B8tqdt .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uhB0B8tqdt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhB0B8tqdt .container {
    padding: 0 20px;
  }
}
.cid-uhB0B8tqdt .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uhB0B8tqdt .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uhB0B8tqdt .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhB0B8tqdt .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uhB0B8tqdt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uhB0B8tqdt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhB0B8tqdt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhB0B8tqdt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uhB0B8tqdt .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uhB0B8tqdt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhB0B8tqdt .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-uhB0B8tqdt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhB0B8tqdt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhB0B8tqdt iframe {
  border-radius: 20px !important;
}
.cid-uhB0B8CH3X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhB0B8CH3X .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uhB0B8CH3X .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhB0B8CH3X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhB0B8CH3X .container {
    padding: 0 20px;
  }
}
.cid-uhB0B8CH3X .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uhB0B8CH3X .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uhB0B8CH3X .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uhB0B8CH3X .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uhB0B8CH3X .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uhB0B8CH3X .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uhB0B8CH3X .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uhB0B8CH3X .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhB0B8CH3X .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-uhB0B8CH3X .dragArea.row .form-group .form-control:hover,
.cid-uhB0B8CH3X .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uhB0B8CH3X .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uhB0B8CH3X .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uhB0B8CH3X .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uhB0B8CH3X .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uhB0B8CH3X .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uhB0B8CH3X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhB0B8CH3X .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhB0B8CH3X .mbr-text,
.cid-uhB0B8CH3X .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uhB0B8CH3X label {
  color: #000000;
}
.cid-uhB0B8CH3X .mbr-section-btn {
  text-align: center;
}
.cid-uiFM4PIKT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-uiFM4PIKT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFM4PIKT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .container {
    padding: 0 20px;
  }
}
.cid-uiFM4PIKT9 .row {
  padding: 60px 0;
}
.cid-uiFM4PIKT9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiFM4PIKT9 .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:hover,
.cid-uiFM4PIKT9 .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uiFM4PIKT9 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uiFM4PIKT9 .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uiFM4PIKT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-uiFM4PIKT9 .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uiFM4PIKT9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiFM4PIKT9 .mbr-section-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-address {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-list-title {
  color: #000000;
}
.cid-uiFM4PIKT9 .list {
  color: #000000;
}
.cid-uiFM4PIKT9 .mbr-copy {
  color: #000000;
}
.cid-ulpVuaQAUS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulpVuaQAUS nav.navbar {
  position: fixed;
}
.cid-ulpVuaQAUS .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-ulpVuaQAUS .container-fluid {
    padding: 0 8px;
  }
}
.cid-ulpVuaQAUS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-ulpVuaQAUS .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .container {
    flex-wrap: wrap;
  }
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-ulpVuaQAUS .dropdown-item:hover span {
  color: white;
}
.cid-ulpVuaQAUS .dropdown-item:last-child {
  border-bottom: none;
}
.cid-ulpVuaQAUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpVuaQAUS .nav-link {
  position: relative;
}
.cid-ulpVuaQAUS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulpVuaQAUS .dropdown-menu,
.cid-ulpVuaQAUS .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpVuaQAUS .nav-item:focus,
.cid-ulpVuaQAUS .nav-link:focus {
  outline: none;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpVuaQAUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpVuaQAUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpVuaQAUS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ulpVuaQAUS .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpVuaQAUS .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-ulpVuaQAUS .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpVuaQAUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpVuaQAUS .navbar.collapsed {
  justify-content: center;
}
.cid-ulpVuaQAUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpVuaQAUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpVuaQAUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-ulpVuaQAUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpVuaQAUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpVuaQAUS .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-ulpVuaQAUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpVuaQAUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpVuaQAUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpVuaQAUS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpVuaQAUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulpVuaQAUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpVuaQAUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpVuaQAUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpVuaQAUS .dropdown-item.active,
.cid-ulpVuaQAUS .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpVuaQAUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpVuaQAUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpVuaQAUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpVuaQAUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpVuaQAUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpVuaQAUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpVuaQAUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpVuaQAUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar {
    height: 70px;
  }
  .cid-ulpVuaQAUS .navbar.opened {
    height: auto;
  }
  .cid-ulpVuaQAUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulpVuaQAUS .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-ulpVuaQAUS .dropdown-menu {
    padding: 0px;
  }
}
.cid-ulw2rcM6Ql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-ulw2rcM6Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulw2rcM6Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulw2rcM6Ql .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ulw2rcM6Ql .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .container {
    padding: 0 16px;
  }
}
.cid-ulw2rcM6Ql .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ulw2rcM6Ql .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-ulw2rcM6Ql .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-ulw2rcM6Ql .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-ulw2rcM6Ql .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-ulw2rcM6Ql .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-ulw2rcM6Ql .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ulw2rcM6Ql .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-ulw2rcM6Ql .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulw2rcM6Ql .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ulw2rcM6Ql .mbr-section-title {
  color: #1c1c1c;
}
.cid-ulw2rcM6Ql .mbr-desc {
  color: #1c1c1c;
}
.cid-ulw2rcM6Ql .mbr-text {
  color: #1c1c1c;
}
.cid-ulpVuuHvxH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-ulpVuuHvxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpVuuHvxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .container {
    padding: 0 20px;
  }
}
.cid-ulpVuuHvxH .row {
  padding: 60px 0;
}
.cid-ulpVuuHvxH .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:hover,
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-ulpVuuHvxH .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ulpVuuHvxH .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ulpVuuHvxH .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-ulpVuuHvxH .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ulpVuuHvxH .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .mbr-section-title {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-address {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-list-title {
  color: #000000;
}
.cid-ulpVuuHvxH .list {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-copy {
  color: #000000;
}
.cid-ulpVuaQAUS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulpVuaQAUS nav.navbar {
  position: fixed;
}
.cid-ulpVuaQAUS .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-ulpVuaQAUS .container-fluid {
    padding: 0 8px;
  }
}
.cid-ulpVuaQAUS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-ulpVuaQAUS .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .container {
    flex-wrap: wrap;
  }
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-ulpVuaQAUS .dropdown-item:hover span {
  color: white;
}
.cid-ulpVuaQAUS .dropdown-item:last-child {
  border-bottom: none;
}
.cid-ulpVuaQAUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpVuaQAUS .nav-link {
  position: relative;
}
.cid-ulpVuaQAUS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulpVuaQAUS .dropdown-menu,
.cid-ulpVuaQAUS .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpVuaQAUS .nav-item:focus,
.cid-ulpVuaQAUS .nav-link:focus {
  outline: none;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpVuaQAUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpVuaQAUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpVuaQAUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpVuaQAUS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ulpVuaQAUS .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpVuaQAUS .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-ulpVuaQAUS .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpVuaQAUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpVuaQAUS .navbar.collapsed {
  justify-content: center;
}
.cid-ulpVuaQAUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpVuaQAUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpVuaQAUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-ulpVuaQAUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-ulpVuaQAUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpVuaQAUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpVuaQAUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpVuaQAUS .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-ulpVuaQAUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpVuaQAUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpVuaQAUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpVuaQAUS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpVuaQAUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulpVuaQAUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpVuaQAUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpVuaQAUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpVuaQAUS .dropdown-item.active,
.cid-ulpVuaQAUS .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpVuaQAUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpVuaQAUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpVuaQAUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpVuaQAUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpVuaQAUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpVuaQAUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpVuaQAUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpVuaQAUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpVuaQAUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpVuaQAUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpVuaQAUS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpVuaQAUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpVuaQAUS .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-ulpVuaQAUS .navbar {
    height: 70px;
  }
  .cid-ulpVuaQAUS .navbar.opened {
    height: auto;
  }
  .cid-ulpVuaQAUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulpVuaQAUS .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-ulpVuaQAUS .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-ulpVuaQAUS .dropdown-menu {
    padding: 0px;
  }
}
.cid-umbQK4UUcn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-umbQK4UUcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbQK4UUcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .container {
    padding: 0 30px;
  }
}
.cid-umbQK4UUcn .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umbQK4UUcn .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper {
    padding: 0;
  }
}
.cid-umbQK4UUcn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-umbQK4UUcn .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-umbQK4UUcn .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-umbQK4UUcn .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-umbQK4UUcn .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-umbQK4UUcn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umbQK4UUcn .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-umbQK4UUcn .mbr-desc {
  color: #254b45;
}
.cid-umbQK4UUcn .mbr-section-title {
  color: #254b45;
}
.cid-umbQK4UUcn .mbr-text {
  color: #254b45;
}
.cid-ulpVuuHvxH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/team10.jpeg");
}
.cid-ulpVuuHvxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpVuuHvxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .container {
    padding: 0 20px;
  }
}
.cid-ulpVuuHvxH .row {
  padding: 60px 0;
}
.cid-ulpVuuHvxH .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulpVuuHvxH .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:hover,
.cid-ulpVuuHvxH .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-ulpVuuHvxH .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ulpVuuHvxH .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ulpVuuHvxH .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-ulpVuuHvxH .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #2561db;
  color: #ffffff;
}
.cid-ulpVuuHvxH .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 #2561db;
  color: #2561db;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-ulpVuuHvxH .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ulpVuuHvxH .mbr-section-title {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-address {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-list-title {
  color: #000000;
}
.cid-ulpVuuHvxH .list {
  color: #000000;
}
.cid-ulpVuuHvxH .mbr-copy {
  color: #000000;
}
