.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fafbfa;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.0625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #aac7ca !important;
}
.bg-success {
  background-color: #60e1a5 !important;
}
.bg-info {
  background-color: #4cd9f5 !important;
}
.bg-warning {
  background-color: #ffd042 !important;
}
.bg-danger {
  background-color: #e35e6b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aac7ca !important;
  border-color: #aac7ca !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c9dcde !important;
  border-color: #c9dcde !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c9dcde !important;
  border-color: #c9dcde !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #455b4f !important;
  border-color: #455b4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5b7868 !important;
  border-color: #5b7868 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5b7868 !important;
  border-color: #5b7868 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7ce3f8 !important;
  border-color: #7ce3f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7ce3f8 !important;
  border-color: #7ce3f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8be9bd !important;
  border-color: #8be9bd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8be9bd !important;
  border-color: #8be9bd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
  color: #423200 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdd75 !important;
  border-color: #ffdd75 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #423200 !important;
  background-color: #ffdd75 !important;
  border-color: #ffdd75 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e35e6b !important;
  border-color: #e35e6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #eb8993 !important;
  border-color: #eb8993 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb8993 !important;
  border-color: #eb8993 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: transparent;
  color: #aac7ca;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #75a4a9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #aac7ca !important;
  border-color: #aac7ca !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #455b4f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202a24 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #455b4f !important;
  border-color: #455b4f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4cd9f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cbbde !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #60e1a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25c57b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd042;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eab000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #423200 !important;
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e35e6b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c82333 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e35e6b !important;
  border-color: #e35e6b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #aac7ca !important;
}
.text-secondary {
  color: #455b4f !important;
}
.text-success {
  color: #60e1a5 !important;
}
.text-info {
  color: #4cd9f5 !important;
}
.text-warning {
  color: #ffd042 !important;
}
.text-danger {
  color: #e35e6b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6b9ea3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #19211d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23b873 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cafcf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dba500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bb2030 !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: #aac7ca;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4cd9f5;
}
.alert-warning {
  background-color: #ffd042;
}
.alert-danger {
  background-color: #e35e6b;
}
.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: #aac7ca;
  border-color: #aac7ca;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #aac7ca;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #aac7ca !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #aac7ca;
}
/* 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: #aac7ca;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aac7ca;
}
.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: #aac7ca;
  border-bottom-color: #aac7ca;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #aac7ca !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #455b4f !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='%23aac7ca' %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 {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uJmCtx3cNe .navbar-dropdown {
  position: relative !important;
}
.cid-uJmCtx3cNe .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJmCtx3cNe .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uJmCtx3cNe .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-uJmCtx3cNe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJmCtx3cNe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fafbfa !important;
  color: #aac7ca !important;
}
.cid-uJmCtx3cNe .dropdown-item:hover,
.cid-uJmCtx3cNe .dropdown-item:focus {
  background: #fafbfa !important;
  color: #aac7ca !important;
}
.cid-uJmCtx3cNe .dropdown-item:hover span {
  color: white;
}
.cid-uJmCtx3cNe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJmCtx3cNe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJmCtx3cNe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJmCtx3cNe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJmCtx3cNe .nav-link {
  position: relative;
}
.cid-uJmCtx3cNe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJmCtx3cNe .container {
    flex-wrap: nowrap;
  }
}
.cid-uJmCtx3cNe .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJmCtx3cNe .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJmCtx3cNe .dropdown-menu,
.cid-uJmCtx3cNe .navbar.opened {
  background: #fafbfa !important;
}
.cid-uJmCtx3cNe .nav-item:focus,
.cid-uJmCtx3cNe .nav-link:focus {
  outline: none;
}
.cid-uJmCtx3cNe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJmCtx3cNe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJmCtx3cNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJmCtx3cNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJmCtx3cNe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJmCtx3cNe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJmCtx3cNe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafbfa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJmCtx3cNe .navbar.opened {
  transition: all 0.3s;
}
.cid-uJmCtx3cNe .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uJmCtx3cNe .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJmCtx3cNe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJmCtx3cNe .navbar.collapsed {
  justify-content: center;
}
.cid-uJmCtx3cNe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJmCtx3cNe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJmCtx3cNe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uJmCtx3cNe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJmCtx3cNe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJmCtx3cNe .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-uJmCtx3cNe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJmCtx3cNe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJmCtx3cNe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJmCtx3cNe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJmCtx3cNe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJmCtx3cNe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJmCtx3cNe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJmCtx3cNe .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-uJmCtx3cNe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJmCtx3cNe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJmCtx3cNe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJmCtx3cNe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJmCtx3cNe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJmCtx3cNe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJmCtx3cNe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJmCtx3cNe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJmCtx3cNe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJmCtx3cNe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJmCtx3cNe .navbar-brand .navbar-caption:hover,
.cid-uJmCtx3cNe .navbar-brand .navbar-caption:focus {
  color: #446385  !important;
}
.cid-uJmCtx3cNe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJmCtx3cNe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJmCtx3cNe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #446385  !important;
}
.cid-uJmCtx3cNe .dropdown-item.active,
.cid-uJmCtx3cNe .dropdown-item:active {
  background-color: transparent;
}
.cid-uJmCtx3cNe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJmCtx3cNe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJmCtx3cNe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJmCtx3cNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafbfa;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uJmCtx3cNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJmCtx3cNe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJmCtx3cNe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJmCtx3cNe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJmCtx3cNe ul.navbar-nav {
    padding: 0;
    background-color: #fafbfa;
    border: 2px solid #fafbfa;
  }
}
.cid-uJmCtx3cNe .navbar-buttons {
  text-align: center;
}
.cid-uJmCtx3cNe .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJmCtx3cNe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJmCtx3cNe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fafbfa !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJmCtx3cNe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #446385 ;
}
.cid-uJmCtx3cNe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJmCtx3cNe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJmCtx3cNe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJmCtx3cNe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJmCtx3cNe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmCtx3cNe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJmCtx3cNe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJmCtx3cNe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmCtx3cNe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJmCtx3cNe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJmCtx3cNe .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-uJmCtx3cNe .navbar {
    height: 70px;
  }
  .cid-uJmCtx3cNe .navbar.opened {
    height: auto;
  }
  .cid-uJmCtx3cNe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJmCtx3cNe .navbar-nav {
  margin: 0 auto;
}
.cid-uJmCtx3cNe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJmCtx3cNe .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uJmCtx3cNe .nav-item .nav-link::after {
  color: #455b4f !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uJmCtx3cNe .nav-item .nav-link:hover {
  background-color: #446385 ;
  color: #fafbfa !important;
}
.cid-uJmCtx3cNe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJmCtx3cNe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJmCtx3cNe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJmCtx3cNe .nav-item .dropdown-menu .dropdown-item {
  color: #aac7ca !important;
}
.cid-uJmCtx3cNe .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fafbfa !important;
}
@media (max-width: 991px) {
  .cid-uJmCtx3cNe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJmCtx3cNe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJmCtx3cNe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJmCtx3cNe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJmCtx3cNe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJmCtx3cNe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJmCtx3cNe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJmCtx3cNe .navbar-caption {
  color: #446385 ;
}
.cid-uJmCtx3cNe .nav-link,
.cid-uJmCtx3cNe .dropdown-item {
  color: #446385 ;
}
.cid-uJmCtx6JuX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #446385 ;
}
.cid-uJmCtx6JuX .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJmCtx6JuX .image-wrap {
    padding: 16px;
  }
}
.cid-uJmCtx6JuX .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJmCtx6JuX .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJmCtx6JuX .image-overlay {
    padding: 16px;
  }
}
.cid-uJmCtx6JuX .image-overlay .image-over {
  background-color: #0c250d;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJmCtx6JuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtx6JuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtx6JuX .row {
  justify-content: center;
}
.cid-uJmCtx6JuX .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #FAFBFA;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJmCtx6JuX .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtx6JuX .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJmCtx6JuX .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #446385 ;
}
@media (max-width: 992px) {
  .cid-uJmCtx6JuX .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJmCtx6JuX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJmCtx6JuX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmCtx6JuX .mbr-text,
.cid-uJmCtx6JuX .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJmCtx6JuX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJmCtx6JuX .mbr-text,
.cid-uJmCtx6JuX .mbr-section-btn {
  text-align: center;
}
.cid-uJmCtx6JuX .mbr-text,
.cid-uJmCtx6JuX .text-wrapper,
.cid-uJmCtx6JuX .mbr-section-btn {
  color: #FAFBFA;
}
.cid-uJmCtxbNae {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #446385;
}
.cid-uJmCtxbNae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxbNae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxbNae .row {
  justify-content: center;
}
.cid-uJmCtxbNae .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafbfa;
}
@media (max-width: 1440px) {
  .cid-uJmCtxbNae .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxbNae .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uJmCtxbNae .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uJmCtxbNae .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #aac7ca;
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxbNae .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJmCtxbNae .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJmCtxbNae .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJmCtxbNae .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJmCtxbNae .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJmCtxbNae .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJmCtxbNae .mbr-label,
.cid-uJmCtxbNae .label-wrapper {
  color: #000000;
}
.cid-uJmCtxbNae .mbr-section-title {
  color: #446385 ;
}
.cid-uJmCtxbNae .mbr-text {
  color: #151e11;
}
.cid-uJmCtxbNae .mbr-text,
.cid-uJmCtxbNae .mbr-section-btn {
  color: #446385 ;
}
.cid-uJmCtxiZqC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #446385 ;
}
.cid-uJmCtxiZqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxiZqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxiZqC .row {
  justify-content: center;
}
.cid-uJmCtxiZqC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJmCtxiZqC .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxiZqC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJmCtxiZqC .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uJmCtxiZqC .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uJmCtxiZqC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJmCtxiZqC .mbr-section-title,
.cid-uJmCtxiZqC .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uJmCtxiZqC .mbr-desc {
  color: #FAFBFA;
}
.cid-uJmCtxiZqC .mbr-text {
  color: #FAFBFA;
}
.cid-uJmCtxiZqC .mbr-section-title,
.cid-uJmCtxiZqC .title-wrapper,
.cid-uJmCtxiZqC .mbr-iconfont {
  color: #D2F0F4;
}
.cid-uJmCtxcFg8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1609204276470-d22da7d40a3c.jpeg");
}
.cid-uJmCtxcFg8 .item:focus,
.cid-uJmCtxcFg8 span:focus {
  outline: none;
}
.cid-uJmCtxcFg8 .row {
  justify-content: flex-end;
}
.cid-uJmCtxcFg8 .title {
  justify-content: center;
}
.cid-uJmCtxcFg8 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxcFg8 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJmCtxcFg8 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJmCtxcFg8 .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fafbfa;
}
.cid-uJmCtxcFg8 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJmCtxcFg8 .item-wrapper {
  position: relative;
}
.cid-uJmCtxcFg8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uJmCtxcFg8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJmCtxcFg8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper {
  padding: 80px;
  min-height: 650px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper {
    padding: 30px 16px;
    min-height: auto;
  }
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #aac7ca;
  margin-right: 14px;
  margin-bottom: 14px;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #fafbfa;
  margin-bottom: 14px;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .card-box .content-wrapper .date-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #446385 ;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uJmCtxcFg8 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJmCtxcFg8 .embla__button--next,
.cid-uJmCtxcFg8 .embla__button--prev {
  display: flex;
}
.cid-uJmCtxcFg8 .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #aac7ca !important;
  color: #000000 !important;
  border: 2px solid #aac7ca !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uJmCtxcFg8 .embla__button:hover {
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__button:hover {
    background-color: #aac7ca !important;
  }
}
.cid-uJmCtxcFg8 .embla__button.embla__button--prev {
  right: -5.5rem;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__button.embla__button--prev {
    right: auto;
    left: 16px;
    bottom: 1rem;
  }
}
.cid-uJmCtxcFg8 .embla__button.embla__button--next {
  right: -11rem;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla__button.embla__button--next {
    right: 16px;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJmCtxcFg8 .embla__button {
    top: auto;
  }
}
.cid-uJmCtxcFg8 .embla {
  position: relative;
  width: 100%;
  background-color: #000000 ;
}
@media (max-width: 992px) {
  .cid-uJmCtxcFg8 .embla {
    padding-bottom: 6rem;
  }
}
.cid-uJmCtxcFg8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-uJmCtxcFg8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJmCtxcFg8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJmCtxcFg8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJmCtxcFg8 .mbr-label,
.cid-uJmCtxcFg8 .label-wrapper {
  color: #FAFBFA;
  text-align: center;
}
.cid-uJmCtxcFg8 .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uJmCtxcFg8 .item-title {
  color: #FAFBFA;
}
.cid-uJmCtxcFg8 .item-text {
  color: #fff7ee;
}
.cid-uJmCtxcFg8 .item-label {
  color: #446385 ;
}
.cid-uJmCtxcFg8 .item-date {
  color: #151e11;
}
.cid-uJmCtxcFg8 .mbr-section-title,
.cid-uJmCtxcFg8 .mbr-section-btn {
  color: #FAFBFA;
}
.cid-uJmCtxcFg8 .item-date,
.cid-uJmCtxcFg8 .content-wrapper {
  color: #000000;
}
.cid-uJmCtxcFg8 .item-text,
.cid-uJmCtxcFg8 .mbr-section-btn {
  color: #FAFBFA;
}
.cid-uJmCtxgl7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #446385 ;
}
.cid-uJmCtxgl7C .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJmCtxgl7C .image-wrap {
    padding: 16px;
  }
}
.cid-uJmCtxgl7C .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJmCtxgl7C .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJmCtxgl7C .image-overlay {
    padding: 16px;
  }
}
.cid-uJmCtxgl7C .image-overlay .image-over {
  background-color: #f88967;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uJmCtxgl7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxgl7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxgl7C .row {
  justify-content: flex-end;
}
.cid-uJmCtxgl7C .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uJmCtxgl7C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJmCtxgl7C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmCtxgl7C .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uJmCtxgl7C .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uJmCtxgl7C .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #446385 ;
}
@media (max-width: 1440px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 145px;
  height: 190px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJmCtxgl7C .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJmCtxgl7C .label-wrap_1 {
  background-color: #d1dad0;
}
.cid-uJmCtxgl7C .label-wrap_2 {
  background-color: #aac7ca;
}
.cid-uJmCtxgl7C .label-wrap_3 {
  background-color: #455b4f;
}
.cid-uJmCtxgl7C .icon_1 {
  color: #000000;
}
.cid-uJmCtxgl7C .icon_2 {
  color: #000000;
}
.cid-uJmCtxgl7C .icon_3 {
  color: #ffffff;
}
.cid-uJmCtxgl7C .mbr-section-title {
  color: #fff7ee;
}
.cid-uJmCtxgl7C .mbr-text {
  color: #fff7ee;
}
.cid-uJmCtxgl7C .item-title {
  color: #FAFBFA;
}
.cid-uJmCtxgl7C .item-text {
  color: #fff7ee;
}
.cid-uJmCtxgl7C .item-label_1 {
  color: #000000;
}
.cid-uJmCtxgl7C .item-label_2 {
  color: #000000;
}
.cid-uJmCtxgl7C .item-label_3 {
  color: #FFFFFF;
}
.cid-uJmCtxgl7C .mbr-section-title,
.cid-uJmCtxgl7C .mbr-section-btn,
.cid-uJmCtxgl7C .title-wrapper {
  color: #FAFBFA;
}
.cid-uJmCtxgl7C .mbr-text,
.cid-uJmCtxgl7C .text-wrapper {
  color: #FAFBFA;
}
.cid-uJmCtxgl7C .item-text,
.cid-uJmCtxgl7C .text-wrap {
  color: #FAFBFA;
}
.cid-uJmCtx6mrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJmCtx6mrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtx6mrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtx6mrf .title {
  justify-content: center;
}
.cid-uJmCtx6mrf .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtx6mrf .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJmCtx6mrf .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJmCtx6mrf .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #446385 ;
}
.cid-uJmCtx6mrf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJmCtx6mrf .main-content {
  background-color: #446385 ;
  padding: 210px 54px 90px 54px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uJmCtx6mrf .main-content {
    padding: 210px 40px 90px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .main-content {
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJmCtx6mrf .main-content {
    padding: 30px 0;
  }
}
.cid-uJmCtx6mrf .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uJmCtx6mrf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJmCtx6mrf .item:nth-child(3n + 2) {
  transform: translateY(-6rem);
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uJmCtx6mrf .item .item-wrapper {
  height: 100%;
  padding: 26px 26px 40px 26px;
  background-color: #fafbfa;
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item .item-wrapper {
    padding: 16px 16px 30px 16px;
  }
}
.cid-uJmCtx6mrf .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uJmCtx6mrf .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uJmCtx6mrf .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uJmCtx6mrf .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .item-price {
  margin-bottom: 30px;
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .card-label-wrapper .item-label_1,
.cid-uJmCtx6mrf .item .item-wrapper .item-content .card-label-wrapper .item-label_2,
.cid-uJmCtx6mrf .item .item-wrapper .item-content .card-label-wrapper .item-label_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmCtx6mrf .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJmCtx6mrf .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJmCtx6mrf .item-label_1 {
  background-color: #d1dad0;
  color: #000000;
}
.cid-uJmCtx6mrf .item-label_2 {
  background-color: #aac7ca;
  color: #000000;
}
.cid-uJmCtx6mrf .item-label_3 {
  background-color: #455b4f;
  color: #FFFFFF;
}
.cid-uJmCtx6mrf .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uJmCtx6mrf .mbr-label,
.cid-uJmCtx6mrf .label-wrapper {
  color: #446385 ;
  text-align: center;
}
.cid-uJmCtx6mrf .item-price {
  color: #151e11;
}
.cid-uJmCtx6mrf .item-title {
  color: #446385 ;
}
.cid-uJmCtx6mrf .item-text {
  color: #151e11;
}
.cid-uJmCtx6mrf .mbr-section-title,
.cid-uJmCtx6mrf .mbr-section-btn {
  color: #446385 ;
}
.cid-uJmCtx6mrf .item-price,
.cid-uJmCtx6mrf .mbr-section-btn {
  color: #446385 ;
}
.cid-uJmCtx6mrf .item-label_1,
.cid-uJmCtx6mrf .card-label-wrapper {
  color: #000000;
}
.cid-uJmCtx6mrf .item-text,
.cid-uJmCtx6mrf .text-wrap {
  color: #446385 ;
}
.cid-uJmCtx8aVl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e84718;
}
.cid-uJmCtx8aVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtx8aVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtx8aVl .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJmCtx8aVl .row .item {
  padding: 0 13px;
}
.cid-uJmCtx8aVl .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJmCtx8aVl .item {
    margin-bottom: 16px;
  }
}
.cid-uJmCtx8aVl .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJmCtx8aVl .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtx8aVl .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJmCtx8aVl .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #0c250d;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fafbfa;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #446385 ;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJmCtx8aVl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJmCtx8aVl .item-label,
.cid-uJmCtx8aVl .label-wrapper {
  color: #446385 ;
  text-align: center;
}
.cid-uJmCtx8aVl .item-title {
  color: #fff7ee;
}
.cid-uJmCtx8aVl .item-title,
.cid-uJmCtx8aVl .mbr-section-btn {
  text-align: center;
  color: #FAFBFA;
}
.cid-uJmCtx9yBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtx9yBC .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-uJmCtx9yBC .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uJmCtx9yBC .image-wrap {
    height: 350px;
  }
}
.cid-uJmCtx9wdh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #446385 ;
}
.cid-uJmCtx9wdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtx9wdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtx9wdh .row {
  justify-content: center;
}
.cid-uJmCtx9wdh .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtx9wdh .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJmCtx9wdh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJmCtx9wdh .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d2f0f4;
}
.cid-uJmCtx9wdh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtx9wdh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJmCtx9wdh .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJmCtx9wdh .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uJmCtx9wdh .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fafbfa;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uJmCtx9wdh .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJmCtx9wdh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJmCtx9wdh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJmCtx9wdh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJmCtx9wdh .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uJmCtx9wdh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #446385 ;
}
.cid-uJmCtx9wdh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJmCtx9wdh .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uJmCtx9wdh .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmCtx9wdh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJmCtx9wdh .mbr-label,
.cid-uJmCtx9wdh .label-wrapper {
  color: #D2F0F4;
}
.cid-uJmCtx9wdh .mbr-section-title {
  color: #fff7ee;
}
.cid-uJmCtx9wdh .mbr-text,
.cid-uJmCtx9wdh .text-wrapper {
  color: #FAFBFA;
}
.cid-uJmCtx9wdh .panel-title-edit {
  color: #446385 ;
}
.cid-uJmCtx9wdh .panel-text {
  color: #151e11;
}
.cid-uJmCtx9wdh .mbr-section-title,
.cid-uJmCtx9wdh .title-wrapper {
  color: #FAFBFA;
}
.cid-uJmCtx9wdh .panel-text,
.cid-uJmCtx9wdh .panel-body {
  color: #446385 ;
}
.cid-uJmCtxcEse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #446385 ;
}
.cid-uJmCtxcEse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxcEse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxcEse .row {
  justify-content: center;
}
.cid-uJmCtxcEse .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxcEse .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxcEse .mbr-section-title {
  color: #FAFBFA;
  text-align: center;
}
.cid-uLmCxdNK8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLmCxdNK8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmCxdNK8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmCxdNK8s .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLmCxdNK8s .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLmCxdNK8s .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLmCxdNK8s .container {
    padding: 0 20px;
  }
}
.cid-uLmCxdNK8s .row {
  justify-content: center;
}
.cid-uLmCxdNK8s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLmCxdNK8s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLmCxdNK8s .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLmCxdNK8s .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLmCxdNK8s .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLmCxdNK8s .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLmCxdNK8s .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLmCxdNK8s .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLmCxdNK8s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLmCNR3WmG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uLmCNR3WmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmCNR3WmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmCNR3WmG .row {
  justify-content: center;
}
.cid-uLmCNR3WmG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLmCNR3WmG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uLmCNR3WmG .row {
    padding: 0 24px;
  }
}
.cid-uLmCNR3WmG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uLmCNR3WmG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLmCNR3WmG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uLmCNR3WmG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uLmCNR3WmG .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLmCNR3WmG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uLmCNR3WmG .mbr-figure__img {
  object-fit: cover;
}
.cid-uLmCNR3WmG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uJmCtxdz9a {
  position: relative;
  background-color: #446385 ;
}
.cid-uJmCtxdz9a .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJmCtxdz9a .image-wrap {
    padding: 16px;
  }
}
.cid-uJmCtxdz9a .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJmCtxdz9a .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJmCtxdz9a .image-overlay {
    padding: 16px;
  }
}
.cid-uJmCtxdz9a .image-overlay .image-over {
  background-color: #0c250d;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uJmCtxdz9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxdz9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxdz9a .row {
  justify-content: center;
}
.cid-uJmCtxdz9a .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJmCtxdz9a .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uJmCtxdz9a .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxdz9a .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxdz9a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJmCtxdz9a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmCtxdz9a .mbr-section-title {
  color: #fff7ee;
}
.cid-uJmCtxdz9a .mbr-text,
.cid-uJmCtxdz9a .text-wrapper {
  text-align: center;
  color: #FAFBFA;
}
.cid-uJmCtxdz9a .mbr-section-title,
.cid-uJmCtxdz9a .mbr-section-btn {
  text-align: center;
  color: #FAFBFA;
}
.cid-uJmCtxfvVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #446385 ;
}
.cid-uJmCtxfvVC .item:focus,
.cid-uJmCtxfvVC span:focus {
  outline: none;
}
.cid-uJmCtxfvVC .row {
  justify-content: center;
}
.cid-uJmCtxfvVC .item-wrapper {
  position: relative;
}
.cid-uJmCtxfvVC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uJmCtxfvVC .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uJmCtxfvVC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJmCtxfvVC .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #2e6a32;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 26px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fafbfa;
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJmCtxfvVC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uJmCtxfvVC .embla__button--next,
.cid-uJmCtxfvVC .embla__button--prev {
  display: flex;
}
.cid-uJmCtxfvVC .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #5c7d4f !important;
  color: #fff7ee !important;
  border: 2px solid #5c7d4f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJmCtxfvVC .embla__button {
    display: none;
  }
}
.cid-uJmCtxfvVC .embla__button:hover {
  background-color: transparent !important;
}
.cid-uJmCtxfvVC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJmCtxfvVC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJmCtxfvVC .embla__button {
    top: auto;
  }
}
.cid-uJmCtxfvVC .embla {
  position: relative;
  width: 100%;
}
.cid-uJmCtxfvVC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uJmCtxfvVC .embla__viewport {
    padding: 0;
  }
}
.cid-uJmCtxfvVC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJmCtxfvVC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJmCtxfvVC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJmCtxfvVC .item-title {
  color: #FAFBFA;
}
.cid-uJmCtxfvVC .item-text {
  color: #fff7ee;
}
.cid-uJmCtxfvVC .item-number,
.cid-uJmCtxfvVC .number-wrap {
  color: #446385 ;
  text-align: right;
}
.cid-uJmCtxfvVC .item-text,
.cid-uJmCtxfvVC .mbr-section-btn {
  color: #FAFBFA;
}
.cid-uJmCtxfvVC .mbr-text,
.cid-uJmCtxfvVC .text-wrapper {
  color: #fafbfa;
}
.cid-uLmzUcmiJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-uLmzUcmiJl .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uLmzUcmiJl .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uLmzUcmiJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmzUcmiJl .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-uLmzUcmiJl .container {
    padding: 0 30px;
  }
}
.cid-uLmzUcmiJl .row {
  justify-content: center;
}
.cid-uLmzUcmiJl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uLmzUcmiJl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-uLmzUcmiJl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uLmzUcmiJl .mbr-desc {
  color: #c7fcb5;
}
.cid-uLmzUcmiJl .mbr-section-title {
  color: #ffffff;
}
.cid-uLmzUcmiJl .mbr-text {
  color: #ffffff;
}
.cid-uLmA4Hbc0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uLmA4Hbc0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmA4Hbc0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmA4Hbc0y .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .container {
    padding: 0 6px;
  }
}
.cid-uLmA4Hbc0y .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uLmA4Hbc0y .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uLmA4Hbc0y .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uLmA4Hbc0y .row {
    padding: 70px 16px;
  }
}
.cid-uLmA4Hbc0y .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uLmA4Hbc0y .title-wrapper {
  margin-bottom: 64px;
}
.cid-uLmA4Hbc0y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLmA4Hbc0y .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uLmA4Hbc0y .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uLmA4Hbc0y .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uLmA4Hbc0y .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uLmA4Hbc0y .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uLmA4Hbc0y .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #131313;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uLmA4Hbc0y .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #cfcfcf;
  background-color: #262626;
}
.cid-uLmA4Hbc0y .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .content-wrapper {
    display: block;
  }
}
.cid-uLmA4Hbc0y .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uLmA4Hbc0y .content-wrapper .item:hover,
.cid-uLmA4Hbc0y .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uLmA4Hbc0y .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #262626;
}
.cid-uLmA4Hbc0y .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #262626;
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #009472;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uLmA4Hbc0y .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLmA4Hbc0y .mbr-section-title {
  color: #131313;
}
.cid-uLmA4Hbc0y .card-title {
  color: #ffffff;
}
.cid-uLmA4Hbc0y .card-text {
  color: #131313;
}
.cid-uLmAvGm1EB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/NosAtouts.jpeg");
}
.cid-uLmAvGm1EB .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLmAvGm1EB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLmAvGm1EB .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uLmAvGm1EB .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uLmAvGm1EB .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-uLmAvGm1EB .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #cbbb9f;
}
.cid-uLmAvGm1EB .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLmAvGm1EB .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uLmAvGm1EB .nav-tabs .nav-item {
  width: 100%;
}
.cid-uLmAvGm1EB .nav-link,
.cid-uLmAvGm1EB .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-uLmAvGm1EB .nav-tabs .nav-link.active {
  color: #cbbb9f;
}
.cid-uLmAvGm1EB .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uLmAvGm1EB .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uLmAvGm1EB .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-uLmAvGm1EB .logo-container {
    border-right: 1px solid #cbbb9f;
  }
}
.cid-uLmAvGm1EB H4 {
  text-align: center;
}
.cid-uLmAvGm1EB H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uLmAvGm1EB .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uJmCtxiBH2 {
  background-image: url("../../../assets/images/photo-1615812595024-43ac7a9c0586.jpeg");
}
.cid-uJmCtxiBH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxiBH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxiBH2 .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uJmCtxiBH2 .image-wrap {
    height: 350px;
  }
}
.cid-uJmCtxjQh9 {
  position: relative;
  overflow: hidden;
  background-color: #446385 ;
}
.cid-uJmCtxjQh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxjQh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxjQh9 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJmCtxjQh9 .row .card {
  padding: 0 13px;
}
.cid-uJmCtxjQh9 .image-wrap img {
  object-fit: cover;
}
.cid-uJmCtxjQh9 .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-uJmCtxjQh9 .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uJmCtxjQh9 .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-uJmCtxjQh9 .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-uJmCtxjQh9 .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-uJmCtxjQh9 .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uJmCtxjQh9 .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-uJmCtxjQh9 .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-uJmCtxjQh9 .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-uJmCtxjQh9 .image-wrap_3 img {
    height: 350px;
  }
}
.cid-uJmCtxkfh4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uJmCtxkfh4 .item:focus,
.cid-uJmCtxkfh4 span:focus {
  outline: none;
}
.cid-uJmCtxkfh4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJmCtxkfh4 .item {
  padding: 10px 0;
  color: #446385 ;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJmCtxkfh4 .item {
    min-height: 45px;
  }
}
.cid-uJmCtxlG6R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #446385 ;
}
.cid-uJmCtxlG6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxlG6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxlG6R .row {
  justify-content: center;
}
.cid-uJmCtxlG6R .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxlG6R .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJmCtxlG6R .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJmCtxlG6R .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d2f0f4;
}
.cid-uJmCtxlG6R .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJmCtxlG6R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmCtxlG6R .form-wrapper {
  padding: 80px 54px;
  background-color: #fafbfa;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJmCtxlG6R .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #446385  !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #aac7ca !important;
  box-shadow: none;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #446385 ;
  opacity: 0.5;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #446385 ;
  border-color: #446385 ;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uJmCtxlG6R .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uJmCtxlG6R .mbr-label,
.cid-uJmCtxlG6R .label-wrapper {
  color: #D2F0F4;
}
.cid-uJmCtxlG6R .mbr-section-title {
  color: #fff7ee;
}
.cid-uJmCtxlG6R .mbr-text,
.cid-uJmCtxlG6R .text-wrapper {
  color: #FAFBFA;
}
.cid-uJmCtxlG6R label {
  color: #151e11;
}
.cid-uJmCtxlG6R .mbr-section-title,
.cid-uJmCtxlG6R .title-wrapper {
  color: #FAFBFA;
}
.cid-uJtlmCfcss {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #cbbb9f;
}
.cid-uJtlmCfcss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtlmCfcss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtlmCfcss .card {
  min-height: 500px;
}
.cid-uJtlmCfcss .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uJtlmCfcss .img1 {
  background-image: url("../../../assets/images/PhotocontactMatthieu.png");
  background-size: cover;
  background-position: center;
}
.cid-uJtlmCfcss .img2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJtlmCfcss .img3 {
  background-image: url("../../../assets/images/PhotocontactDorian.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJtlmCfcss .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #dfdbd7;
  border-radius: 8px;
}
.cid-uJtlmCfcss .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJtlmCfcss .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-uJtlmCfcss .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uJtlmCfcss .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uJtlmCfcss .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtlmCfcss .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uJtlmCfcss .card-wrap:hover .image-wrap,
.cid-uJtlmCfcss .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-uJtlmCfcss .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uJtlmCfcss .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-uJtlmCfcss .social-row {
    text-align: center;
  }
}
.cid-uJtlmCfcss .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uJtlmCfcss .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1d5356;
  font-size: 1.3rem;
}
.cid-uJtlmCfcss .mbr-role,
.cid-uJtlmCfcss .social-row {
  color: #1d5356;
}
.cid-uJtlmCfcss .card-title,
.cid-uJtlmCfcss .social-row {
  color: #491414;
}
.cid-uJtlmCfcss .card-text,
.cid-uJtlmCfcss .mbr-section-btn,
.cid-uJtlmCfcss .social-row {
  color: #491414;
}
.cid-uJtlmCfcss .mbr-section-title {
  color: #491414;
}
.cid-uJmCtxlqTO {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/489019369896903.webp");
}
.cid-uJmCtxlqTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxlqTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxlqTO .row {
  justify-content: center;
}
.cid-uJmCtxlqTO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uJmCtxlqTO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxlqTO .item {
    margin-bottom: 16px;
  }
}
.cid-uJmCtxlqTO .item .item-wrapper {
  height: 100%;
  background-color: #aac7ca;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uJmCtxlqTO .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxlqTO .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJmCtxlqTO .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #446385 ;
}
.cid-uJmCtxlqTO .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJmCtxlqTO .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fafbfa;
}
.cid-uJmCtxlqTO .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJmCtxlqTO .item-label,
.cid-uJmCtxlqTO .label-wrapper {
  color: #FAFBFA;
  text-align: center;
}
.cid-uJmCtxlqTO .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uJmCtxlqTO .item-title,
.cid-uJmCtxlqTO .mbr-section-btn {
  color: #000000;
}
.cid-uLmBtIFJrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-uLmBtIFJrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmBtIFJrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmBtIFJrl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uLmBtIFJrl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLmBtIFJrl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLmBtIFJrl .container {
    padding: 0 20px;
  }
}
.cid-uLmBtIFJrl .row {
  justify-content: center;
}
.cid-uLmBtIFJrl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLmBtIFJrl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uLmBtIFJrl .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uLmBtIFJrl .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #070035;
  display: inline-flex;
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #070035;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLmBtIFJrl .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uLmBtIFJrl .mbr-section-title {
  color: #070035;
}
.cid-uLmBtIFJrl .item-title {
  color: #070035;
}
.cid-uLmBtIFJrl .item-text {
  color: #070035;
}
.cid-uLmBCAcwjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f6;
}
.cid-uLmBCAcwjL::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #55e3fd 0, #7f89e9 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uLmBCAcwjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmBCAcwjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmBCAcwjL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLmBCAcwjL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLmBCAcwjL .container {
    padding: 0 24px;
  }
}
.cid-uLmBCAcwjL .row {
  justify-content: center;
}
.cid-uLmBCAcwjL .row .card,
.cid-uLmBCAcwjL .row .item {
  padding: 0 12px;
}
.cid-uLmBCAcwjL .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLmBCAcwjL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLmBCAcwjL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLmBCAcwjL .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uLmBCAcwjL .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLmBCAcwjL .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uLmBCAcwjL .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uLmBCAcwjL .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uLmBCAcwjL .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uLmBCAcwjL .item .item-wrapper .card-box .card-text:hover,
.cid-uLmBCAcwjL .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uLmBCAcwjL .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uLmBCAcwjL .card-title {
  color: #141414;
}
.cid-uLmBCAcwjL .card-text {
  color: #141414;
}
.cid-uLmBuWmKsP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLmBuWmKsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmBuWmKsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmBuWmKsP .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uLmBuWmKsP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLmBuWmKsP .container {
    padding: 0 20px;
  }
}
.cid-uLmBuWmKsP .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLmBuWmKsP .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uLmBuWmKsP .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uLmBuWmKsP .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-uLmBuWmKsP .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uLmBuWmKsP .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uLmBuWmKsP .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLmBuWmKsP .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uLmBuWmKsP .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uLmBuWmKsP .mbr-section-title {
  color: #000000;
}
.cid-uLmBuWmKsP .card-number {
  color: #000000;
}
.cid-uLmBuWmKsP .card-title {
  color: #000000;
}
.cid-uLmBuWmKsP .mbr-section-title,
.cid-uLmBuWmKsP .mbr-section-btn {
  text-align: center;
}
.cid-uLmBHTRWrD {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uLmBHTRWrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmBHTRWrD .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLmBHTRWrD .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLmBHTRWrD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLmBHTRWrD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLmBHTRWrD .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLmBHTRWrD .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLmBHTRWrD .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uLmBHTRWrD .item-wrapper:hover .card-title,
.cid-uLmBHTRWrD .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLmBHTRWrD .item-wrapper:hover span,
.cid-uLmBHTRWrD .item-wrapper:hover .card-link,
.cid-uLmBHTRWrD .item-wrapper:hover .card-link a {
  color: #aac7ca !important;
}
.cid-uLmBHTRWrD .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLmBHTRWrD .card-title,
.cid-uLmBHTRWrD .card-text,
.cid-uLmBHTRWrD .card-link,
.cid-uLmBHTRWrD .card-link a {
  transition: all 0.3s;
}
.cid-uLmBHTRWrD .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLmBHTRWrD .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLmBHTRWrD .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLmBHTRWrD .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLmBHTRWrD .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLmBHTRWrD .card-title,
.cid-uLmBHTRWrD .iconfont-wrapper {
  color: #000000;
}
.cid-uLmBHTRWrD .card-text {
  color: #232323;
}
.cid-uLmBHTRWrD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLmBHTRWrD .card-link,
.cid-uLmBHTRWrD .link-icon,
.cid-uLmBHTRWrD .link-align {
  color: #232323;
}
.cid-uLmBHTRWrD .mbr-section-subtitle {
  text-align: left;
}
.cid-uLmBHTRWrD .mbr-section-subtitle,
.cid-uLmBHTRWrD .align {
  color: #232323;
}
.cid-uLmBSjeycZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLmBSjeycZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmBSjeycZ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uLmBSjeycZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmBSjeycZ .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uLmBSjeycZ a {
  font-weight: 600;
}
.cid-uLmBSjeycZ a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uLmBSjeycZ .col-lg-3,
  .cid-uLmBSjeycZ .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uLmBSjeycZ .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uLmBSjeycZ .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uLmBSjeycZ h5 {
  margin: 0;
}
.cid-uLmBSjeycZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmBSjeycZ .iconfont-wrapper {
  position: relative;
}
.cid-uLmBSjeycZ .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uLmBSjeycZ .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uLmBSjeycZ .sociconfont-wrapper {
  display: flex;
}
.cid-uLmBSjeycZ .card-title,
.cid-uLmBSjeycZ .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uLmBSjeycZ .card-text {
  color: #000000;
}
.cid-uLmBSjeycZ .mbr-section-title {
  color: #000000;
}
.cid-uLmBSjeycZ .main-title,
.cid-uLmBSjeycZ .iconfont-wrapper {
  text-align: left;
}
.cid-uJnNtdsSZe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJnNtdsSZe [class^='socicon-']:before,
.cid-uJnNtdsSZe [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uJnNtdsSZe .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uJnNtdsSZe .btn-social:hover {
  background: #2e6b75;
}
.cid-uJnNtdsSZe .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uJnNtdsSZe .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uJnNtdsSZe .mbr-section-title {
  color: #2e6b75;
}
.cid-uJnNtdsSZe .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uJnNtdsSZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnNtdsSZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn9uhQRqF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uJn9uhQRqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn9uhQRqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn9uhQRqF .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJn9uhQRqF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJn9uhQRqF .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-uJn9uhQRqF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJn9uhQRqF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJn9uhQRqF .content-head {
  max-width: 800px;
}
.cid-uJmCtxmfYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #446385 ;
}
.cid-uJmCtxmfYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmCtxmfYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmCtxmfYO .row {
  justify-content: center;
}
.cid-uJmCtxmfYO .main-content {
  background-color: #ffcb34;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxmfYO .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJmCtxmfYO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxmfYO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmCtxmfYO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmCtxmfYO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJmCtxmfYO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmCtxmfYO .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-uJmCtxmfYO .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uJmCtxmfYO .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJmCtxmfYO .list .item-wrap:hover,
.cid-uJmCtxmfYO .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-uJmCtxmfYO .mbr-copy {
  margin: 0;
  color: #FAFBFA;
  text-align: center;
}
.cid-uJmCtxmfYO .mbr-section-title {
  color: #151e11;
}
.cid-uJmCtxmfYO .mbr-text {
  color: #151e11;
}
