.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #254b45 !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #71eac6 !important;
}
.bg-danger {
  background-color: #8d60a1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #254b45 !important;
  border-color: #254b45 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #366d64 !important;
  border-color: #366d64 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #366d64 !important;
  border-color: #366d64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
  color: #336c5b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #336c5b !important;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
  color: #0c503c !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c503c !important;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d60a1 !important;
  border-color: #8d60a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a480b4 !important;
  border-color: #a480b4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a480b4 !important;
  border-color: #a480b4 !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: #254b45;
  color: #254b45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #081110 !important;
  background-color: transparent !important;
  border-color: #081110 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #254b45 !important;
  border-color: #254b45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bee0d6;
  color: #bee0d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83c4b1 !important;
  background-color: transparent !important;
  border-color: #83c4b1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #336c5b !important;
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #71eac6;
  color: #71eac6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #25dfa8 !important;
  background-color: transparent !important;
  border-color: #25dfa8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c503c !important;
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8d60a1;
  color: #8d60a1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5e3f6b !important;
  background-color: transparent !important;
  border-color: #5e3f6b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d60a1 !important;
  border-color: #8d60a1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #254b45 !important;
}
.text-secondary {
  color: #bee0d6 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #71eac6 !important;
}
.text-danger {
  color: #8d60a1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030706 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #79bfaa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20d59f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #553a61 !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: #254b45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #71eac6;
}
.alert-danger {
  background-color: #8d60a1;
}
.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: #254b45;
  border-color: #254b45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #254b45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ec7be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dad6de;
}
.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: #c6b0d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #254b45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #254b45;
}
/* 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: #254b45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #254b45;
}
.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: #254b45;
  border-bottom-color: #254b45;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #254b45 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bee0d6 !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='%23254b45' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #254b45 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #71eac6;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #254b45 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #ffffff;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #254b45;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #bee0d6;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #71eac6;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #8d60a1;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.mbr-figure iframe {
  border-radius: 0 !important;
}
.cid-u3G2gawgTF {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3G2gawgTF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3G2gawgTF .menu_box .navbar.opened,
  .cid-u3G2gawgTF .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3G2gawgTF .navbar-dropdown {
  position: relative !important;
}
.cid-u3G2gawgTF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3G2gawgTF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3G2gawgTF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-u3G2gawgTF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3G2gawgTF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3G2gawgTF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-body .mbr-text,
  .cid-u3G2gawgTF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3G2gawgTF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3G2gawgTF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3G2gawgTF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3G2gawgTF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3G2gawgTF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3G2gawgTF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 0 !important;
  }
}
.cid-u3G2gawgTF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3G2gawgTF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover,
.cid-u3G2gawgTF .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover::before,
.cid-u3G2gawgTF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3G2gawgTF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u3G2gawgTF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3G2gawgTF .offcanvas_box {
    display: none;
  }
}
.cid-u3G2gawgTF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3G2gawgTF .container {
  display: flex;
  margin: auto;
}
.cid-u3G2gawgTF .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u3G2gawgTF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3G2gawgTF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3G2gawgTF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .navbar-nav {
    margin: 0;
  }
}
.cid-u3G2gawgTF .dropdown-menu,
.cid-u3G2gawgTF .navbar.opened {
  background-color: false !important;
}
.cid-u3G2gawgTF .nav-item:focus,
.cid-u3G2gawgTF .nav-link:focus {
  outline: none;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3G2gawgTF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3G2gawgTF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3G2gawgTF .navbar.opened {
  transition: all 0.3s;
}
.cid-u3G2gawgTF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3G2gawgTF .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3G2gawgTF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar.collapsed {
  justify-content: center;
}
.cid-u3G2gawgTF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3G2gawgTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3G2gawgTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3G2gawgTF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3G2gawgTF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3G2gawgTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3G2gawgTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3G2gawgTF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3G2gawgTF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3G2gawgTF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3G2gawgTF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3G2gawgTF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3G2gawgTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3G2gawgTF .dropdown-item.active,
.cid-u3G2gawgTF .dropdown-item:active {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3G2gawgTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3G2gawgTF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3G2gawgTF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3G2gawgTF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3G2gawgTF .navbar {
    height: 70px;
  }
  .cid-u3G2gawgTF .navbar.opened {
    height: auto;
  }
  .cid-u3G2gawgTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3G2gawgTF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3G2gawgTF .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3G2gawgTF .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3G2gawgTF .text_widget {
  margin-bottom: 32px;
}
.cid-u3G2gawgTF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3G2gawgTF .text_widget a:hover,
.cid-u3G2gawgTF .text_widget a:focus {
  opacity: .8;
}
.cid-u3G2gawgTF .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .navbar-caption {
  color: #bee0d6;
}
.cid-u3G2gawgTF .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .mbr-section-subtitle,
.cid-u3G2gawgTF .text_widget,
.cid-u3G2gawgTF .mbr-section-btn {
  text-align: center;
}
.cid-u3G2gawgTF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3G2gkOIDa {
  padding-top: 7rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/vecteezy-digital-cyberspace-with-digital-data-network-connections-1971012.webp");
}
.cid-u3G2gkOIDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2gkOIDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3G2gkOIDa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .container {
    padding: 0 30px;
  }
}
.cid-u3G2gkOIDa .card {
  justify-content: center;
}
.cid-u3G2gkOIDa .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u3G2gkOIDa .mbr-section-title {
  color: #ffffff;
}
.cid-u3G2gkOIDa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u3G2gkOIDa .mbr-section-title,
.cid-u3G2gkOIDa .mbr-section-btn {
  text-align: center;
}
.cid-uAb0AepGYS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAb0AepGYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAb0AepGYS .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-uAb0AepGYS .container {
    padding: 0 30px;
  }
}
.cid-uAb0AepGYS .card {
  justify-content: center;
}
.cid-uAb0AepGYS .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uAb0AepGYS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAb0AepGYS .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #8ec3b3;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uAb0AepGYS .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uAb0AepGYS .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #8ec3b3;
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-content .price-wrapper .item-price,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-content .price-wrapper .item-price {
  color: #ffffff;
}
.cid-uAb0AepGYS .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-uAb0AepGYS .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img .image-wrap {
  width: 100%;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 550px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-block;
  width: 85%;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uAb0AepGYS .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-uAb0AepGYS .mbr-section-title {
  color: #8ec3b3;
  text-align: center;
}
.cid-uAb0AepGYS .item-title {
  color: #bee0d6;
}
.cid-uAb0AepGYS .item-price {
  color: #bee0d6;
}
.cid-uAb0AepGYS .item-text {
  color: #bee0d6;
}
.cid-uAkDFQWU61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAkDFQWU61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAkDFQWU61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAkDFQWU61 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uAkDFQWU61 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .container {
    padding: 0 20px;
  }
}
.cid-uAkDFQWU61 .row {
  justify-content: center;
}
.cid-uAkDFQWU61 .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uAkDFQWU61 .content-wrapper .card {
  justify-content: center;
}
.cid-uAkDFQWU61 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uAkDFQWU61 .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uAkDFQWU61 .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uAkDFQWU61 .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAkDFQWU61 .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #254b45;
  opacity: .5;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #254b45;
  border-color: #254b45;
  border-radius: 0;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uAkDFQWU61 .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uAkDFQWU61 .mbr-section-title {
  color: #ffffff;
}
.cid-uAkDFQWU61 .mbr-text {
  color: #ffffff;
}
.cid-uAkDFQWU61 label {
  color: #ffffff;
}
.cid-uAkDFQWU61 .mbr-section-title,
.cid-uAkDFQWU61 .mbr-section-btn {
  text-align: center;
}
.cid-uAbCihxfGs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #252525;
}
.cid-uAbCihxfGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbCihxfGs .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-uAbCihxfGs .container {
    padding: 0 16px;
  }
}
.cid-uAbCihxfGs .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAbCihxfGs .card {
    margin-bottom: 40px;
  }
}
.cid-uAbCihxfGs .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAbCihxfGs .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uAbCihxfGs .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uAbCihxfGs .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAbCihxfGs .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAbCihxfGs .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uAbCihxfGs .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAbCihxfGs .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #5ca08b;
}
.cid-uAbCihxfGs .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAbCihxfGs .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #5ca08b;
}
.cid-uAbCihxfGs .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uAbCihxfGs .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAbCihxfGs .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAbCihxfGs .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uAbCihxfGs .mbr-section-title {
  color: #ffffff;
}
.cid-uAbCihxfGs .copyright {
  color: #5ca08b;
}
.cid-uAbCihxfGs .mbr-card-title {
  color: #ffffff;
}
.cid-uAbCihxfGs .list {
  color: #ffffff;
}
.cid-uAezjOU2F8 {
  background-color: transparent;
}
.cid-uAezjOU2F8 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uAezjOU2F8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uAezjOU2F8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAezjOU2F8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAezjOU2F8 .menu_box .navbar.opened,
  .cid-uAezjOU2F8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAezjOU2F8 .navbar-dropdown {
  position: relative !important;
}
.cid-uAezjOU2F8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAezjOU2F8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAezjOU2F8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAezjOU2F8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uAezjOU2F8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAezjOU2F8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAezjOU2F8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAezjOU2F8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAezjOU2F8 .offcanvas-body .mbr-text,
  .cid-uAezjOU2F8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAezjOU2F8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAezjOU2F8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAezjOU2F8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAezjOU2F8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAezjOU2F8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAezjOU2F8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAezjOU2F8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAezjOU2F8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAezjOU2F8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uAezjOU2F8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAezjOU2F8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAezjOU2F8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAezjOU2F8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAezjOU2F8 .nav-item .nav-link:hover,
.cid-uAezjOU2F8 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uAezjOU2F8 .nav-item .nav-link:hover::before,
.cid-uAezjOU2F8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAezjOU2F8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAezjOU2F8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAezjOU2F8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAezjOU2F8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAezjOU2F8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAezjOU2F8 .offcanvas_box {
    display: none;
  }
}
.cid-uAezjOU2F8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAezjOU2F8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAezjOU2F8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAezjOU2F8 .container {
  display: flex;
  margin: auto;
}
.cid-uAezjOU2F8 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAezjOU2F8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAezjOU2F8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAezjOU2F8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAezjOU2F8 .navbar-nav {
    margin: 0;
  }
}
.cid-uAezjOU2F8 .dropdown-menu,
.cid-uAezjOU2F8 .navbar.opened {
  background-color: false !important;
}
.cid-uAezjOU2F8 .nav-item:focus,
.cid-uAezjOU2F8 .nav-link:focus {
  outline: none;
}
.cid-uAezjOU2F8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAezjOU2F8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAezjOU2F8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAezjOU2F8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAezjOU2F8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAezjOU2F8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAezjOU2F8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAezjOU2F8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAezjOU2F8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAezjOU2F8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAezjOU2F8 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAezjOU2F8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAezjOU2F8 .navbar.collapsed {
  justify-content: center;
}
.cid-uAezjOU2F8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAezjOU2F8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAezjOU2F8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAezjOU2F8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAezjOU2F8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAezjOU2F8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAezjOU2F8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAezjOU2F8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAezjOU2F8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAezjOU2F8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAezjOU2F8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAezjOU2F8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAezjOU2F8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAezjOU2F8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAezjOU2F8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAezjOU2F8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAezjOU2F8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAezjOU2F8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAezjOU2F8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAezjOU2F8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAezjOU2F8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAezjOU2F8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAezjOU2F8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAezjOU2F8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAezjOU2F8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAezjOU2F8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAezjOU2F8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAezjOU2F8 .dropdown-item.active,
.cid-uAezjOU2F8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAezjOU2F8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAezjOU2F8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAezjOU2F8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAezjOU2F8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAezjOU2F8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAezjOU2F8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAezjOU2F8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uAezjOU2F8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uAezjOU2F8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAezjOU2F8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAezjOU2F8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAezjOU2F8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAezjOU2F8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAezjOU2F8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAezjOU2F8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAezjOU2F8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAezjOU2F8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAezjOU2F8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAezjOU2F8 .navbar {
    height: 70px;
  }
  .cid-uAezjOU2F8 .navbar.opened {
    height: auto;
  }
  .cid-uAezjOU2F8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAezjOU2F8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAezjOU2F8 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAezjOU2F8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAezjOU2F8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAezjOU2F8 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uAezjOU2F8 .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uAezjOU2F8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAezjOU2F8 .text_widget {
  margin-bottom: 32px;
}
.cid-uAezjOU2F8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAezjOU2F8 .text_widget a:hover,
.cid-uAezjOU2F8 .text_widget a:focus {
  opacity: .8;
}
.cid-uAezjOU2F8 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uAezjOU2F8 .navbar-caption {
  color: #bee0d6;
}
.cid-uAezjOU2F8 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uAezjOU2F8 .mbr-section-subtitle,
.cid-uAezjOU2F8 .text_widget,
.cid-uAezjOU2F8 .mbr-section-btn {
  text-align: center;
}
.cid-uAezjOU2F8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAeH7Q3rzw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAeH7Q3rzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeH7Q3rzw .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-uAeH7Q3rzw .container {
    padding: 0 30px;
  }
}
.cid-uAeH7Q3rzw .card {
  justify-content: center;
}
.cid-uAeH7Q3rzw .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uAeH7Q3rzw .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uAeH7Q3rzw .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uAeH7Q3rzw .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uAeH7Q3rzw .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-uAeH7Q3rzw .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .content-wrapper {
    padding: 0;
  }
}
.cid-uAeH7Q3rzw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAeH7Q3rzw .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAeH7Q3rzw .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uAeH7Q3rzw .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uAeH7Q3rzw .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uAeH7Q3rzw .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-uAeH7Q3rzw .mbr-desc {
  color: #bee0d6;
}
.cid-uAeH7Q3rzw .mbr-text {
  color: #bee0d6;
  text-align: center;
}
.cid-uAeK5pUBuV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAeK5pUBuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeK5pUBuV .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-uAeK5pUBuV .container {
    padding: 0 30px;
  }
}
.cid-uAeK5pUBuV .card {
  justify-content: center;
}
.cid-uAeK5pUBuV .items-wrapper {
  padding: 0 0 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAeK5pUBuV .items-wrapper {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item {
    margin-bottom: 80px;
  }
  .cid-uAeK5pUBuV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-content::before,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-content::before,
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-content::after,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-content::after {
  opacity: 1;
}
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #ffffff;
}
.cid-uAeK5pUBuV .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-uAeK5pUBuV .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #ffffff;
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content {
  width: 33%;
  position: relative;
  padding-top: 100px;
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 40px;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img {
  width: 54%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img img {
  height: 760px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uAeK5pUBuV .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uAeK5pUBuV .item-title {
  color: #bee0d6;
}
.cid-uAeK5pUBuV .item-text {
  color: #bee0d6;
  text-align: center;
}
.cid-uAeQc4CdTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAeQc4CdTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeQc4CdTW .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-uAeQc4CdTW .container {
    padding: 0 30px;
  }
}
.cid-uAeQc4CdTW .card {
  justify-content: center;
}
.cid-uAeQc4CdTW .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uAeQc4CdTW .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uAeQc4CdTW .content-wrapper {
    padding: 0;
  }
}
.cid-uAeQc4CdTW .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uAeQc4CdTW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uAeQc4CdTW .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uAeQc4CdTW .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uAeQc4CdTW .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uAeQc4CdTW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uAeQc4CdTW .mbr-text {
  color: #254b45;
}
.cid-uAeQc4CdTW .mbr-name {
  color: #254b45;
}
.cid-uAeQc4CdTW .mbr-role {
  color: #254b45;
}
.cid-uAeQc4CdTW .mbr-text,
.cid-uAeQc4CdTW .icon-wrapper {
  color: #8ec3b3;
}
.cid-uAeQc4CdTW .mbr-role,
.cid-uAeQc4CdTW .person-wrapper {
  color: #8ec3b3;
}
.cid-uAeQc4CdTW .mbr-name,
.cid-uAeQc4CdTW .person-wrapper {
  color: #ffffff;
}
.cid-uAezjUeXG7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #252525;
}
.cid-uAezjUeXG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAezjUeXG7 .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-uAezjUeXG7 .container {
    padding: 0 16px;
  }
}
.cid-uAezjUeXG7 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAezjUeXG7 .card {
    margin-bottom: 40px;
  }
}
.cid-uAezjUeXG7 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAezjUeXG7 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uAezjUeXG7 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uAezjUeXG7 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAezjUeXG7 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAezjUeXG7 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uAezjUeXG7 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAezjUeXG7 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #5ca08b;
}
.cid-uAezjUeXG7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAezjUeXG7 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #5ca08b;
}
.cid-uAezjUeXG7 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uAezjUeXG7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAezjUeXG7 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAezjUeXG7 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uAezjUeXG7 .mbr-section-title {
  color: #ffffff;
}
.cid-uAezjUeXG7 .copyright {
  color: #5ca08b;
}
.cid-uAezjUeXG7 .mbr-card-title {
  color: #ffffff;
}
.cid-uAezjUeXG7 .list {
  color: #ffffff;
}
.cid-uAfz6hHAGZ {
  background-color: transparent;
}
.cid-uAfz6hHAGZ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uAfz6hHAGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uAfz6hHAGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAfz6hHAGZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAfz6hHAGZ .menu_box .navbar.opened,
  .cid-uAfz6hHAGZ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAfz6hHAGZ .navbar-dropdown {
  position: relative !important;
}
.cid-uAfz6hHAGZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAfz6hHAGZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAfz6hHAGZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAfz6hHAGZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uAfz6hHAGZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAfz6hHAGZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAfz6hHAGZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAfz6hHAGZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAfz6hHAGZ .offcanvas-body .mbr-text,
  .cid-uAfz6hHAGZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAfz6hHAGZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAfz6hHAGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAfz6hHAGZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAfz6hHAGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAfz6hHAGZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAfz6hHAGZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAfz6hHAGZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAfz6hHAGZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAfz6hHAGZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uAfz6hHAGZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAfz6hHAGZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uAfz6hHAGZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAfz6hHAGZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAfz6hHAGZ .nav-item .nav-link:hover,
.cid-uAfz6hHAGZ .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uAfz6hHAGZ .nav-item .nav-link:hover::before,
.cid-uAfz6hHAGZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAfz6hHAGZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAfz6hHAGZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAfz6hHAGZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAfz6hHAGZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAfz6hHAGZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAfz6hHAGZ .offcanvas_box {
    display: none;
  }
}
.cid-uAfz6hHAGZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAfz6hHAGZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAfz6hHAGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAfz6hHAGZ .container {
  display: flex;
  margin: auto;
}
.cid-uAfz6hHAGZ .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAfz6hHAGZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAfz6hHAGZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAfz6hHAGZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAfz6hHAGZ .navbar-nav {
    margin: 0;
  }
}
.cid-uAfz6hHAGZ .dropdown-menu,
.cid-uAfz6hHAGZ .navbar.opened {
  background-color: false !important;
}
.cid-uAfz6hHAGZ .nav-item:focus,
.cid-uAfz6hHAGZ .nav-link:focus {
  outline: none;
}
.cid-uAfz6hHAGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAfz6hHAGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAfz6hHAGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAfz6hHAGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAfz6hHAGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAfz6hHAGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAfz6hHAGZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAfz6hHAGZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAfz6hHAGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAfz6hHAGZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAfz6hHAGZ .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAfz6hHAGZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAfz6hHAGZ .navbar.collapsed {
  justify-content: center;
}
.cid-uAfz6hHAGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAfz6hHAGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAfz6hHAGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfz6hHAGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfz6hHAGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfz6hHAGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAfz6hHAGZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAfz6hHAGZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAfz6hHAGZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAfz6hHAGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAfz6hHAGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfz6hHAGZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAfz6hHAGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfz6hHAGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAfz6hHAGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAfz6hHAGZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAfz6hHAGZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAfz6hHAGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAfz6hHAGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAfz6hHAGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAfz6hHAGZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAfz6hHAGZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAfz6hHAGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAfz6hHAGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAfz6hHAGZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAfz6hHAGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAfz6hHAGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfz6hHAGZ .dropdown-item.active,
.cid-uAfz6hHAGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfz6hHAGZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uAfz6hHAGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfz6hHAGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfz6hHAGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfz6hHAGZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAfz6hHAGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAfz6hHAGZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uAfz6hHAGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uAfz6hHAGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAfz6hHAGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAfz6hHAGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAfz6hHAGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAfz6hHAGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAfz6hHAGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAfz6hHAGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAfz6hHAGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAfz6hHAGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAfz6hHAGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAfz6hHAGZ .navbar {
    height: 70px;
  }
  .cid-uAfz6hHAGZ .navbar.opened {
    height: auto;
  }
  .cid-uAfz6hHAGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAfz6hHAGZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAfz6hHAGZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uAfz6hHAGZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAfz6hHAGZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAfz6hHAGZ .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uAfz6hHAGZ .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uAfz6hHAGZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAfz6hHAGZ .text_widget {
  margin-bottom: 32px;
}
.cid-uAfz6hHAGZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAfz6hHAGZ .text_widget a:hover,
.cid-uAfz6hHAGZ .text_widget a:focus {
  opacity: .8;
}
.cid-uAfz6hHAGZ .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uAfz6hHAGZ .navbar-caption {
  color: #bee0d6;
}
.cid-uAfz6hHAGZ .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uAfz6hHAGZ .mbr-section-subtitle,
.cid-uAfz6hHAGZ .text_widget,
.cid-uAfz6hHAGZ .mbr-section-btn {
  text-align: center;
}
.cid-uAfz6hHAGZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAfz6irccp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAfz6irccp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfz6irccp .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-uAfz6irccp .container {
    padding: 0 30px;
  }
}
.cid-uAfz6irccp .card {
  justify-content: center;
}
.cid-uAfz6irccp .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uAfz6irccp .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uAfz6irccp .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uAfz6irccp .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uAfz6irccp .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-uAfz6irccp .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .content-wrapper {
    padding: 0;
  }
}
.cid-uAfz6irccp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAfz6irccp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAfz6irccp .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uAfz6irccp .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uAfz6irccp .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uAfz6irccp .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-uAfz6irccp .mbr-desc {
  color: #bee0d6;
}
.cid-uAfz6irccp .mbr-text {
  color: #bee0d6;
  text-align: center;
}
.cid-uAfz6jn2bK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAfz6jn2bK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfz6jn2bK .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-uAfz6jn2bK .container {
    padding: 0 30px;
  }
}
.cid-uAfz6jn2bK .card {
  justify-content: center;
}
.cid-uAfz6jn2bK .items-wrapper {
  padding: 0 0 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAfz6jn2bK .items-wrapper {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item {
    margin-bottom: 80px;
  }
  .cid-uAfz6jn2bK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-content::before,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-content::before,
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-content::after,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-content::after {
  opacity: 1;
}
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #ffffff;
}
.cid-uAfz6jn2bK .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-uAfz6jn2bK .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #ffffff;
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content {
  width: 33%;
  position: relative;
  padding-top: 100px;
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 40px;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img {
  width: 54%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img img {
  height: 760px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uAfz6jn2bK .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uAfz6jn2bK .item-title {
  color: #bee0d6;
}
.cid-uAfz6jn2bK .item-text {
  color: #bee0d6;
  text-align: center;
}
.cid-uAfz6knr4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAfz6knr4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfz6knr4N .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-uAfz6knr4N .container {
    padding: 0 30px;
  }
}
.cid-uAfz6knr4N .card {
  justify-content: center;
}
.cid-uAfz6knr4N .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uAfz6knr4N .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uAfz6knr4N .content-wrapper {
    padding: 0;
  }
}
.cid-uAfz6knr4N .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uAfz6knr4N .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uAfz6knr4N .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uAfz6knr4N .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uAfz6knr4N .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uAfz6knr4N .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uAfz6knr4N .mbr-text {
  color: #254b45;
}
.cid-uAfz6knr4N .mbr-name {
  color: #254b45;
}
.cid-uAfz6knr4N .mbr-role {
  color: #254b45;
}
.cid-uAfz6knr4N .mbr-text,
.cid-uAfz6knr4N .icon-wrapper {
  color: #8ec3b3;
}
.cid-uAfz6knr4N .mbr-role,
.cid-uAfz6knr4N .person-wrapper {
  color: #8ec3b3;
}
.cid-uAfz6knr4N .mbr-name,
.cid-uAfz6knr4N .person-wrapper {
  color: #ffffff;
}
.cid-uAfz6lhwkA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #252525;
}
.cid-uAfz6lhwkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfz6lhwkA .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-uAfz6lhwkA .container {
    padding: 0 16px;
  }
}
.cid-uAfz6lhwkA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAfz6lhwkA .card {
    margin-bottom: 40px;
  }
}
.cid-uAfz6lhwkA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAfz6lhwkA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uAfz6lhwkA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uAfz6lhwkA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAfz6lhwkA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAfz6lhwkA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uAfz6lhwkA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAfz6lhwkA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #5ca08b;
}
.cid-uAfz6lhwkA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAfz6lhwkA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #5ca08b;
}
.cid-uAfz6lhwkA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uAfz6lhwkA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAfz6lhwkA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAfz6lhwkA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uAfz6lhwkA .mbr-section-title {
  color: #ffffff;
}
.cid-uAfz6lhwkA .copyright {
  color: #5ca08b;
}
.cid-uAfz6lhwkA .mbr-card-title {
  color: #ffffff;
}
.cid-uAfz6lhwkA .list {
  color: #ffffff;
}
