.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* 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: #3283fb !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3283fb !important;
  border-color: #3283fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #715edb !important;
  border-color: #715edb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9688e4 !important;
  border-color: #9688e4 !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: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3283fb;
  color: #3283fb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0457d2 !important;
  background-color: transparent !important;
  border-color: #0457d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3283fb !important;
  border-color: #3283fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #715edb;
  color: #715edb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f29b9 !important;
  background-color: transparent !important;
  border-color: #3f29b9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #715edb !important;
  border-color: #715edb !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: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !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: #3283fb !important;
}
.text-secondary {
  color: #715edb !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0451c3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b27ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !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: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !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: #3283fb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.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: #3283fb;
  border-color: #3283fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3283fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #3283fb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #3283fb;
}
/* 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: #3283fb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3283fb;
}
.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: #3283fb;
  border-bottom-color: #3283fb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3283fb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #715edb !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='%233283fb' %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: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tTfezf1Uvg {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfezf1Uvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTfezf1Uvg .menu_box .navbar.opened,
  .cid-tTfezf1Uvg .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown {
  position: relative !important;
}
.cid-tTfezf1Uvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tTfezf1Uvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTfezf1Uvg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tTfezf1Uvg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTfezf1Uvg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTfezf1Uvg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-body .mbr-text,
  .cid-tTfezf1Uvg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTfezf1Uvg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTfezf1Uvg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTfezf1Uvg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTfezf1Uvg .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tTfezf1Uvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 0 !important;
  }
}
.cid-tTfezf1Uvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tTfezf1Uvg .nav-item .nav-link:hover,
.cid-tTfezf1Uvg .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-tTfezf1Uvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTfezf1Uvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTfezf1Uvg .offcanvas_box {
    display: none;
  }
}
.cid-tTfezf1Uvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTfezf1Uvg .container {
  display: flex;
  margin: auto;
}
.cid-tTfezf1Uvg .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTfezf1Uvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTfezf1Uvg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTfezf1Uvg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .navbar-nav {
    margin: 0;
  }
}
.cid-tTfezf1Uvg .dropdown-menu,
.cid-tTfezf1Uvg .navbar.opened {
  background-color: false !important;
}
.cid-tTfezf1Uvg .nav-item:focus,
.cid-tTfezf1Uvg .nav-link:focus {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfezf1Uvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTfezf1Uvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfezf1Uvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTfezf1Uvg .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTfezf1Uvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar.collapsed {
  justify-content: center;
}
.cid-tTfezf1Uvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfezf1Uvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTfezf1Uvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTfezf1Uvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTfezf1Uvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfezf1Uvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTfezf1Uvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTfezf1Uvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTfezf1Uvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfezf1Uvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTfezf1Uvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown-item.active,
.cid-tTfezf1Uvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfezf1Uvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfezf1Uvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfezf1Uvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTfezf1Uvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTfezf1Uvg .navbar {
    height: 70px;
  }
  .cid-tTfezf1Uvg .navbar.opened {
    height: auto;
  }
  .cid-tTfezf1Uvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTfezf1Uvg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tTfezf1Uvg .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTfezf1Uvg .text_widget {
  margin-bottom: 32px;
}
.cid-tTfezf1Uvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTfezf1Uvg .text_widget a:hover,
.cid-tTfezf1Uvg .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tTfezf1Uvg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .navbar-caption {
  color: #222222;
}
.cid-tTfezf1Uvg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .mbr-section-subtitle,
.cid-tTfezf1Uvg .text_widget,
.cid-tTfezf1Uvg .mbr-section-btn {
  text-align: center;
}
.cid-tTfezf1Uvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTfd3KCpTY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-tTfd3KCpTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfd3KCpTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfd3KCpTY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .container {
    padding: 10px 8px;
  }
}
.cid-tTfd3KCpTY .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .row {
    padding: 40px 10px;
  }
}
.cid-tTfd3KCpTY .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tTfd3KCpTY .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper {
    padding: 0;
  }
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-tTfd3KCpTY .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .mbr-section-title {
  color: #ffffff;
}
.cid-tTfd3KCpTY .mbr-text {
  color: #000000;
}
.cid-tTfd3KCpTY .card-text {
  color: #ffffff;
}
.cid-tTfd3KCpTY .mbr-section-title,
.cid-tTfd3KCpTY .mbr-section-btn,
.cid-tTfd3KCpTY .cards-wrap {
  color: #000000;
}
.cid-uno6N4O2UI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uno6N4O2UI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uno6N4O2UI .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uno6N4O2UI .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #73abff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uno6N4O2UI .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uno6N4O2UI .mbr-text {
  color: #3d5943;
}
.cid-tTfeQfKwv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfeQfKwv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfeQfKwv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfeQfKwv0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .container {
    padding: 10px 8px;
  }
}
.cid-tTfeQfKwv0 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfeQfKwv0 .row {
    padding: 50px 10px;
  }
}
.cid-tTfeQfKwv0 .row .card {
  padding: 0;
}
.cid-tTfeQfKwv0 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tTfeQfKwv0 .mbr-section-title {
  margin: 0;
  color: #e2e7f8;
  text-align: left;
}
.cid-tTfeQfKwv0 .mbr-section-title span {
  opacity: .5;
}
.cid-uno6mFHlYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uno6mFHlYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uno6mFHlYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uno6mFHlYy .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uno6mFHlYy .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uno6mFHlYy .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uno6mFHlYy .mbr-section-title {
  color: #131313;
}
.cid-uno6mFHlYy .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uno6mFHlYy .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uno6mFHlYy .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uno6mFHlYy .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uno6mFHlYy .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uno6mFHlYy .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uno6mFHlYy .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uno6mFHlYy .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uno6mFHlYy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uno6mFHlYy .card-title {
  color: #131313;
}
.cid-uno6mFHlYy .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uno6mFHlYy .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uno6mFHlYy .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uno6mFHlYy .card-link {
    margin-top: 15px;
  }
}
.cid-uno6mFHlYy .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-unoq8vjiqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unoq8vjiqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unoq8vjiqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unoq8vjiqo .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ebebeb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-unoq8vjiqo .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-unoq8vjiqo .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-unoq8vjiqo .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-unoq8vjiqo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-unoq8vjiqo .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-unoq8vjiqo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-unoq8vjiqo .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-unoq8vjiqo .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-unoq8vjiqo .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-unoq8vjiqo .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unoq8vjiqo .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-unoq8vjiqo .mbr-section-title {
  color: #212529;
}
.cid-unoq8vjiqo .mbr-desc {
  color: #212529;
}
.cid-tTfdaL5Iq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdaL5Iq2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .container {
    padding: 10px 8px;
  }
}
.cid-tTfdaL5Iq2 .row {
  margin: 0;
}
.cid-tTfdaL5Iq2 .row .card {
  padding: 0;
}
.cid-tTfdaL5Iq2 .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper {
    margin: 0;
  }
}
.cid-tTfdaL5Iq2 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #221b35 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTfdaL5Iq2 .mbr-desc,
.cid-tTfdaL5Iq2 .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tTfdaL5Iq2 .card-title {
  color: #222222;
}
.cid-tTfdaL5Iq2 .card-text {
  color: #222222;
}
.cid-unoioZgUiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-unoioZgUiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unoioZgUiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unoioZgUiQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-unoioZgUiQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-unoioZgUiQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-unoioZgUiQ .mbr-section-title {
  color: #131313;
}
.cid-unoioZgUiQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-unoioZgUiQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-unoioZgUiQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-unoioZgUiQ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-unoioZgUiQ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-unoioZgUiQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-unoioZgUiQ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-unoioZgUiQ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-unoioZgUiQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-unoioZgUiQ .card-title {
  color: #131313;
}
.cid-unoioZgUiQ .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-unoioZgUiQ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-unoioZgUiQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unoioZgUiQ .card-link {
    margin-top: 15px;
  }
}
.cid-unoioZgUiQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-unoioZgUiQ .card-title,
.cid-unoioZgUiQ .iconfont-wrapper {
  text-align: center;
}
.cid-unopLRGMTB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ebebeb;
}
.cid-unopLRGMTB .mbr-text {
  color: #221b35;
}
.cid-unopLRGMTB .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-unopLRGMTB h5,
.cid-unopLRGMTB h6 {
  background: #3283fb;
  display: inline;
}
.cid-unopLRGMTB h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-unopLRGMTB h6 {
  line-height: 1.3 !important;
}
.cid-unopLRGMTB h6 span {
  padding-right: 2rem;
}
.cid-unopLRGMTB .mbr-section-title,
.cid-unopLRGMTB .align {
  color: #ffffff;
}
.cid-unopLRGMTB .mbr-section-subtitle,
.cid-unopLRGMTB .align {
  color: #ffffff;
  text-align: left;
}
.cid-uno5Jv2IEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-uno5Jv2IEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uno5Jv2IEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uno5Jv2IEH .container {
    padding: 0 30px;
  }
}
.cid-uno5Jv2IEH .card {
  justify-content: center;
}
.cid-uno5Jv2IEH .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uno5Jv2IEH .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uno5Jv2IEH .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uno5Jv2IEH .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uno5Jv2IEH .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #254b45;
  padding-left: 20px;
  height: fit-content;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #254b45;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #254b45;
  transition: all 0.3s ease-in-out;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uno5Jv2IEH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uno5Jv2IEH .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uno5Jv2IEH .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uno5Jv2IEH .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uno5Jv2IEH .mbr-section-title {
  color: #254b45;
}
.cid-uno5Jv2IEH .mbr-text {
  color: #254b45;
}
.cid-tTfdf7f2Fg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdf7f2Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdf7f2Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdf7f2Fg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdf7f2Fg .container {
    padding: 10px 8px;
  }
}
.cid-tTfdf7f2Fg .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfdf7f2Fg .row {
    padding: 50px 10px;
  }
}
.cid-tTfdf7f2Fg .row .card {
  padding: 0;
}
.cid-tTfdf7f2Fg .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfdf7f2Fg .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tTfdf7f2Fg .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-tTfdf7f2Fg .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdf7f2Fg .mbr-section-title DIV {
  text-align: left;
}
.cid-unt9GttOKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-unt9GttOKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-unt9GttOKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unt9GttOKg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unt9GttOKg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unt9GttOKg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unt9GttOKg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unt9GttOKg .container {
    padding: 0 24px;
  }
}
.cid-unt9GttOKg .row {
  justify-content: center;
}
.cid-unt9GttOKg .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-unt9GttOKg .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-unt9GttOKg .title-wrapper {
    padding-right: 0;
  }
}
.cid-unt9GttOKg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-unt9GttOKg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unt9GttOKg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unt9GttOKg .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-unt9GttOKg .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-unt9GttOKg .text-wrapper {
    padding-left: 0;
  }
}
.cid-unt9GttOKg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unt9GttOKg .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-unt9GttOKg .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-unt9GttOKg .mbr-section-title {
  color: #18212d;
}
.cid-unt9GttOKg .mbr-desc {
  color: #18212d;
}
.cid-unt9GttOKg .mbr-text {
  color: #18212d;
}
.cid-unulD1li9y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unulD1li9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-unulD1li9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unulD1li9y .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unulD1li9y .google-map {
  height: 30rem;
  position: relative;
}
.cid-unulD1li9y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unulD1li9y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unulD1li9y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unulD1li9y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unulD1li9y .content-head {
  max-width: 800px;
}
.cid-unulD1li9y .mbr-section-title {
  color: #221b35;
}
.cid-uno6SZNq6l {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-uno6SZNq6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uno6SZNq6l .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uno6SZNq6l .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uno6SZNq6l .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uno6SZNq6l a {
  font-weight: 600;
}
.cid-uno6SZNq6l a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uno6SZNq6l .col-lg-3,
  .cid-uno6SZNq6l .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uno6SZNq6l .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uno6SZNq6l .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uno6SZNq6l h5 {
  margin: 0;
}
.cid-uno6SZNq6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uno6SZNq6l .iconfont-wrapper {
  position: relative;
}
.cid-uno6SZNq6l .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uno6SZNq6l .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uno6SZNq6l .sociconfont-wrapper {
  display: flex;
}
.cid-uno6SZNq6l .card-title,
.cid-uno6SZNq6l .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uno6SZNq6l .card-text {
  color: #000000;
}
.cid-uno6SZNq6l .mbr-section-title {
  color: #000000;
}
.cid-uno6SZNq6l .main-title,
.cid-uno6SZNq6l .iconfont-wrapper {
  text-align: left;
}
.cid-uno6ZQVFnY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
.cid-untfY8i0mv {
  background-color: transparent;
}
.cid-untfY8i0mv .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-untfY8i0mv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-untfY8i0mv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untfY8i0mv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untfY8i0mv .menu_box .navbar.opened,
  .cid-untfY8i0mv .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-untfY8i0mv .navbar-dropdown {
  position: relative !important;
}
.cid-untfY8i0mv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untfY8i0mv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untfY8i0mv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untfY8i0mv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-untfY8i0mv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untfY8i0mv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untfY8i0mv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untfY8i0mv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untfY8i0mv .offcanvas-body .mbr-text,
  .cid-untfY8i0mv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untfY8i0mv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untfY8i0mv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untfY8i0mv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untfY8i0mv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untfY8i0mv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untfY8i0mv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untfY8i0mv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untfY8i0mv .lg_brand {
    margin: 0 1rem;
  }
  .cid-untfY8i0mv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-untfY8i0mv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untfY8i0mv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .nav-item {
    margin: 0 !important;
  }
}
.cid-untfY8i0mv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-untfY8i0mv .nav-item .nav-link:hover,
.cid-untfY8i0mv .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-untfY8i0mv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untfY8i0mv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untfY8i0mv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untfY8i0mv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untfY8i0mv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untfY8i0mv .offcanvas_box {
    display: none;
  }
}
.cid-untfY8i0mv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untfY8i0mv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untfY8i0mv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untfY8i0mv .container {
  display: flex;
  margin: auto;
}
.cid-untfY8i0mv .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untfY8i0mv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untfY8i0mv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untfY8i0mv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untfY8i0mv .navbar-nav {
    margin: 0;
  }
}
.cid-untfY8i0mv .dropdown-menu,
.cid-untfY8i0mv .navbar.opened {
  background-color: false !important;
}
.cid-untfY8i0mv .nav-item:focus,
.cid-untfY8i0mv .nav-link:focus {
  outline: none;
}
.cid-untfY8i0mv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untfY8i0mv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untfY8i0mv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untfY8i0mv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untfY8i0mv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untfY8i0mv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untfY8i0mv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untfY8i0mv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untfY8i0mv .navbar.opened {
  transition: all 0.3s;
}
.cid-untfY8i0mv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untfY8i0mv .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-untfY8i0mv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-untfY8i0mv .navbar.collapsed {
  justify-content: center;
}
.cid-untfY8i0mv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untfY8i0mv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untfY8i0mv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untfY8i0mv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untfY8i0mv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untfY8i0mv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untfY8i0mv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untfY8i0mv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untfY8i0mv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untfY8i0mv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untfY8i0mv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untfY8i0mv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untfY8i0mv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untfY8i0mv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untfY8i0mv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untfY8i0mv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untfY8i0mv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untfY8i0mv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untfY8i0mv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untfY8i0mv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untfY8i0mv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untfY8i0mv .navbar.navbar-short {
  min-height: 60px;
}
.cid-untfY8i0mv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untfY8i0mv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untfY8i0mv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untfY8i0mv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-untfY8i0mv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untfY8i0mv .dropdown-item.active,
.cid-untfY8i0mv .dropdown-item:active {
  background-color: transparent;
}
.cid-untfY8i0mv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-untfY8i0mv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untfY8i0mv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untfY8i0mv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untfY8i0mv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untfY8i0mv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untfY8i0mv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-untfY8i0mv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-untfY8i0mv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untfY8i0mv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untfY8i0mv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untfY8i0mv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untfY8i0mv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untfY8i0mv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untfY8i0mv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untfY8i0mv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untfY8i0mv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untfY8i0mv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untfY8i0mv .navbar {
    height: 70px;
  }
  .cid-untfY8i0mv .navbar.opened {
    height: auto;
  }
  .cid-untfY8i0mv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untfY8i0mv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-untfY8i0mv .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untfY8i0mv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untfY8i0mv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untfY8i0mv .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-untfY8i0mv .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-untfY8i0mv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untfY8i0mv .text_widget {
  margin-bottom: 32px;
}
.cid-untfY8i0mv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untfY8i0mv .text_widget a:hover,
.cid-untfY8i0mv .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-untfY8i0mv .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-untfY8i0mv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-untfY8i0mv .navbar-caption {
  color: #222222;
}
.cid-untfY8i0mv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untfY8i0mv .mbr-section-subtitle,
.cid-untfY8i0mv .text_widget,
.cid-untfY8i0mv .mbr-section-btn {
  text-align: center;
}
.cid-untfY8i0mv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untfY9bHP3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untfY9bHP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfY9bHP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfY9bHP3 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .container {
    padding: 10px 8px;
  }
}
.cid-untfY9bHP3 .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untfY9bHP3 .row {
    padding: 40px 10px;
  }
}
.cid-untfY9bHP3 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-untfY9bHP3 .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .content-wrapper {
    padding: 0;
  }
}
.cid-untfY9bHP3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untfY9bHP3 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-untfY9bHP3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-untfY9bHP3 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untfY9bHP3 .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-untfY9bHP3 .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-untfY9bHP3 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-untfY9bHP3 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-untfY9bHP3 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-untfY9bHP3 .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-untfY9bHP3 .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-untfY9bHP3 .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-untfY9bHP3 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-untfY9bHP3 .mbr-section-title {
  color: #ffffff;
}
.cid-untfY9bHP3 .mbr-text {
  color: #000000;
}
.cid-untfY9bHP3 .card-text {
  color: #ffffff;
}
.cid-untfY9bHP3 .mbr-section-title,
.cid-untfY9bHP3 .mbr-section-btn,
.cid-untfY9bHP3 .cards-wrap {
  color: #000000;
}
.cid-untfYavET4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untfYavET4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfYavET4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfYavET4 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untfYavET4 .container {
    padding: 10px 8px;
  }
}
.cid-untfYavET4 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untfYavET4 .row {
    padding: 50px 10px;
  }
}
.cid-untfYavET4 .row .card {
  padding: 0;
}
.cid-untfYavET4 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untfYavET4 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untfYavET4 .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untfYavET4 .mbr-section-title span {
  opacity: .5;
}
.cid-unuu73mX00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unuu73mX00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuu73mX00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuu73mX00 .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unuu73mX00 .google-map {
  height: 30rem;
  position: relative;
}
.cid-unuu73mX00 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unuu73mX00 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unuu73mX00 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unuu73mX00 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unuu73mX00 .content-head {
  max-width: 800px;
}
.cid-unuu73mX00 .mbr-section-title {
  color: #221b35;
}
.cid-untfYiYzAm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untfYiYzAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfYiYzAm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-untfYiYzAm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-untfYiYzAm .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-untfYiYzAm a {
  font-weight: 600;
}
.cid-untfYiYzAm a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-untfYiYzAm .col-lg-3,
  .cid-untfYiYzAm .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-untfYiYzAm .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-untfYiYzAm .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-untfYiYzAm h5 {
  margin: 0;
}
.cid-untfYiYzAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfYiYzAm .iconfont-wrapper {
  position: relative;
}
.cid-untfYiYzAm .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-untfYiYzAm .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-untfYiYzAm .sociconfont-wrapper {
  display: flex;
}
.cid-untfYiYzAm .card-title,
.cid-untfYiYzAm .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-untfYiYzAm .card-text {
  color: #000000;
}
.cid-untfYiYzAm .mbr-section-title {
  color: #000000;
}
.cid-untfYiYzAm .main-title,
.cid-untfYiYzAm .iconfont-wrapper {
  text-align: left;
}
.cid-untfYkH66J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
.cid-untglKigrj {
  background-color: transparent;
}
.cid-untglKigrj .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-untglKigrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-untglKigrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untglKigrj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untglKigrj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untglKigrj .menu_box .navbar.opened,
  .cid-untglKigrj .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-untglKigrj .navbar-dropdown {
  position: relative !important;
}
.cid-untglKigrj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-untglKigrj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untglKigrj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untglKigrj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untglKigrj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untglKigrj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-untglKigrj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untglKigrj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untglKigrj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untglKigrj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untglKigrj .offcanvas-body .mbr-text,
  .cid-untglKigrj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untglKigrj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untglKigrj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untglKigrj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untglKigrj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untglKigrj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untglKigrj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untglKigrj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untglKigrj .lg_brand {
    margin: 0 1rem;
  }
  .cid-untglKigrj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-untglKigrj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untglKigrj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-untglKigrj .nav-item {
    margin: 0 !important;
  }
}
.cid-untglKigrj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-untglKigrj .nav-item .nav-link:hover,
.cid-untglKigrj .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-untglKigrj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untglKigrj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untglKigrj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untglKigrj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untglKigrj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untglKigrj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untglKigrj .offcanvas_box {
    display: none;
  }
}
.cid-untglKigrj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untglKigrj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untglKigrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untglKigrj .container {
  display: flex;
  margin: auto;
}
.cid-untglKigrj .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untglKigrj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untglKigrj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untglKigrj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untglKigrj .navbar-nav {
    margin: 0;
  }
}
.cid-untglKigrj .dropdown-menu,
.cid-untglKigrj .navbar.opened {
  background-color: false !important;
}
.cid-untglKigrj .nav-item:focus,
.cid-untglKigrj .nav-link:focus {
  outline: none;
}
.cid-untglKigrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untglKigrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untglKigrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untglKigrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untglKigrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untglKigrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untglKigrj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untglKigrj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untglKigrj .navbar.opened {
  transition: all 0.3s;
}
.cid-untglKigrj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untglKigrj .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-untglKigrj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-untglKigrj .navbar.collapsed {
  justify-content: center;
}
.cid-untglKigrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untglKigrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untglKigrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untglKigrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untglKigrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untglKigrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untglKigrj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untglKigrj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untglKigrj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untglKigrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untglKigrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untglKigrj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untglKigrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untglKigrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untglKigrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untglKigrj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untglKigrj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untglKigrj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untglKigrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untglKigrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untglKigrj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untglKigrj .navbar.navbar-short {
  min-height: 60px;
}
.cid-untglKigrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untglKigrj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untglKigrj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untglKigrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-untglKigrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untglKigrj .dropdown-item.active,
.cid-untglKigrj .dropdown-item:active {
  background-color: transparent;
}
.cid-untglKigrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-untglKigrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untglKigrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untglKigrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untglKigrj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untglKigrj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untglKigrj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-untglKigrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-untglKigrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untglKigrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untglKigrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untglKigrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untglKigrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untglKigrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untglKigrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untglKigrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untglKigrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untglKigrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untglKigrj .navbar {
    height: 70px;
  }
  .cid-untglKigrj .navbar.opened {
    height: auto;
  }
  .cid-untglKigrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untglKigrj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-untglKigrj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untglKigrj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untglKigrj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untglKigrj .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-untglKigrj .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-untglKigrj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untglKigrj .text_widget {
  margin-bottom: 32px;
}
.cid-untglKigrj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untglKigrj .text_widget a:hover,
.cid-untglKigrj .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-untglKigrj .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-untglKigrj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-untglKigrj .navbar-caption {
  color: #222222;
}
.cid-untglKigrj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untglKigrj .mbr-section-subtitle,
.cid-untglKigrj .text_widget,
.cid-untglKigrj .mbr-section-btn {
  text-align: center;
}
.cid-untglKigrj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untglM0tSN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untglM0tSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-untglM0tSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untglM0tSN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untglM0tSN .container {
    padding: 10px 8px;
  }
}
.cid-untglM0tSN .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untglM0tSN .row {
    padding: 40px 10px;
  }
}
.cid-untglM0tSN .row .card {
  padding: 0;
  justify-content: center;
}
.cid-untglM0tSN .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-untglM0tSN .content-wrapper {
    padding: 0;
  }
}
.cid-untglM0tSN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untglM0tSN .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-untglM0tSN .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-untglM0tSN .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-untglM0tSN .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untglM0tSN .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-untglM0tSN .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-untglM0tSN .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-untglM0tSN .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-untglM0tSN .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-untglM0tSN .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-untglM0tSN .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-untglM0tSN .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-untglM0tSN .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-untglM0tSN .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-untglM0tSN .mbr-section-title {
  color: #ffffff;
}
.cid-untglM0tSN .mbr-text {
  color: #000000;
}
.cid-untglM0tSN .card-text {
  color: #ffffff;
}
.cid-untglM0tSN .mbr-section-title,
.cid-untglM0tSN .mbr-section-btn,
.cid-untglM0tSN .cards-wrap {
  color: #000000;
}
.cid-untglN6WOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untglN6WOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-untglN6WOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untglN6WOA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untglN6WOA .container {
    padding: 10px 8px;
  }
}
.cid-untglN6WOA .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untglN6WOA .row {
    padding: 50px 10px;
  }
}
.cid-untglN6WOA .row .card {
  padding: 0;
}
.cid-untglN6WOA .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untglN6WOA .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untglN6WOA .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untglN6WOA .mbr-section-title span {
  opacity: .5;
}
.cid-unuuc7MajW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unuuc7MajW .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuuc7MajW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuuc7MajW .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unuuc7MajW .google-map {
  height: 30rem;
  position: relative;
}
.cid-unuuc7MajW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unuuc7MajW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unuuc7MajW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unuuc7MajW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unuuc7MajW .content-head {
  max-width: 800px;
}
.cid-unuuc7MajW .mbr-section-title {
  color: #221b35;
}
.cid-untglPaBxm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untglPaBxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-untglPaBxm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-untglPaBxm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-untglPaBxm .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-untglPaBxm a {
  font-weight: 600;
}
.cid-untglPaBxm a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-untglPaBxm .col-lg-3,
  .cid-untglPaBxm .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-untglPaBxm .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-untglPaBxm .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-untglPaBxm h5 {
  margin: 0;
}
.cid-untglPaBxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untglPaBxm .iconfont-wrapper {
  position: relative;
}
.cid-untglPaBxm .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-untglPaBxm .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-untglPaBxm .sociconfont-wrapper {
  display: flex;
}
.cid-untglPaBxm .card-title,
.cid-untglPaBxm .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-untglPaBxm .card-text {
  color: #000000;
}
.cid-untglPaBxm .mbr-section-title {
  color: #000000;
}
.cid-untglPaBxm .main-title,
.cid-untglPaBxm .iconfont-wrapper {
  text-align: left;
}
.cid-untglPCnEv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
.cid-untaMDXPI7 {
  background-color: transparent;
}
.cid-untaMDXPI7 .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-untaMDXPI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-untaMDXPI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untaMDXPI7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untaMDXPI7 .menu_box .navbar.opened,
  .cid-untaMDXPI7 .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-untaMDXPI7 .navbar-dropdown {
  position: relative !important;
}
.cid-untaMDXPI7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untaMDXPI7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untaMDXPI7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untaMDXPI7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-untaMDXPI7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untaMDXPI7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untaMDXPI7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untaMDXPI7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untaMDXPI7 .offcanvas-body .mbr-text,
  .cid-untaMDXPI7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untaMDXPI7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untaMDXPI7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untaMDXPI7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untaMDXPI7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untaMDXPI7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untaMDXPI7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untaMDXPI7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untaMDXPI7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-untaMDXPI7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-untaMDXPI7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untaMDXPI7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .nav-item {
    margin: 0 !important;
  }
}
.cid-untaMDXPI7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-untaMDXPI7 .nav-item .nav-link:hover,
.cid-untaMDXPI7 .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-untaMDXPI7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untaMDXPI7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untaMDXPI7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untaMDXPI7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untaMDXPI7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untaMDXPI7 .offcanvas_box {
    display: none;
  }
}
.cid-untaMDXPI7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untaMDXPI7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untaMDXPI7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untaMDXPI7 .container {
  display: flex;
  margin: auto;
}
.cid-untaMDXPI7 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untaMDXPI7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untaMDXPI7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untaMDXPI7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untaMDXPI7 .navbar-nav {
    margin: 0;
  }
}
.cid-untaMDXPI7 .dropdown-menu,
.cid-untaMDXPI7 .navbar.opened {
  background-color: false !important;
}
.cid-untaMDXPI7 .nav-item:focus,
.cid-untaMDXPI7 .nav-link:focus {
  outline: none;
}
.cid-untaMDXPI7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untaMDXPI7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untaMDXPI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untaMDXPI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untaMDXPI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untaMDXPI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untaMDXPI7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untaMDXPI7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untaMDXPI7 .navbar.opened {
  transition: all 0.3s;
}
.cid-untaMDXPI7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untaMDXPI7 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-untaMDXPI7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-untaMDXPI7 .navbar.collapsed {
  justify-content: center;
}
.cid-untaMDXPI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untaMDXPI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untaMDXPI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untaMDXPI7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untaMDXPI7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untaMDXPI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untaMDXPI7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untaMDXPI7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untaMDXPI7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untaMDXPI7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untaMDXPI7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untaMDXPI7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untaMDXPI7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untaMDXPI7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untaMDXPI7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untaMDXPI7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untaMDXPI7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untaMDXPI7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untaMDXPI7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untaMDXPI7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untaMDXPI7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untaMDXPI7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-untaMDXPI7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untaMDXPI7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untaMDXPI7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untaMDXPI7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-untaMDXPI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untaMDXPI7 .dropdown-item.active,
.cid-untaMDXPI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-untaMDXPI7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-untaMDXPI7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untaMDXPI7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untaMDXPI7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untaMDXPI7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untaMDXPI7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untaMDXPI7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-untaMDXPI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-untaMDXPI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untaMDXPI7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untaMDXPI7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untaMDXPI7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untaMDXPI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untaMDXPI7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untaMDXPI7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untaMDXPI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untaMDXPI7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untaMDXPI7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untaMDXPI7 .navbar {
    height: 70px;
  }
  .cid-untaMDXPI7 .navbar.opened {
    height: auto;
  }
  .cid-untaMDXPI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untaMDXPI7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-untaMDXPI7 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untaMDXPI7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untaMDXPI7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untaMDXPI7 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-untaMDXPI7 .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-untaMDXPI7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untaMDXPI7 .text_widget {
  margin-bottom: 32px;
}
.cid-untaMDXPI7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untaMDXPI7 .text_widget a:hover,
.cid-untaMDXPI7 .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-untaMDXPI7 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-untaMDXPI7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-untaMDXPI7 .navbar-caption {
  color: #222222;
}
.cid-untaMDXPI7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untaMDXPI7 .mbr-section-subtitle,
.cid-untaMDXPI7 .text_widget,
.cid-untaMDXPI7 .mbr-section-btn {
  text-align: center;
}
.cid-untaMDXPI7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untaMFd87b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untaMFd87b .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMFd87b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMFd87b .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untaMFd87b .container {
    padding: 10px 8px;
  }
}
.cid-untaMFd87b .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untaMFd87b .row {
    padding: 40px 10px;
  }
}
.cid-untaMFd87b .row .card {
  padding: 0;
  justify-content: center;
}
.cid-untaMFd87b .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-untaMFd87b .content-wrapper {
    padding: 0;
  }
}
.cid-untaMFd87b .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untaMFd87b .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-untaMFd87b .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-untaMFd87b .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-untaMFd87b .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untaMFd87b .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-untaMFd87b .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-untaMFd87b .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-untaMFd87b .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-untaMFd87b .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-untaMFd87b .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-untaMFd87b .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-untaMFd87b .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-untaMFd87b .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-untaMFd87b .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-untaMFd87b .mbr-section-title {
  color: #ffffff;
}
.cid-untaMFd87b .mbr-text {
  color: #000000;
}
.cid-untaMFd87b .card-text {
  color: #ffffff;
}
.cid-untaMFd87b .mbr-section-title,
.cid-untaMFd87b .mbr-section-btn,
.cid-untaMFd87b .cards-wrap {
  color: #000000;
}
.cid-untaMFNiSL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untaMFNiSL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-untaMFNiSL .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-untaMFNiSL .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #73abff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-untaMFNiSL .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-untaMFNiSL .mbr-text {
  color: #3d5943;
}
.cid-untaMGaOXp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untaMGaOXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMGaOXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMGaOXp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untaMGaOXp .container {
    padding: 10px 8px;
  }
}
.cid-untaMGaOXp .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untaMGaOXp .row {
    padding: 50px 10px;
  }
}
.cid-untaMGaOXp .row .card {
  padding: 0;
}
.cid-untaMGaOXp .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untaMGaOXp .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untaMGaOXp .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untaMGaOXp .mbr-section-title span {
  opacity: .5;
}
.cid-untaMGB66i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untaMGB66i .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMGB66i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMGB66i .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-untaMGB66i .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-untaMGB66i .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-untaMGB66i .mbr-section-title {
  color: #131313;
}
.cid-untaMGB66i .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-untaMGB66i .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-untaMGB66i .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-untaMGB66i .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-untaMGB66i .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-untaMGB66i .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-untaMGB66i .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-untaMGB66i .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-untaMGB66i .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-untaMGB66i .card-title {
  color: #131313;
}
.cid-untaMGB66i .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-untaMGB66i .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-untaMGB66i .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-untaMGB66i .card-link {
    margin-top: 15px;
  }
}
.cid-untaMGB66i .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-untaMHdKRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untaMHdKRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMHdKRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMHdKRP .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ebebeb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-untaMHdKRP .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-untaMHdKRP .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-untaMHdKRP .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-untaMHdKRP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-untaMHdKRP .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-untaMHdKRP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-untaMHdKRP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-untaMHdKRP .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-untaMHdKRP .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-untaMHdKRP .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untaMHdKRP .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-untaMHdKRP .mbr-section-title {
  color: #212529;
}
.cid-untaMHdKRP .mbr-desc {
  color: #212529;
}
.cid-untaMHNfSx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untaMHNfSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMHNfSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMHNfSx .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untaMHNfSx .container {
    padding: 10px 8px;
  }
}
.cid-untaMHNfSx .row {
  margin: 0;
}
.cid-untaMHNfSx .row .card {
  padding: 0;
}
.cid-untaMHNfSx .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-untaMHNfSx .image-wrapper {
    margin: 0;
  }
}
.cid-untaMHNfSx .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untaMHNfSx .image-wrapper img {
    height: 300px;
  }
}
.cid-untaMHNfSx .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #221b35 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-untaMHNfSx .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-untaMHNfSx .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-untaMHNfSx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-untaMHNfSx .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untaMHNfSx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untaMHNfSx .mbr-desc,
.cid-untaMHNfSx .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-untaMHNfSx .card-title {
  color: #222222;
}
.cid-untaMHNfSx .card-text {
  color: #222222;
}
.cid-untaMIhX4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untaMIhX4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMIhX4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMIhX4t .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-untaMIhX4t .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-untaMIhX4t .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-untaMIhX4t .mbr-section-title {
  color: #131313;
}
.cid-untaMIhX4t .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-untaMIhX4t .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-untaMIhX4t .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-untaMIhX4t .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-untaMIhX4t .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-untaMIhX4t .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-untaMIhX4t .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-untaMIhX4t .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-untaMIhX4t .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-untaMIhX4t .card-title {
  color: #131313;
}
.cid-untaMIhX4t .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-untaMIhX4t .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-untaMIhX4t .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-untaMIhX4t .card-link {
    margin-top: 15px;
  }
}
.cid-untaMIhX4t .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-untaMIhX4t .card-title,
.cid-untaMIhX4t .iconfont-wrapper {
  text-align: center;
}
.cid-untaMISpBW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ebebeb;
}
.cid-untaMISpBW .mbr-text {
  color: #221b35;
}
.cid-untaMISpBW .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-untaMISpBW h5,
.cid-untaMISpBW h6 {
  background: #3283fb;
  display: inline;
}
.cid-untaMISpBW h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-untaMISpBW h6 {
  line-height: 1.3 !important;
}
.cid-untaMISpBW h6 span {
  padding-right: 2rem;
}
.cid-untaMISpBW .mbr-section-title,
.cid-untaMISpBW .align {
  color: #ffffff;
}
.cid-untaMISpBW .mbr-section-subtitle,
.cid-untaMISpBW .align {
  color: #ffffff;
  text-align: left;
}
.cid-unzYGoDrmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-unzYGoDrmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unzYGoDrmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unzYGoDrmH .container {
    padding: 0 30px;
  }
}
.cid-unzYGoDrmH .card {
  justify-content: center;
}
.cid-unzYGoDrmH .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-unzYGoDrmH .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYGoDrmH .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-unzYGoDrmH .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYGoDrmH .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #254b45;
  padding-left: 20px;
  height: fit-content;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #254b45;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #254b45;
  transition: all 0.3s ease-in-out;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-unzYGoDrmH .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-unzYGoDrmH .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-unzYGoDrmH .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-unzYGoDrmH .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unzYGoDrmH .mbr-section-title {
  color: #254b45;
}
.cid-unzYGoDrmH .mbr-text {
  color: #254b45;
}
.cid-untaMK1qpa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untaMK1qpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMK1qpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMK1qpa .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untaMK1qpa .container {
    padding: 10px 8px;
  }
}
.cid-untaMK1qpa .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untaMK1qpa .row {
    padding: 50px 10px;
  }
}
.cid-untaMK1qpa .row .card {
  padding: 0;
}
.cid-untaMK1qpa .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untaMK1qpa .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untaMK1qpa .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untaMK1qpa .mbr-section-title span {
  opacity: .5;
}
.cid-untaMK1qpa .mbr-section-title DIV {
  text-align: left;
}
.cid-unuurYfpyO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-unuurYfpyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuurYfpyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuurYfpyO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-unuurYfpyO .container-fluid {
    padding: 0 12px;
  }
}
.cid-unuurYfpyO .container-fluid .row {
  padding: 0;
}
.cid-unuurYfpyO .row {
  border: 3px solid #ebebeb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-unuurYfpyO .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-unuurYfpyO .card {
    padding: 48px 20px;
  }
}
.cid-unuurYfpyO .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-unuurYfpyO .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unuurYfpyO .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ebebeb;
}
.cid-unuurYfpyO .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-unuurYfpyO .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-untaMKqunP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untaMKqunP .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMKqunP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMKqunP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-untaMKqunP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untaMKqunP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-untaMKqunP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untaMKqunP .container {
    padding: 0 24px;
  }
}
.cid-untaMKqunP .row {
  justify-content: center;
}
.cid-untaMKqunP .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-untaMKqunP .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-untaMKqunP .title-wrapper {
    padding-right: 0;
  }
}
.cid-untaMKqunP .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-untaMKqunP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untaMKqunP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-untaMKqunP .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-untaMKqunP .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-untaMKqunP .text-wrapper {
    padding-left: 0;
  }
}
.cid-untaMKqunP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untaMKqunP .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-untaMKqunP .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-untaMKqunP .mbr-section-title {
  color: #18212d;
}
.cid-untaMKqunP .mbr-desc {
  color: #18212d;
}
.cid-untaMKqunP .mbr-text {
  color: #18212d;
}
.cid-unuuYLlBZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-unuuYLlBZe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unuuYLlBZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuuYLlBZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuuYLlBZe .content-wrap {
  justify-content: center;
}
.cid-unuuYLlBZe .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-unuuYLlBZe .card-wrapper {
    display: block;
  }
}
.cid-unuuYLlBZe .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-unuuYLlBZe .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-unuuYLlBZe .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-unuuYLlBZe .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-unuuYLlBZe .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unuuYLlBZe .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unuuYLlBZe .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-unuuYLlBZe .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-unuuYLlBZe .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unuuYLlBZe .mbr-section-title {
  color: #150764;
}
.cid-unuuYLlBZe .panel-title-edit {
  color: #150764;
}
.cid-unuuYLlBZe .panel-text {
  color: #150764;
}
.cid-unulKN059i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unulKN059i .mbr-fallback-image.disabled {
  display: none;
}
.cid-unulKN059i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unulKN059i .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unulKN059i .google-map {
  height: 30rem;
  position: relative;
}
.cid-unulKN059i .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unulKN059i .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unulKN059i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unulKN059i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unulKN059i .content-head {
  max-width: 800px;
}
.cid-unulKN059i .mbr-section-title {
  color: #221b35;
}
.cid-untaMKRuzU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untaMKRuzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-untaMKRuzU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-untaMKRuzU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-untaMKRuzU .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-untaMKRuzU a {
  font-weight: 600;
}
.cid-untaMKRuzU a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-untaMKRuzU .col-lg-3,
  .cid-untaMKRuzU .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-untaMKRuzU .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-untaMKRuzU .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-untaMKRuzU h5 {
  margin: 0;
}
.cid-untaMKRuzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untaMKRuzU .iconfont-wrapper {
  position: relative;
}
.cid-untaMKRuzU .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-untaMKRuzU .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-untaMKRuzU .sociconfont-wrapper {
  display: flex;
}
.cid-untaMKRuzU .card-title,
.cid-untaMKRuzU .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-untaMKRuzU .card-text {
  color: #000000;
}
.cid-untaMKRuzU .mbr-section-title {
  color: #000000;
}
.cid-untaMKRuzU .main-title,
.cid-untaMKRuzU .iconfont-wrapper {
  text-align: left;
}
.cid-untaMLBZVm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
.cid-untbVvH094 {
  background-color: transparent;
}
.cid-untbVvH094 .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-untbVvH094 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-untbVvH094 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untbVvH094 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untbVvH094 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untbVvH094 .menu_box .navbar.opened,
  .cid-untbVvH094 .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-untbVvH094 .navbar-dropdown {
  position: relative !important;
}
.cid-untbVvH094 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-untbVvH094 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untbVvH094 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untbVvH094 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untbVvH094 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untbVvH094 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-untbVvH094 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untbVvH094 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untbVvH094 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untbVvH094 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untbVvH094 .offcanvas-body .mbr-text,
  .cid-untbVvH094 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untbVvH094 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untbVvH094 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untbVvH094 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untbVvH094 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untbVvH094 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untbVvH094 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untbVvH094 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untbVvH094 .lg_brand {
    margin: 0 1rem;
  }
  .cid-untbVvH094 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-untbVvH094 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untbVvH094 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-untbVvH094 .nav-item {
    margin: 0 !important;
  }
}
.cid-untbVvH094 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-untbVvH094 .nav-item .nav-link:hover,
.cid-untbVvH094 .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-untbVvH094 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untbVvH094 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untbVvH094 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untbVvH094 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untbVvH094 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untbVvH094 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untbVvH094 .offcanvas_box {
    display: none;
  }
}
.cid-untbVvH094 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untbVvH094 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untbVvH094 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untbVvH094 .container {
  display: flex;
  margin: auto;
}
.cid-untbVvH094 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untbVvH094 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untbVvH094 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untbVvH094 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untbVvH094 .navbar-nav {
    margin: 0;
  }
}
.cid-untbVvH094 .dropdown-menu,
.cid-untbVvH094 .navbar.opened {
  background-color: false !important;
}
.cid-untbVvH094 .nav-item:focus,
.cid-untbVvH094 .nav-link:focus {
  outline: none;
}
.cid-untbVvH094 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untbVvH094 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untbVvH094 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untbVvH094 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untbVvH094 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untbVvH094 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untbVvH094 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untbVvH094 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untbVvH094 .navbar.opened {
  transition: all 0.3s;
}
.cid-untbVvH094 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untbVvH094 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-untbVvH094 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-untbVvH094 .navbar.collapsed {
  justify-content: center;
}
.cid-untbVvH094 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untbVvH094 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untbVvH094 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untbVvH094 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untbVvH094 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untbVvH094 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untbVvH094 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untbVvH094 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untbVvH094 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untbVvH094 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untbVvH094 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untbVvH094 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untbVvH094 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untbVvH094 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untbVvH094 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untbVvH094 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untbVvH094 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untbVvH094 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untbVvH094 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untbVvH094 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untbVvH094 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untbVvH094 .navbar.navbar-short {
  min-height: 60px;
}
.cid-untbVvH094 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untbVvH094 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untbVvH094 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untbVvH094 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-untbVvH094 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untbVvH094 .dropdown-item.active,
.cid-untbVvH094 .dropdown-item:active {
  background-color: transparent;
}
.cid-untbVvH094 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-untbVvH094 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untbVvH094 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untbVvH094 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untbVvH094 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untbVvH094 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untbVvH094 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-untbVvH094 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-untbVvH094 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untbVvH094 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untbVvH094 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untbVvH094 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untbVvH094 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untbVvH094 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untbVvH094 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untbVvH094 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untbVvH094 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untbVvH094 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untbVvH094 .navbar {
    height: 70px;
  }
  .cid-untbVvH094 .navbar.opened {
    height: auto;
  }
  .cid-untbVvH094 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untbVvH094 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-untbVvH094 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untbVvH094 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untbVvH094 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untbVvH094 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-untbVvH094 .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-untbVvH094 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untbVvH094 .text_widget {
  margin-bottom: 32px;
}
.cid-untbVvH094 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untbVvH094 .text_widget a:hover,
.cid-untbVvH094 .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-untbVvH094 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-untbVvH094 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-untbVvH094 .navbar-caption {
  color: #222222;
}
.cid-untbVvH094 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untbVvH094 .mbr-section-subtitle,
.cid-untbVvH094 .text_widget,
.cid-untbVvH094 .mbr-section-btn {
  text-align: center;
}
.cid-untbVvH094 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untbVyDxlh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untbVyDxlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVyDxlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVyDxlh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .container {
    padding: 10px 8px;
  }
}
.cid-untbVyDxlh .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untbVyDxlh .row {
    padding: 40px 10px;
  }
}
.cid-untbVyDxlh .row .card {
  padding: 0;
  justify-content: center;
}
.cid-untbVyDxlh .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .content-wrapper {
    padding: 0;
  }
}
.cid-untbVyDxlh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untbVyDxlh .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-untbVyDxlh .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-untbVyDxlh .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-untbVyDxlh .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untbVyDxlh .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-untbVyDxlh .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-untbVyDxlh .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-untbVyDxlh .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-untbVyDxlh .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-untbVyDxlh .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-untbVyDxlh .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-untbVyDxlh .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-untbVyDxlh .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-untbVyDxlh .mbr-section-title {
  color: #ffffff;
}
.cid-untbVyDxlh .mbr-text {
  color: #000000;
}
.cid-untbVyDxlh .card-text {
  color: #ffffff;
}
.cid-untbVyDxlh .mbr-section-title,
.cid-untbVyDxlh .mbr-section-btn,
.cid-untbVyDxlh .cards-wrap {
  color: #000000;
}
.cid-untbVADPaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untbVADPaG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-untbVADPaG .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-untbVADPaG .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #73abff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-untbVADPaG .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-untbVADPaG .mbr-text {
  color: #3d5943;
}
.cid-untbVCxCOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untbVCxCOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVCxCOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVCxCOC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untbVCxCOC .container {
    padding: 10px 8px;
  }
}
.cid-untbVCxCOC .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untbVCxCOC .row {
    padding: 50px 10px;
  }
}
.cid-untbVCxCOC .row .card {
  padding: 0;
}
.cid-untbVCxCOC .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untbVCxCOC .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untbVCxCOC .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untbVCxCOC .mbr-section-title span {
  opacity: .5;
}
.cid-untbVFdiDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untbVFdiDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVFdiDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVFdiDD .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-untbVFdiDD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-untbVFdiDD .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-untbVFdiDD .mbr-section-title {
  color: #131313;
}
.cid-untbVFdiDD .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-untbVFdiDD .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-untbVFdiDD .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-untbVFdiDD .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-untbVFdiDD .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-untbVFdiDD .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-untbVFdiDD .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-untbVFdiDD .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-untbVFdiDD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-untbVFdiDD .card-title {
  color: #131313;
}
.cid-untbVFdiDD .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-untbVFdiDD .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-untbVFdiDD .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-untbVFdiDD .card-link {
    margin-top: 15px;
  }
}
.cid-untbVFdiDD .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-untbVHnq1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untbVHnq1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVHnq1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVHnq1P .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ebebeb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-untbVHnq1P .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-untbVHnq1P .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-untbVHnq1P .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-untbVHnq1P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-untbVHnq1P .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-untbVHnq1P .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-untbVHnq1P .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-untbVHnq1P .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-untbVHnq1P .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-untbVHnq1P .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untbVHnq1P .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-untbVHnq1P .mbr-section-title {
  color: #212529;
}
.cid-untbVHnq1P .mbr-desc {
  color: #212529;
}
.cid-untbVIUP4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untbVIUP4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVIUP4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVIUP4q .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untbVIUP4q .container {
    padding: 10px 8px;
  }
}
.cid-untbVIUP4q .row {
  margin: 0;
}
.cid-untbVIUP4q .row .card {
  padding: 0;
}
.cid-untbVIUP4q .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-untbVIUP4q .image-wrapper {
    margin: 0;
  }
}
.cid-untbVIUP4q .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untbVIUP4q .image-wrapper img {
    height: 300px;
  }
}
.cid-untbVIUP4q .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #221b35 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-untbVIUP4q .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-untbVIUP4q .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-untbVIUP4q .content-wrapper .content-wrap {
  width: 100%;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-untbVIUP4q .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-untbVIUP4q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untbVIUP4q .mbr-desc,
.cid-untbVIUP4q .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-untbVIUP4q .card-title {
  color: #222222;
}
.cid-untbVIUP4q .card-text {
  color: #222222;
}
.cid-untbVKUn7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-untbVKUn7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVKUn7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVKUn7q .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-untbVKUn7q .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-untbVKUn7q .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-untbVKUn7q .mbr-section-title {
  color: #131313;
}
.cid-untbVKUn7q .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-untbVKUn7q .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-untbVKUn7q .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-untbVKUn7q .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-untbVKUn7q .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-untbVKUn7q .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-untbVKUn7q .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-untbVKUn7q .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-untbVKUn7q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-untbVKUn7q .card-title {
  color: #131313;
}
.cid-untbVKUn7q .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-untbVKUn7q .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-untbVKUn7q .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-untbVKUn7q .card-link {
    margin-top: 15px;
  }
}
.cid-untbVKUn7q .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-untbVKUn7q .card-title,
.cid-untbVKUn7q .iconfont-wrapper {
  text-align: center;
}
.cid-untbVMQ9cV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ebebeb;
}
.cid-untbVMQ9cV .mbr-text {
  color: #221b35;
}
.cid-untbVMQ9cV .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-untbVMQ9cV h5,
.cid-untbVMQ9cV h6 {
  background: #3283fb;
  display: inline;
}
.cid-untbVMQ9cV h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-untbVMQ9cV h6 {
  line-height: 1.3 !important;
}
.cid-untbVMQ9cV h6 span {
  padding-right: 2rem;
}
.cid-untbVMQ9cV .mbr-section-title,
.cid-untbVMQ9cV .align {
  color: #ffffff;
}
.cid-untbVMQ9cV .mbr-section-subtitle,
.cid-untbVMQ9cV .align {
  color: #ffffff;
  text-align: left;
}
.cid-unzYStZ4Iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-unzYStZ4Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unzYStZ4Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unzYStZ4Iz .container {
    padding: 0 30px;
  }
}
.cid-unzYStZ4Iz .card {
  justify-content: center;
}
.cid-unzYStZ4Iz .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-unzYStZ4Iz .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYStZ4Iz .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-unzYStZ4Iz .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYStZ4Iz .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #254b45;
  padding-left: 20px;
  height: fit-content;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #254b45;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #254b45;
  transition: all 0.3s ease-in-out;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-unzYStZ4Iz .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-unzYStZ4Iz .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-unzYStZ4Iz .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-unzYStZ4Iz .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unzYStZ4Iz .mbr-section-title {
  color: #254b45;
}
.cid-unzYStZ4Iz .mbr-text {
  color: #254b45;
}
.cid-untbVQ3Ifr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-untbVQ3Ifr .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVQ3Ifr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVQ3Ifr .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-untbVQ3Ifr .container {
    padding: 10px 8px;
  }
}
.cid-untbVQ3Ifr .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-untbVQ3Ifr .row {
    padding: 50px 10px;
  }
}
.cid-untbVQ3Ifr .row .card {
  padding: 0;
}
.cid-untbVQ3Ifr .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-untbVQ3Ifr .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-untbVQ3Ifr .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-untbVQ3Ifr .mbr-section-title span {
  opacity: .5;
}
.cid-untbVQ3Ifr .mbr-section-title DIV {
  text-align: left;
}
.cid-untbVRBWZL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untbVRBWZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVRBWZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVRBWZL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-untbVRBWZL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untbVRBWZL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-untbVRBWZL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untbVRBWZL .container {
    padding: 0 24px;
  }
}
.cid-untbVRBWZL .row {
  justify-content: center;
}
.cid-untbVRBWZL .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-untbVRBWZL .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-untbVRBWZL .title-wrapper {
    padding-right: 0;
  }
}
.cid-untbVRBWZL .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-untbVRBWZL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untbVRBWZL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-untbVRBWZL .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-untbVRBWZL .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-untbVRBWZL .text-wrapper {
    padding-left: 0;
  }
}
.cid-untbVRBWZL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untbVRBWZL .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-untbVRBWZL .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-untbVRBWZL .mbr-section-title {
  color: #18212d;
}
.cid-untbVRBWZL .mbr-desc {
  color: #18212d;
}
.cid-untbVRBWZL .mbr-text {
  color: #18212d;
}
.cid-unuv9vmaB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-unuv9vmaB7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unuv9vmaB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuv9vmaB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuv9vmaB7 .content-wrap {
  justify-content: center;
}
.cid-unuv9vmaB7 .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-unuv9vmaB7 .card-wrapper {
    display: block;
  }
}
.cid-unuv9vmaB7 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-unuv9vmaB7 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-unuv9vmaB7 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-unuv9vmaB7 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-unuv9vmaB7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unuv9vmaB7 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unuv9vmaB7 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-unuv9vmaB7 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-unuv9vmaB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unuv9vmaB7 .mbr-section-title {
  color: #150764;
}
.cid-unuv9vmaB7 .panel-title-edit {
  color: #150764;
}
.cid-unuv9vmaB7 .panel-text {
  color: #150764;
}
.cid-unulPzLYxW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unulPzLYxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-unulPzLYxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unulPzLYxW .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unulPzLYxW .google-map {
  height: 30rem;
  position: relative;
}
.cid-unulPzLYxW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unulPzLYxW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unulPzLYxW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unulPzLYxW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unulPzLYxW .content-head {
  max-width: 800px;
}
.cid-unulPzLYxW .mbr-section-title {
  color: #221b35;
}
.cid-untbVUpXu3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-untbVUpXu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untbVUpXu3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-untbVUpXu3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-untbVUpXu3 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-untbVUpXu3 a {
  font-weight: 600;
}
.cid-untbVUpXu3 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-untbVUpXu3 .col-lg-3,
  .cid-untbVUpXu3 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-untbVUpXu3 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-untbVUpXu3 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-untbVUpXu3 h5 {
  margin: 0;
}
.cid-untbVUpXu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untbVUpXu3 .iconfont-wrapper {
  position: relative;
}
.cid-untbVUpXu3 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-untbVUpXu3 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-untbVUpXu3 .sociconfont-wrapper {
  display: flex;
}
.cid-untbVUpXu3 .card-title,
.cid-untbVUpXu3 .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-untbVUpXu3 .card-text {
  color: #000000;
}
.cid-untbVUpXu3 .mbr-section-title {
  color: #000000;
}
.cid-untbVUpXu3 .main-title,
.cid-untbVUpXu3 .iconfont-wrapper {
  text-align: left;
}
.cid-untbVWKrBO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
.cid-unta3v4gaP {
  background-color: transparent;
}
.cid-unta3v4gaP .navbar-dropdown {
  background-color: #3283fb !important;
  padding: 0;
}
.cid-unta3v4gaP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #3283fb !important;
  background: #3283fb;
}
.cid-unta3v4gaP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unta3v4gaP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unta3v4gaP .menu_box .navbar.opened,
  .cid-unta3v4gaP .menu_box .navbar-collapse {
    background-color: #3283fb !important;
    transition: all 0s ease 0s;
  }
}
.cid-unta3v4gaP .navbar-dropdown {
  position: relative !important;
}
.cid-unta3v4gaP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unta3v4gaP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unta3v4gaP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unta3v4gaP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-unta3v4gaP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unta3v4gaP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unta3v4gaP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unta3v4gaP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unta3v4gaP .offcanvas-body .mbr-text,
  .cid-unta3v4gaP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unta3v4gaP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unta3v4gaP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unta3v4gaP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unta3v4gaP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unta3v4gaP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unta3v4gaP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unta3v4gaP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unta3v4gaP .lg_brand {
    margin: 0 1rem;
  }
  .cid-unta3v4gaP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-unta3v4gaP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unta3v4gaP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .nav-item {
    margin: 0 !important;
  }
}
.cid-unta3v4gaP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-unta3v4gaP .nav-item .nav-link:hover,
.cid-unta3v4gaP .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-unta3v4gaP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unta3v4gaP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unta3v4gaP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unta3v4gaP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unta3v4gaP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unta3v4gaP .offcanvas_box {
    display: none;
  }
}
.cid-unta3v4gaP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unta3v4gaP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unta3v4gaP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unta3v4gaP .container {
  display: flex;
  margin: auto;
}
.cid-unta3v4gaP .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unta3v4gaP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unta3v4gaP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unta3v4gaP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unta3v4gaP .navbar-nav {
    margin: 0;
  }
}
.cid-unta3v4gaP .dropdown-menu,
.cid-unta3v4gaP .navbar.opened {
  background-color: false !important;
}
.cid-unta3v4gaP .nav-item:focus,
.cid-unta3v4gaP .nav-link:focus {
  outline: none;
}
.cid-unta3v4gaP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unta3v4gaP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unta3v4gaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unta3v4gaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unta3v4gaP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unta3v4gaP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unta3v4gaP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unta3v4gaP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unta3v4gaP .navbar.opened {
  transition: all 0.3s;
}
.cid-unta3v4gaP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unta3v4gaP .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unta3v4gaP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-unta3v4gaP .navbar.collapsed {
  justify-content: center;
}
.cid-unta3v4gaP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unta3v4gaP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unta3v4gaP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unta3v4gaP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unta3v4gaP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unta3v4gaP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unta3v4gaP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unta3v4gaP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unta3v4gaP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unta3v4gaP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unta3v4gaP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unta3v4gaP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unta3v4gaP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unta3v4gaP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unta3v4gaP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unta3v4gaP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unta3v4gaP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unta3v4gaP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unta3v4gaP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unta3v4gaP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unta3v4gaP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unta3v4gaP .navbar.navbar-short {
  min-height: 60px;
}
.cid-unta3v4gaP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unta3v4gaP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unta3v4gaP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unta3v4gaP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unta3v4gaP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unta3v4gaP .dropdown-item.active,
.cid-unta3v4gaP .dropdown-item:active {
  background-color: transparent;
}
.cid-unta3v4gaP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-unta3v4gaP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unta3v4gaP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unta3v4gaP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unta3v4gaP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unta3v4gaP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unta3v4gaP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3283fb;
  background: #f0f1f3;
}
.cid-unta3v4gaP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-unta3v4gaP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unta3v4gaP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unta3v4gaP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unta3v4gaP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unta3v4gaP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unta3v4gaP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unta3v4gaP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unta3v4gaP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unta3v4gaP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unta3v4gaP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unta3v4gaP .navbar {
    height: 70px;
  }
  .cid-unta3v4gaP .navbar.opened {
    height: auto;
  }
  .cid-unta3v4gaP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unta3v4gaP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-unta3v4gaP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unta3v4gaP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unta3v4gaP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unta3v4gaP .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-unta3v4gaP .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-unta3v4gaP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unta3v4gaP .text_widget {
  margin-bottom: 32px;
}
.cid-unta3v4gaP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unta3v4gaP .text_widget a:hover,
.cid-unta3v4gaP .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-unta3v4gaP .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-unta3v4gaP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-unta3v4gaP .navbar-caption {
  color: #222222;
}
.cid-unta3v4gaP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-unta3v4gaP .mbr-section-subtitle,
.cid-unta3v4gaP .text_widget,
.cid-unta3v4gaP .mbr-section-btn {
  text-align: center;
}
.cid-unta3v4gaP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unta3wtTTk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-unta3wtTTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3wtTTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3wtTTk .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .container {
    padding: 10px 8px;
  }
}
.cid-unta3wtTTk .row {
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-unta3wtTTk .row {
    padding: 40px 10px;
  }
}
.cid-unta3wtTTk .row .card {
  padding: 0;
  justify-content: center;
}
.cid-unta3wtTTk .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .content-wrapper {
    padding: 0;
  }
}
.cid-unta3wtTTk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unta3wtTTk .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-unta3wtTTk .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-unta3wtTTk .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-unta3wtTTk .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-unta3wtTTk .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-unta3wtTTk .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-unta3wtTTk .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-unta3wtTTk .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-unta3wtTTk .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-unta3wtTTk .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-unta3wtTTk .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-unta3wtTTk .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-unta3wtTTk .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-unta3wtTTk .mbr-section-title {
  color: #ffffff;
}
.cid-unta3wtTTk .mbr-text {
  color: #000000;
}
.cid-unta3wtTTk .card-text {
  color: #ffffff;
}
.cid-unta3wtTTk .mbr-section-title,
.cid-unta3wtTTk .mbr-section-btn,
.cid-unta3wtTTk .cards-wrap {
  color: #000000;
}
.cid-unta3xcago {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-unta3xcago .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-unta3xcago .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-unta3xcago .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #73abff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-unta3xcago .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-unta3xcago .mbr-text {
  color: #3d5943;
}
.cid-unta3xCbzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-unta3xCbzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3xCbzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3xCbzB .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-unta3xCbzB .container {
    padding: 10px 8px;
  }
}
.cid-unta3xCbzB .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-unta3xCbzB .row {
    padding: 50px 10px;
  }
}
.cid-unta3xCbzB .row .card {
  padding: 0;
}
.cid-unta3xCbzB .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unta3xCbzB .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-unta3xCbzB .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-unta3xCbzB .mbr-section-title span {
  opacity: .5;
}
.cid-unta3y2S1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-unta3y2S1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3y2S1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3y2S1I .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-unta3y2S1I .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-unta3y2S1I .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-unta3y2S1I .mbr-section-title {
  color: #131313;
}
.cid-unta3y2S1I .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-unta3y2S1I .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-unta3y2S1I .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-unta3y2S1I .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-unta3y2S1I .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-unta3y2S1I .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-unta3y2S1I .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-unta3y2S1I .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-unta3y2S1I .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-unta3y2S1I .card-title {
  color: #131313;
}
.cid-unta3y2S1I .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-unta3y2S1I .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-unta3y2S1I .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unta3y2S1I .card-link {
    margin-top: 15px;
  }
}
.cid-unta3y2S1I .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-unta3yJari {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unta3yJari .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3yJari .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3yJari .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ebebeb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-unta3yJari .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-unta3yJari .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-unta3yJari .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-unta3yJari .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-unta3yJari .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-unta3yJari .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-unta3yJari .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-unta3yJari .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-unta3yJari .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-unta3yJari .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unta3yJari .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-unta3yJari .mbr-section-title {
  color: #212529;
}
.cid-unta3yJari .mbr-desc {
  color: #212529;
}
.cid-unta3zoO7C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-unta3zoO7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3zoO7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3zoO7C .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-unta3zoO7C .container {
    padding: 10px 8px;
  }
}
.cid-unta3zoO7C .row {
  margin: 0;
}
.cid-unta3zoO7C .row .card {
  padding: 0;
}
.cid-unta3zoO7C .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-unta3zoO7C .image-wrapper {
    margin: 0;
  }
}
.cid-unta3zoO7C .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unta3zoO7C .image-wrapper img {
    height: 300px;
  }
}
.cid-unta3zoO7C .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #221b35 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unta3zoO7C .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-unta3zoO7C .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-unta3zoO7C .content-wrapper .content-wrap {
  width: 100%;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-unta3zoO7C .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-unta3zoO7C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unta3zoO7C .mbr-desc,
.cid-unta3zoO7C .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-unta3zoO7C .card-title {
  color: #222222;
}
.cid-unta3zoO7C .card-text {
  color: #222222;
}
.cid-unta3A0oee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-unta3A0oee .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3A0oee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3A0oee .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-unta3A0oee .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-unta3A0oee .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-unta3A0oee .mbr-section-title {
  color: #131313;
}
.cid-unta3A0oee .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-unta3A0oee .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-unta3A0oee .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-unta3A0oee .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-unta3A0oee .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-unta3A0oee .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-unta3A0oee .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-unta3A0oee .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-unta3A0oee .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-unta3A0oee .card-title {
  color: #131313;
}
.cid-unta3A0oee .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-unta3A0oee .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-unta3A0oee .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-unta3A0oee .card-link {
    margin-top: 15px;
  }
}
.cid-unta3A0oee .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-unta3A0oee .card-title,
.cid-unta3A0oee .iconfont-wrapper {
  text-align: center;
}
.cid-unta3BuR3y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ebebeb;
}
.cid-unta3BuR3y .mbr-text {
  color: #221b35;
}
.cid-unta3BuR3y .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-unta3BuR3y h5,
.cid-unta3BuR3y h6 {
  background: #3283fb;
  display: inline;
}
.cid-unta3BuR3y h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-unta3BuR3y h6 {
  line-height: 1.3 !important;
}
.cid-unta3BuR3y h6 span {
  padding-right: 2rem;
}
.cid-unta3BuR3y .mbr-section-title,
.cid-unta3BuR3y .align {
  color: #ffffff;
}
.cid-unta3BuR3y .mbr-section-subtitle,
.cid-unta3BuR3y .align {
  color: #ffffff;
  text-align: left;
}
.cid-unzYAUAbXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-unzYAUAbXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-unzYAUAbXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unzYAUAbXr .container {
    padding: 0 30px;
  }
}
.cid-unzYAUAbXr .card {
  justify-content: center;
}
.cid-unzYAUAbXr .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-unzYAUAbXr .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYAUAbXr .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-unzYAUAbXr .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-unzYAUAbXr .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #254b45;
  padding-left: 20px;
  height: fit-content;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #254b45;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #254b45;
  transition: all 0.3s ease-in-out;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-unzYAUAbXr .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-unzYAUAbXr .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-unzYAUAbXr .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-unzYAUAbXr .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unzYAUAbXr .mbr-section-title {
  color: #254b45;
}
.cid-unzYAUAbXr .mbr-text {
  color: #254b45;
}
.cid-unta3E1kJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-unta3E1kJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3E1kJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3E1kJc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-unta3E1kJc .container {
    padding: 10px 8px;
  }
}
.cid-unta3E1kJc .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-unta3E1kJc .row {
    padding: 50px 10px;
  }
}
.cid-unta3E1kJc .row .card {
  padding: 0;
}
.cid-unta3E1kJc .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unta3E1kJc .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-unta3E1kJc .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: left;
}
.cid-unta3E1kJc .mbr-section-title span {
  opacity: .5;
}
.cid-unta3E1kJc .mbr-section-title DIV {
  text-align: left;
}
.cid-unta3EuB5g {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-unta3EuB5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3EuB5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3EuB5g .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unta3EuB5g .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unta3EuB5g .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unta3EuB5g .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unta3EuB5g .container {
    padding: 0 24px;
  }
}
.cid-unta3EuB5g .row {
  justify-content: center;
}
.cid-unta3EuB5g .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-unta3EuB5g .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-unta3EuB5g .title-wrapper {
    padding-right: 0;
  }
}
.cid-unta3EuB5g .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-unta3EuB5g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unta3EuB5g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unta3EuB5g .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-unta3EuB5g .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-unta3EuB5g .text-wrapper {
    padding-left: 0;
  }
}
.cid-unta3EuB5g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unta3EuB5g .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-unta3EuB5g .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-unta3EuB5g .mbr-section-title {
  color: #18212d;
}
.cid-unta3EuB5g .mbr-desc {
  color: #18212d;
}
.cid-unta3EuB5g .mbr-text {
  color: #18212d;
}
.cid-unuuC3Gzm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-unuuC3Gzm5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unuuC3Gzm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuuC3Gzm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuuC3Gzm5 .content-wrap {
  justify-content: center;
}
.cid-unuuC3Gzm5 .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-unuuC3Gzm5 .card-wrapper {
    display: block;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-unuuC3Gzm5 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-unuuC3Gzm5 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-unuuC3Gzm5 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unuuC3Gzm5 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unuuC3Gzm5 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-unuuC3Gzm5 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-unuuC3Gzm5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unuuC3Gzm5 .mbr-section-title {
  color: #150764;
}
.cid-unuuC3Gzm5 .panel-title-edit {
  color: #150764;
}
.cid-unuuC3Gzm5 .panel-text {
  color: #150764;
}
.cid-unuiVlKFID {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ebebeb;
}
.cid-unuiVlKFID .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuiVlKFID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuiVlKFID .card-wrapper {
  border: 1px solid #3283fb;
}
.cid-unuiVlKFID .google-map {
  height: 30rem;
  position: relative;
}
.cid-unuiVlKFID .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-unuiVlKFID .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unuiVlKFID .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unuiVlKFID .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unuiVlKFID .content-head {
  max-width: 800px;
}
.cid-unuiVlKFID .mbr-section-title {
  color: #221b35;
}
.cid-unta3FfsIH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebebeb;
}
.cid-unta3FfsIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unta3FfsIH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unta3FfsIH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unta3FfsIH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-unta3FfsIH a {
  font-weight: 600;
}
.cid-unta3FfsIH a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-unta3FfsIH .col-lg-3,
  .cid-unta3FfsIH .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-unta3FfsIH .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-unta3FfsIH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-unta3FfsIH h5 {
  margin: 0;
}
.cid-unta3FfsIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unta3FfsIH .iconfont-wrapper {
  position: relative;
}
.cid-unta3FfsIH .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-unta3FfsIH .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-unta3FfsIH .sociconfont-wrapper {
  display: flex;
}
.cid-unta3FfsIH .card-title,
.cid-unta3FfsIH .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-unta3FfsIH .card-text {
  color: #000000;
}
.cid-unta3FfsIH .mbr-section-title {
  color: #000000;
}
.cid-unta3FfsIH .main-title,
.cid-unta3FfsIH .iconfont-wrapper {
  text-align: left;
}
.cid-unta3G6ZIu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3283fb;
  overflow: hidden;
}
