.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'LeonSans-Bold';
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'LeonSans-Medium';
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'LeonSans-Light';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'LeonSans-Medium';
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'LeonSans-Light';
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #bcfe1e !important;
}
.bg-success {
  background-color: #000052 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #33eebb !important;
}
.bg-danger {
  background-color: #449ddd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bcfe1e !important;
  border-color: #bcfe1e !important;
  color: #141d00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #141d00 !important;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #52ff33 !important;
  border-color: #52ff33 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #52ff33 !important;
  border-color: #52ff33 !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: #000052 !important;
  border-color: #000052 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #000085 !important;
  border-color: #000085 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000085 !important;
  border-color: #000085 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #33eebb !important;
  border-color: #33eebb !important;
  color: #031f18 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #62f2cb !important;
  border-color: #62f2cb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #031f18 !important;
  background-color: #62f2cb !important;
  border-color: #62f2cb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #449ddd !important;
  border-color: #449ddd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6fb4e5 !important;
  border-color: #6fb4e5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6fb4e5 !important;
  border-color: #6fb4e5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #bcfe1e;
  color: #bcfe1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8bc401 !important;
  background-color: transparent !important;
  border-color: #8bc401 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #141d00 !important;
  background-color: #bcfe1e !important;
  border-color: #bcfe1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #27ff00;
  color: #27ff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1aa800 !important;
  background-color: transparent !important;
  border-color: #1aa800 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #27ff00 !important;
  border-color: #27ff00 !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: #000052;
  color: #000052;
}
.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: #000052 !important;
  border-color: #000052 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #33eebb;
  color: #33eebb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #10bb8c !important;
  background-color: transparent !important;
  border-color: #10bb8c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #031f18 !important;
  background-color: #33eebb !important;
  border-color: #33eebb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #449ddd;
  color: #449ddd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f71ab !important;
  background-color: transparent !important;
  border-color: #1f71ab !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #449ddd !important;
  border-color: #449ddd !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: #bcfe1e !important;
}
.text-secondary {
  color: #27ff00 !important;
}
.text-success {
  color: #000052 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #33eebb !important;
}
.text-danger {
  color: #449ddd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #80b501 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #179900 !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: #0ead81 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1d689e !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: #bcfe1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #33eebb;
}
.alert-danger {
  background-color: #449ddd;
}
.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: #bcfe1e;
  border-color: #bcfe1e;
  color: #263600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bcfe1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8ffe9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3939ff;
}
.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: #effefa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f1f7fc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'LeonSans-Light';
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #bcfe1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'LeonSans-Light';
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #bcfe1e;
}
/* 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: #bcfe1e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bcfe1e;
}
.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: #bcfe1e;
  border-bottom-color: #bcfe1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bcfe1e !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: #27ff00 !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='%23bcfe1e' %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: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
  padding: 22px 90px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujDzsRQ98g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujDzsRQ98g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujDzsRQ98g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujDzsRQ98g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujDzsRQ98g .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-ujDzsRQ98g .nav-link:hover {
  color: #27ff00 !important;
}
.cid-ujDzsRQ98g .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-ujDzsRQ98g .navbar-caption:hover,
.cid-ujDzsRQ98g .navbar-caption:focus {
  color: #27ff00 !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujDzsRQ98g .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 82, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #000052;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 16px;
  }
}
.cid-ujDzsRQ98g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ujDzsRQ98g .iconfont-wrapper:hover,
.cid-ujDzsRQ98g .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ujDzsRQ98g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000052;
  background: rgba(0, 0, 82, 0.9) !important;
}
.cid-ujDzsRQ98g .nav-item:focus,
.cid-ujDzsRQ98g .nav-link:focus {
  outline: none;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujDzsRQ98g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujDzsRQ98g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujDzsRQ98g .navbar.opened {
  transition: all 0.3s;
}
.cid-ujDzsRQ98g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujDzsRQ98g .navbar .navbar-logo img {
  width: auto;
}
.cid-ujDzsRQ98g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujDzsRQ98g .navbar.collapsed {
  justify-content: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujDzsRQ98g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujDzsRQ98g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar {
    min-height: 72px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujDzsRQ98g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujDzsRQ98g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujDzsRQ98g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujDzsRQ98g .dropdown-item.active,
.cid-ujDzsRQ98g .dropdown-item:active {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000052;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujDzsRQ98g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujDzsRQ98g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar-buttons {
    text-align: left;
  }
}
.cid-ujDzsRQ98g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #27ff00;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujDzsRQ98g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujDzsRQ98g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujDzsRQ98g .navbar {
    height: 70px;
  }
  .cid-ujDzsRQ98g .navbar.opened {
    height: auto;
  }
  .cid-ujDzsRQ98g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujDzsRQ98g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ujDzsRQ98g .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-ujDzsRQ98g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar-brand {
    margin-right: auto;
  }
  .cid-ujDzsRQ98g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000052;
    opacity: 1;
    border-color: rgba(0, 0, 82, 0.9) !important;
    background: rgba(0, 0, 82, 0.9) !important;
  }
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujDzsRQ98g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-brand,
.cid-ujDzsRQ98g .navbar-toggler,
.cid-ujDzsRQ98g .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uTDmbUzfpb {
  position: relative;
}
.cid-uTDmbUzfpb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000052 18%, transparent 90%, #000052 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uTDmbUzfpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDmbUzfpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uTDmbUzfpb .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uTDmbUzfpb .content-wrapper {
    margin-top: 0;
  }
}
.cid-uTDmbUzfpb .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #449ddd, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTDmbUzfpb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uTDmbUzfpb .mbr-section-title {
  color: #ffffff;
}
.cid-uTDmbUzfpb .mbr-text {
  color: #ffffff;
}
.cid-ujDzx0YG2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #449ddd;
}
.cid-ujDzx0YG2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzx0YG2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzx0YG2v .items-wrap {
  justify-content: space-between;
}
.cid-ujDzx0YG2v .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title span {
  color: #000052;
}
.cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-ujDzx0YG2v .image-wrapper {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .image-wrapper img {
    height: 350px;
  }
}
.cid-ujDzx0YG2v .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzx0YG2v .mbr-text,
.cid-ujDzx0YG2v .text-wrapper {
  color: #ffffff;
}
.cid-uTDY2RJU5X {
  position: relative;
  overflow: hidden;
  background-color: #449ddd;
}
.cid-uTDY2RJU5X .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTDY2RJU5X .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTDY2RJU5X .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #000052;
  z-index: 1;
}
.cid-uTDY2RJU5X .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #449ddd;
}
.cid-uTDY2RJU5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDY2RJU5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDY2RJU5X .row {
  position: relative;
  z-index: 2;
}
.cid-uTDY2RJU5X .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uTDY2RJU5X .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uTDY2RJU5X .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uTDY2RJU5X .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uTDY2RJU5X .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uTDY2RJU5X .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTDY2RJU5X .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTDY2RJU5X .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uTDY2RJU5X .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTDY2RJU5X .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uTDY2RJU5X .mbr-section-title {
  color: #27ff00;
}
.cid-uTDY2RJU5X .mbr-text {
  color: #51565c;
}
.cid-uTDY2RJU5X .mbr-text,
.cid-uTDY2RJU5X .text-wrapper {
  color: #f7f7f7;
}
.cid-ujDzvQavk4 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-engagement-1920-x-1080-px-1920x1080.webp");
}
.cid-ujDzvQavk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzvQavk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzvQavk4 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujDzvQavk4 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujDzvQavk4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujDzvQavk4 .title-wrapper .mbr-text span {
  color: #33eebb;
}
.cid-ujDzvQavk4 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-ujDzvQavk4 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .item {
    padding: 0 14px;
  }
}
.cid-ujDzvQavk4 .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-ujDzvQavk4 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #27ff00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #555555;
  margin: 5px;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-ujDzvQavk4 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #27ff00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-ujDzvQavk4 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #000052;
  background: linear-gradient(#000052 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ujDzvQavk4 .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-ujDzvQavk4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujDzvQavk4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujDzvQavk4 .item-number,
.cid-ujDzvQavk4 .number-wrapper {
  color: #000052;
  text-align: center;
}
.cid-ujDzvQavk4 .item-title {
  color: #ffffff;
}
.cid-ujDzvQavk4 .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujDzvQavk4 .item-title,
.cid-ujDzvQavk4 .tags-wrapper,
.cid-ujDzvQavk4 .icon-wrapper {
  text-align: center;
}
.cid-ujUYl2GZ9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-ujUYl2GZ9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUYl2GZ9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUYl2GZ9M .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #000052;
  background-color: #449ddd;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border-bottom: 1px solid #000052;
  box-shadow: 0px -1px 1px #ffffff;
  overflow: hidden;
  background-color: #000052;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #000052;
  background-color: #000052;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujUYl2GZ9M .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000052;
}
.cid-ujUYl2GZ9M .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ujUYl2GZ9M .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-ujUYl2GZ9M .btn-wrapper {
  margin-top: -6%;
}
.cid-ujUYl2GZ9M .mbr-section-title {
  color: #ffffff;
}
.cid-ujUYl2GZ9M .item-title {
  color: #27ff00;
}
.cid-ujUYl2GZ9M .list {
  color: #bbbbbb;
}
.cid-ujUYl2GZ9M .mbr-section-title,
.cid-ujUYl2GZ9M .mbr-section-btn {
  text-align: center;
}
.cid-ujUYl2GZ9M .list,
.cid-ujUYl2GZ9M .item-wrap {
  color: #f7f7f7;
}
.cid-ujDzu4kJyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-engagement-1920-x-1080-px-1920x1080.webp");
}
.cid-ujDzu4kJyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzu4kJyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzu4kJyZ .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujDzu4kJyZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujDzu4kJyZ .title-wrapper .mbr-section-title span {
  color: #27ff00;
}
.cid-ujDzu4kJyZ .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .item {
    margin-bottom: 14px;
  }
}
.cid-ujDzu4kJyZ .item .item-wrapper {
  border: 1px solid #27ff00;
  overflow: hidden;
  background-color: #000052;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .item .item-wrapper {
    display: block;
  }
}
.cid-ujDzu4kJyZ .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-ujDzu4kJyZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ujDzu4kJyZ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ujDzu4kJyZ .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ujDzu4kJyZ .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujDzu4kJyZ .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-ujDzu4kJyZ .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzu4kJyZ .item-title {
  color: #ffffff;
}
.cid-ujDzu4kJyZ .item-text {
  color: #bbbbbb;
}
.cid-uTEs9Y0qLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uTEs9Y0qLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEs9Y0qLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEs9Y0qLf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEs9Y0qLf .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #27ff00;
}
.cid-uTEs9Y0qLf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTEs9Y0qLf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uTEs9Y0qLf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTEs9Y0qLf .embla__slide .slide-content {
  width: 100%;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000052;
  color: #ffffff;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #27ff00;
  color: #000052;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTEs9Y0qLf .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEs9Y0qLf .embla__button--next,
.cid-uTEs9Y0qLf .embla__button--prev {
  display: flex;
}
.cid-uTEs9Y0qLf .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .embla__button {
    top: 0;
  }
}
.cid-uTEs9Y0qLf .embla__button:hover {
  background-color: #33eebb !important;
  color: #000000 !important;
}
.cid-uTEs9Y0qLf .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uTEs9Y0qLf .embla__button.embla__button--next {
  right: 0;
}
.cid-uTEs9Y0qLf .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTEs9Y0qLf .embla {
    padding-top: 6rem !important;
  }
}
.cid-uTEs9Y0qLf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTEs9Y0qLf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTEs9Y0qLf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTEs9Y0qLf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTEs9Y0qLf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTEs9Y0qLf .mbr-label,
.cid-uTEs9Y0qLf .label-wrapper {
  color: #ffffff;
}
.cid-uTEs9Y0qLf .mbr-section-title,
.cid-uTEs9Y0qLf .title-wrapper {
  color: #ffffff;
}
.cid-uTEs9Y0qLf .card-title {
  color: #000000;
}
.cid-uTEs9Y0qLf .card-text {
  color: #8a8a8a;
}
.cid-ujDzwf9KtA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-engagement-1920-x-1080-px-1920x1080.webp");
}
.cid-ujDzwf9KtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzwf9KtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzwf9KtA .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujDzwf9KtA .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-ujDzwf9KtA .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .item {
    padding: 0 14px;
  }
}
.cid-ujDzwf9KtA .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  display: flex;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .item .item-wrapper {
    display: block;
  }
}
.cid-ujDzwf9KtA .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7541e5, #292739 30%);
  opacity: .5;
}
.cid-ujDzwf9KtA .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-ujDzwf9KtA .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ujDzwf9KtA .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ujDzwf9KtA .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ujDzwf9KtA .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujDzwf9KtA .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.cid-ujDzwf9KtA .mbr-section-title {
  color: #27ff00;
  text-align: center;
}
.cid-ujDzwf9KtA .item-title {
  color: #ffffff;
}
.cid-ujDzwf9KtA .item-text {
  color: #ffffff;
}
.cid-ujDzxwk40f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-ujDzxwk40f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzxwk40f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzxwk40f .content-wrapper {
  padding: 46px 24px;
  border: 1px solid #33eebb;
}
@media (max-width: 992px) {
  .cid-ujDzxwk40f .content-wrapper {
    padding: 24px 14px 14px;
  }
}
.cid-ujDzxwk40f .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ujDzxwk40f .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujDzxwk40f .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ujDzxwk40f .box .mbr-media {
    height: 350px;
  }
}
.cid-ujDzxwk40f .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-ujDzxwk40f .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ujDzxwk40f .box .mbr-media .mbr-iconfont {
  font-size: 56px;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ujDzxwk40f .box .mbr-media .mbr-iconfont {
    font-size: 42px;
    margin-left: 10px;
  }
}
.cid-ujDzxwk40f .mbr-media {
  position: relative;
}
.cid-ujDzxwk40f .mbr-media img {
  object-fit: cover;
}
.cid-ujDzxwk40f a:hover {
  background-image: none !important;
}
.cid-ujDzxwk40f .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background: #27ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujDzxwk40f .icon-wrapper {
    height: 80px !important;
    width: 80px !important;
  }
}
.cid-ujDzxwk40f .icon-wrapper:hover,
.cid-ujDzxwk40f .icon-wrapper:focus {
  background-color: #ffffff;
}
.cid-ujDzxwk40f .icon-wrapper:hover .mbr-iconfont,
.cid-ujDzxwk40f .icon-wrapper:focus .mbr-iconfont {
  background: linear-gradient(#27ff00 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ujDzxwk40f .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ujDzxwk40f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ujDzxwk40f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ujDzxwk40f .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ujDzxwk40f .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujDzxwk40f .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujDzxwk40f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTDQciegZh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uTDQciegZh {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uTDQciegZh {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
.cid-uTDQciegZh .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uTDQciegZh .f-row {
    flex-direction: row;
  }
}
.cid-uTDQciegZh .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-uTDQciegZh .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-uTDQciegZh .image-wrapper {
    min-height: 750px;
  }
}
.cid-uTDQciegZh .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uTDQciegZh .text-wrapper {
  width: 100%;
  background-color: #000052;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uTDQciegZh .text-wrapper {
    transform: translate(20%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-uTDQciegZh .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-uTDQciegZh .mbr-section-title {
  color: #33eebb;
  text-align: left;
}
.cid-uTDQciegZh .mbr-text,
.cid-uTDQciegZh .mbr-section-btn {
  color: #ffd8db;
}
.cid-uTDQciegZh .z-100 {
  z-index: 100;
}
.cid-uTDQciegZh .mbr-text {
  text-align: left;
  color: #f7f7f7;
}
.cid-uTIBgXM5Qm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uTIBgXM5Qm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTIBgXM5Qm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTIBgXM5Qm .content-wrapper {
  justify-content: center;
}
.cid-uTIBgXM5Qm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTIBgXM5Qm .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTIBgXM5Qm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTIBgXM5Qm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTIBgXM5Qm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTIBgXM5Qm .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uTIBgXM5Qm .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uTIBgXM5Qm .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTIBgXM5Qm .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uTIBgXM5Qm .mbr-figure:hover,
.cid-uTIBgXM5Qm .mbr-figure:focus {
  background-color: #078efb;
  border: 2px solid #078efb;
}
.cid-uTIBgXM5Qm .mbr-section-title {
  color: #ffffff;
}
.cid-uTIBgXM5Qm .mbr-text,
.cid-uTIBgXM5Qm .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uTIBgXM5Qm .mbr-desc,
.cid-uTIBgXM5Qm .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uTIBgXM5Qm .mbr-section-title,
.cid-uTIBgXM5Qm .mbr-section-btn {
  text-align: center;
}
.cid-uTIt8gc2p7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uTIt8gc2p7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTIt8gc2p7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTIt8gc2p7 .mbr-desc {
  margin-bottom: 15px;
}
.cid-uTIt8gc2p7 .tabs-wrapper {
  background-color: #33eebb;
  border-radius: 6rem 6rem  0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uTIt8gc2p7 .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000052;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #000052;
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uTIt8gc2p7 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uTIt8gc2p7 .tab-content {
  background-color: #f7f7f7;
  border-radius: 6rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-uTIt8gc2p7 .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uTIt8gc2p7 .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uTIt8gc2p7 .card {
  justify-content: center;
}
.cid-uTIt8gc2p7 .item-title {
  color: #000000;
}
.cid-uTIt8gc2p7 .item-text {
  color: #000052;
}
.cid-uTIt8gc2p7 .item-title,
.cid-uTIt8gc2p7 .tabs-wrapper {
  color: #000052;
}
.cid-uTJbE9UWOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-engagement-1920-x-1080-px-1920x1080.webp");
}
.cid-uTJbE9UWOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJbE9UWOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJbE9UWOI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTJbE9UWOI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTJbE9UWOI .container {
    padding: 0 26px;
  }
}
.cid-uTJbE9UWOI .row {
  justify-content: center;
}
.cid-uTJbE9UWOI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTJbE9UWOI .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTJbE9UWOI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uTJbE9UWOI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTJbE9UWOI .nav.nav-tabs {
  border-bottom: 0;
}
.cid-uTJbE9UWOI .nav.nav-tabs .nav-item {
  border: 1px solid #ffffff;
  padding: 3px;
}
@media (max-width: 768px) {
  .cid-uTJbE9UWOI .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-uTJbE9UWOI .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  padding: 10px 40px;
  border: none;
  color: #33eebb;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTJbE9UWOI .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
    justify-content: center;
    width: 100%;
  }
}
.cid-uTJbE9UWOI .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #33eebb;
  transition: all 0.3s ease-in-out;
}
.cid-uTJbE9UWOI .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-uTJbE9UWOI .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uTJbE9UWOI .tab-content {
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-uTJbE9UWOI .tab-content .tab-pane .text-wrapper {
  padding: 40px;
  background-color: #449ddd;
}
.cid-uTJbE9UWOI .tab-content .tab-pane .text-wrapper .mbr-text {
  margin: 32px 0;
}
.cid-uTJbE9UWOI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTJbE9UWOI .mbr-section-title {
  color: #ffffff;
}
.cid-uTJbE9UWOI .mbr-text {
  color: #ffffff;
}
.cid-ujUYpZtmlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
  overflow: hidden;
}
.cid-ujUYpZtmlk .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ujUYpZtmlk .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ujUYpZtmlk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-ujUYpZtmlk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujUYpZtmlk .embla__slide .slide-content {
  width: 100%;
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #323046;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-ujUYpZtmlk .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-ujUYpZtmlk .embla__button--next,
.cid-ujUYpZtmlk .embla__button--prev {
  display: flex;
}
.cid-ujUYpZtmlk .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ujUYpZtmlk .embla__button:hover {
  opacity: .5 !important;
}
.cid-ujUYpZtmlk .embla__button.embla__button--prev {
  right: 48px;
}
.cid-ujUYpZtmlk .embla__button.embla__button--next {
  right: 0;
}
.cid-ujUYpZtmlk .embla {
  position: relative;
  width: 100%;
}
.cid-ujUYpZtmlk .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ujUYpZtmlk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujUYpZtmlk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujUYpZtmlk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujUYpZtmlk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ujUYpZtmlk .item-text {
  color: #ffffff;
}
.cid-ujUYpZtmlk .item-name {
  color: #33eebb;
}
.cid-ujUYpZtmlk .item-role {
  color: #27ff00;
}
.cid-uTE41z441t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000052;
}
.cid-uTE41z441t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTE41z441t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTE41z441t .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uTE41z441t .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #000052;
  background-color: #000052;
  overflow: hidden;
  box-shadow: 10px 14px 50px #000052;
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #000052;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card_1 {
  background-color: #33eebb;
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card_2 {
  background-color: #449ddd;
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #f5f8ff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uTE41z441t .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTE41z441t .card-title {
  color: #000000;
}
.cid-uTE41z441t .card-text {
  color: #000052;
}
.cid-uTE41z441t .card-title,
.cid-uTE41z441t .mbr-section-btn {
  color: #000052;
}
.cid-uTE41z441t .card-price {
  color: #ffffff;
}
.cid-uTEajU6zpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uTEajU6zpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEajU6zpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEajU6zpV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEajU6zpV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTEajU6zpV .items-wrapper {
  margin: 0 -10px;
}
.cid-uTEajU6zpV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTEajU6zpV .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uTEajU6zpV .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uTEajU6zpV .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uTEajU6zpV .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTEajU6zpV .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uTEajU6zpV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEajU6zpV .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #449ddd 50%);
}
.cid-uTEajU6zpV .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #27ff00, #449ddd 50%);
}
.cid-uTEajU6zpV .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #33eebb, #449ddd 50%);
}
.cid-uTEajU6zpV .mbr-section-title,
.cid-uTEajU6zpV .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTEajU6zpV .item-title {
  color: #ffffff;
}
.cid-uTEajU6zpV .item-text {
  color: #ffffff;
}
.cid-uTEoy1Bdrn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-uTEoy1Bdrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEoy1Bdrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEoy1Bdrn .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #27ff00;
}
@media (max-width: 992px) {
  .cid-uTEoy1Bdrn .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uTEoy1Bdrn .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uTEoy1Bdrn .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uTEoy1Bdrn .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTEoy1Bdrn .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTEoy1Bdrn .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  border: 3px solid #27ff00;
  box-shadow: 4px 4px 0 0 #27ff00;
  background-color: #27ff00;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uTEoy1Bdrn .content-wrapper .card-wrapper {
    width: 100%;
  }
}
.cid-uTEoy1Bdrn .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uTEoy1Bdrn .mbr-section-title,
.cid-uTEoy1Bdrn .mbr-section-btn {
  color: #000052;
}
.cid-ujDzzfKtoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-ujDzzfKtoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzzfKtoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzzfKtoQ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #27ff00;
  background-color: #000052;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #27ff00, #000052 50%);
  opacity: .5;
}
.cid-ujDzzfKtoQ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #27ff00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #27ff00;
  border-radius: 100%;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000052;
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujDzzfKtoQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujDzzfKtoQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujDzzfKtoQ .panel-title-edit {
  color: #ffffff;
}
.cid-ujDzzfKtoQ .panel-text {
  color: #ffffff;
}
.cid-ujDzxnET7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000052;
}
.cid-ujDzxnET7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzxnET7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzxnET7h .content-wrapper {
  padding: 24px;
  border: 1px solid #33eebb;
}
@media (max-width: 992px) {
  .cid-ujDzxnET7h .content-wrapper {
    padding: 14px;
  }
}
.cid-ujDzxnET7h .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #33eebb;
}
@media (max-width: 1200px) {
  .cid-ujDzxnET7h .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-ujDzxnET7h .content-wrapper img {
    height: 350px;
  }
}
.cid-ujDzAY87EK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/digital-engagement-1920-x-1080-px-1920x1080.webp");
}
.cid-ujDzAY87EK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzAY87EK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzAY87EK .items-wrap {
  justify-content: center;
}
.cid-ujDzAY87EK .items-wrap .card {
  justify-content: flex-end;
}
.cid-ujDzAY87EK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDzAY87EK .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujDzAY87EK .nav-wrapper {
  margin-bottom: 32px;
}
.cid-ujDzAY87EK .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap:hover,
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap:focus {
  color: #27ff00;
}
.cid-ujDzAY87EK .mbr-copy {
  margin-bottom: 0;
  color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-ujDzAY87EK .mbr-copy {
    text-align: center;
  }
}
.cid-ujDzAY87EK .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzAY87EK .list,
.cid-ujDzAY87EK .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uTIXqLSOLz.popup-builder {
  background-color: #ffffff;
}
.cid-uTIXqLSOLz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTIXqLSOLz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTIXqLSOLz .modal-content,
.cid-uTIXqLSOLz .modal-dialog {
  height: auto;
}
.cid-uTIXqLSOLz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTIXqLSOLz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTIXqLSOLz .form-wrapper .mbr-form .form-group,
  .cid-uTIXqLSOLz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTIXqLSOLz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTIXqLSOLz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTIXqLSOLz .mbr-text {
  text-align: center;
}
.cid-uTIXqLSOLz .pt-0 {
  padding-top: 0 !important;
}
.cid-uTIXqLSOLz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTIXqLSOLz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTIXqLSOLz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTIXqLSOLz .modal-open {
  overflow: hidden;
}
.cid-uTIXqLSOLz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTIXqLSOLz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTIXqLSOLz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTIXqLSOLz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTIXqLSOLz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTIXqLSOLz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTIXqLSOLz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTIXqLSOLz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTIXqLSOLz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTIXqLSOLz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTIXqLSOLz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTIXqLSOLz .modal-backdrop.show {
  opacity: .5;
}
.cid-uTIXqLSOLz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uTIXqLSOLz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTIXqLSOLz .modal-header {
    padding: 1rem;
  }
}
.cid-uTIXqLSOLz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTIXqLSOLz .modal-header .close svg {
  fill: #000052;
}
.cid-uTIXqLSOLz .modal-header .close:hover {
  opacity: 1;
}
.cid-uTIXqLSOLz .modal-header .close:focus {
  outline: none;
}
.cid-uTIXqLSOLz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTIXqLSOLz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTIXqLSOLz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTIXqLSOLz .modal-body {
    padding: 1rem;
  }
}
.cid-uTIXqLSOLz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTIXqLSOLz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTIXqLSOLz .modal-footer {
    padding: 1rem;
  }
}
.cid-uTIXqLSOLz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTIXqLSOLz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTIXqLSOLz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTIXqLSOLz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTIXqLSOLz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTIXqLSOLz .modal-lg,
  .cid-uTIXqLSOLz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTIXqLSOLz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTIXqLSOLz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTIXqLSOLz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTIXqLSOLz .form-group {
  margin-bottom: 1rem;
}
.cid-uTIXqLSOLz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTIXqLSOLz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTIXqLSOLz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTIXqLSOLz .mbr-section-btn {
  margin: 0;
}
.cid-uTIXqLSOLz .mbr-section-btn .btn {
  margin: 0;
}
