body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7eaca0 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #306fc2 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7eaca0 !important;
  border-color: #7eaca0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7eaca0;
  border-color: #7eaca0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7eaca0 !important;
  border-color: #7eaca0 !important;
}
.btn-primary:hover {
  background-color: #619688 !important;
  border-color: #619688 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #7eaca0 !important;
  border-color: #7eaca0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #306fc2 !important;
  border-color: #306fc2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #306fc2;
  border-color: #306fc2;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #306fc2 !important;
  border-color: #306fc2 !important;
}
.btn-info:hover {
  background-color: #265899 !important;
  border-color: #265899 !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7eaca0;
  color: #7eaca0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #7eaca0 !important;
  border-color: #7eaca0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7eaca0 !important;
  border-color: #7eaca0 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #7eaca0 !important;
  border-color: #7eaca0 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #306fc2;
  color: #306fc2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #306fc2 !important;
  border-color: #306fc2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #306fc2 !important;
  border-color: #306fc2 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #7eaca0 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #306fc2 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4d776c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1c4070 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #7eaca0 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #306fc2;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7eaca0;
  border-color: #7eaca0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7eaca0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccded9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8eb3e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #7eaca0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7eaca0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7eaca0;
  border-bottom-color: #7eaca0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7eaca0 !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uFpWYbJl2H {
  min-height: 101px !important;
  overflow: visible;
  background: #ffffff;
}
.cid-uFpWYbJl2H .nav-item,
.cid-uFpWYbJl2H .nav-link,
.cid-uFpWYbJl2H .navbar-caption {
  font-weight: normal;
}
.cid-uFpWYbJl2H .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uFpWYbJl2H .col-lg-auto {
  position: static;
}
.cid-uFpWYbJl2H .dropdown {
  position: static;
}
.cid-uFpWYbJl2H .dropdown .dropdown-item {
  margin: 0 !important;
}
.cid-uFpWYbJl2H .dropdown-toggle::after,
.cid-uFpWYbJl2H .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);
  transition: all .25s ease 0s;
}
.cid-uFpWYbJl2H .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uFpWYbJl2H .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: 0px;
  transform: rotate(225deg);
}
.cid-uFpWYbJl2H .dropdown-item {
  padding: 5px 15px !important;
  justify-content: center;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uFpWYbJl2H li.dropdown > .dropdown-menu {
    width: 80%;
    height: calc(100vh - 83px);
    max-height: 476px;
    overflow: hidden;
    border-top: 2px solid #ebeaed;
    padding: 40px 15px 40px 0;
  }
  .cid-uFpWYbJl2H li.dropdown > .dropdown-menu:after {
    content: '';
    width: 50%;
    height: 90%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .cid-uFpWYbJl2H li.dropdown:nth-child(1) > .dropdown-menu:after {
    background-image: url("../../../assets/images/life-coach1-1200x800.jpg");
  }
  .cid-uFpWYbJl2H li.dropdown:nth-child(2) > .dropdown-menu:after {
    background-image: url("../../../assets/images/design2.jpg");
  }
  .cid-uFpWYbJl2H li.dropdown:nth-child(3) > .dropdown-menu:after {
    background-image: url("../../../assets/images/design7.jpg");
  }
  .cid-uFpWYbJl2H .navbar .dropdown.open > .dropdown-menu {
    top: 40px !important;
  }
}
.cid-uFpWYbJl2H .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uFpWYbJl2H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.cid-uFpWYbJl2H .dropdown .open {
  position: relative;
}
.cid-uFpWYbJl2H .dropdown .open .dropdown-menu .dropdown-submenu {
  position: absolute;
}
.cid-uFpWYbJl2H .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uFpWYbJl2H .btn__none {
  background-color: transparent !important;
  border: none !important;
}
.cid-uFpWYbJl2H .btn__none:hover {
  background-color: transparent !important;
  color: #306fc2 !important;
}
.cid-uFpWYbJl2H .nav-item:focus,
.cid-uFpWYbJl2H .nav-link:focus {
  outline: none;
}
.cid-uFpWYbJl2H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: 170px;
  transition: all 0.25s ease;
}
.cid-uFpWYbJl2H .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uFpWYbJl2H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFpWYbJl2H .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uFpWYbJl2H .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uFpWYbJl2H .navbar .navbar-collapse {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFpWYbJl2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpWYbJl2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpWYbJl2H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFpWYbJl2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpWYbJl2H .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .cid-uFpWYbJl2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpWYbJl2H .navbar .dropdown-menu .dropdown-item {
    justify-content: center;
  }
  .cid-uFpWYbJl2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFpWYbJl2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFpWYbJl2H .navbar .icons-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uFpWYbJl2H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFpWYbJl2H .navbar.navbar-short .navbar-logo {
  margin-right: .8rem !important;
}
.cid-uFpWYbJl2H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFpWYbJl2H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFpWYbJl2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpWYbJl2H .dropdown-item.active,
.cid-uFpWYbJl2H .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpWYbJl2H .nav-dropdown .link .dropdown-toggle {
  transition: all 0.25s ease;
}
.cid-uFpWYbJl2H .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-uFpWYbJl2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFpWYbJl2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 50%;
  top: 0 !important;
  background: #f2f2f2;
  border-radius: 4px;
}
.cid-uFpWYbJl2H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFpWYbJl2H .navbar-buttons {
  text-align: center;
}
.cid-uFpWYbJl2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFpWYbJl2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #919dab;
}
.cid-uFpWYbJl2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFpWYbJl2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFpWYbJl2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFpWYbJl2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFpWYbJl2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFpWYbJl2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFpWYbJl2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFpWYbJl2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFpWYbJl2H .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-uFpWYbJl2H a.nav-link {
  line-height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.cid-uFpWYbJl2H .mbr-iconfont {
  color: #919dab;
}
.cid-uFpWYbJl2H .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uFpWYbJl2H .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFpWYbJl2H .navbar {
    height: 77px;
  }
  .cid-uFpWYbJl2H .navbar.opened {
    height: auto;
  }
  .cid-uFpWYbJl2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpWYbJl2H .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uKzPDYY3cZ {
  align-items: flex-end;
}
.cid-uKzPDYY3cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzPDYY3cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-uKzPDYY3cZ .container {
    padding: 0 30px;
  }
}
.cid-uKzPDYY3cZ .card {
  justify-content: center;
}
.cid-uKzPDYY3cZ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uKzPDYY3cZ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKzPDYY3cZ .content-wrapper {
    padding: 0;
  }
}
.cid-uKzPDYY3cZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKzPDYY3cZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKzPDYY3cZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKzPDYY3cZ .mbr-section-title {
  color: #ffffff;
}
.cid-uKzPDYY3cZ .mbr-text {
  color: #ffffff;
}
.cid-uEPtaCyMJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uEPtaCyMJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPtaCyMJ2 .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-uEPtaCyMJ2 .container {
    padding: 0 20px;
  }
}
.cid-uEPtaCyMJ2 .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uEPtaCyMJ2 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uEPtaCyMJ2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uEPtaCyMJ2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPtaCyMJ2 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uEPtaCyMJ2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uEPtaCyMJ2 .embla__button--next,
.cid-uEPtaCyMJ2 .embla__button--prev {
  display: flex;
}
.cid-uEPtaCyMJ2 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #7eaca0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEPtaCyMJ2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPtaCyMJ2 .embla__button:hover {
  background: transparent;
  color: #7eaca0;
  opacity: .7;
}
.cid-uEPtaCyMJ2 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uEPtaCyMJ2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPtaCyMJ2 .embla__button {
    top: 7rem;
  }
}
.cid-uEPtaCyMJ2 .embla {
  position: relative;
  width: 100%;
}
.cid-uEPtaCyMJ2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPtaCyMJ2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPtaCyMJ2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPtaCyMJ2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPxxIq3Ow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEPxxIq3Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPxxIq3Ow .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-uEPxxIq3Ow .container {
    padding: 0 20px;
  }
}
.cid-uEPxxIq3Ow .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uEPxxIq3Ow .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEPxxIq3Ow .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uEPxxIq3Ow .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uEPxxIq3Ow .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uEPxxIq3Ow .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uEPxxIq3Ow .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uEPxxIq3Ow .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uEPxxIq3Ow .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uEPxxIq3Ow .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uEPxxIq3Ow .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uEPxxIq3Ow .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uEPxxIq3Ow .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEPxxIq3Ow .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uEPxxIq3Ow .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEPxxIq3Ow .mbr-section-title {
  color: #000000;
}
.cid-uEPxxIq3Ow .mbr-text {
  color: #6a6e71;
}
.cid-uEPxxIq3Ow .mbr-section-title,
.cid-uEPxxIq3Ow .mbr-section-btn {
  color: #306fc2;
}
.cid-uKzSyDEhbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKzSyDEhbC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-uKzSyDEhbC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKzSyDEhbC .embla__slide:nth-child(2n) .slide-content::before {
  transform: rotate(6deg);
}
@media (max-width: 768px) {
  .cid-uKzSyDEhbC .embla__slide:nth-child(2n) .slide-content::before {
    transform: rotate(0);
  }
}
.cid-uKzSyDEhbC .embla__slide .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 200px 46px;
}
@media (max-width: 992px) {
  .cid-uKzSyDEhbC .embla__slide .slide-content {
    padding: 46px 22px;
  }
}
.cid-uKzSyDEhbC .embla__slide .slide-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #306fc2;
  transform: rotate(-6deg);
}
@media (max-width: 768px) {
  .cid-uKzSyDEhbC .embla__slide .slide-content::before {
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uKzSyDEhbC .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uKzSyDEhbC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uKzSyDEhbC .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uKzSyDEhbC .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uKzSyDEhbC .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKzSyDEhbC .embla__button--next,
.cid-uKzSyDEhbC .embla__button--prev {
  display: flex;
}
.cid-uKzSyDEhbC .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #ff8576 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKzSyDEhbC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKzSyDEhbC .embla__button:hover {
  background: #ff543d !important;
}
.cid-uKzSyDEhbC .embla__button.embla__button--prev {
  left: 48px;
}
@media (max-width: 992px) {
  .cid-uKzSyDEhbC .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uKzSyDEhbC .embla__button.embla__button--next {
  right: 48px;
}
@media (max-width: 992px) {
  .cid-uKzSyDEhbC .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uKzSyDEhbC .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uKzSyDEhbC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKzSyDEhbC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKzSyDEhbC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKzSyDEhbC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKzSyDEhbC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKzSyDEhbC .item-text {
  color: #ffffff;
}
.cid-uKzSyDEhbC .item-text,
.cid-uKzSyDEhbC .mbr-section-btn {
  text-align: center;
}
.cid-uKA30un7eo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #425789;
}
@media (max-width: 767px) {
  .cid-uKA30un7eo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uKA30un7eo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uKA30un7eo H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uKA30un7eo .mbr-text,
.cid-uKA30un7eo .mbr-section-btn {
  color: #132c70;
}
.cid-uKA30un7eo H3 {
  color: #132c70;
}
.cid-uKA30un7eo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uKA30un7eo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uKA30un7eo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uKA30un7eo .link:hover {
  color: #7eaca0 !important;
}
.cid-uKA30un7eo .link:hover .link-ico {
  color: #7eaca0 !important;
  padding-left: 10px;
}
.cid-uKA30un7eo DIV {
  color: #57468b;
}
.cid-uKA30un7eo .text-1 {
  line-height: 1;
}
.cid-uKA30un7eo .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uKA30un7eo .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-uKA30un7eo .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-uKA30un7eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKA30un7eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKzXp1CYnD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #334266;
}
.cid-uKzXp1CYnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzXp1CYnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKzXp1CYnD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .container {
    padding: 0 20px;
  }
}
.cid-uKzXp1CYnD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKzXp1CYnD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uKzXp1CYnD .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uKzXp1CYnD .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKzXp1CYnD .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uKzXp1CYnD .embla__button--next,
.cid-uKzXp1CYnD .embla__button--prev {
  display: flex;
}
.cid-uKzXp1CYnD .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #7eaca0;
  border: 2px solid #306fc2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKzXp1CYnD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKzXp1CYnD .embla__button:hover {
  background: transparent;
  color: #7eaca0;
  border-color: #7eaca0;
}
.cid-uKzXp1CYnD .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uKzXp1CYnD .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKzXp1CYnD .embla {
  position: relative;
  width: 100%;
}
.cid-uKzXp1CYnD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKzXp1CYnD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKzXp1CYnD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKzXp1CYnD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKzXp1CYnD .card-subtitle {
  color: #ededed;
}
.cid-uKzXp1CYnD .card-title {
  color: #ffffff;
}
.cid-uKzXp1CYnD .card-desc {
  color: #ffffff;
}
.cid-uKzXp1CYnD .card-text {
  color: #ffffff;
}
.cid-uEPCYxVVDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/can-2025-03-06t113215.450-1920x850.jpg");
}
.cid-uEPCYxVVDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPCYxVVDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPCYxVVDD .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #000000;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uEPCYxVVDD .label-text {
  color: #ffffff;
}
.cid-uEPCYxVVDD .mbr-title {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEPCYxVVDD .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uEPCYxVVDD .mbr-subtitle {
  margin-top: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEPCYxVVDD .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uEPCYxVVDD .mbr-text {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uFu2TDovgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFu2TDovgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFu2TDovgG .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-uFu2TDovgG .container {
    padding: 0 16px;
  }
}
.cid-uFu2TDovgG .row {
  position: relative;
  z-index: 1;
}
.cid-uFu2TDovgG .card {
  justify-content: center;
}
.cid-uFu2TDovgG .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFu2TDovgG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFu2TDovgG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uFu2TDovgG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFu2TDovgG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFu2TDovgG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uFu2TDovgG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFu2TDovgG .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFu2TDovgG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFu2TDovgG .items-wrapper .item {
  position: relative;
}
.cid-uFu2TDovgG .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f6f7f9;
  border-radius: 16px;
}
.cid-uFu2TDovgG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-uFu2TDovgG .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFu2TDovgG .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFu2TDovgG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFu2TDovgG .mbr-section-title {
  color: #000000;
}
.cid-uFu2TDovgG .mbr-section-subtitle {
  color: #000000;
}
.cid-uFu2TDovgG .mbr-text,
.cid-uFu2TDovgG .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uFu2TDovgG .item-title {
  color: #000000;
}
.cid-uFu2TDovgG .item-title,
.cid-uFu2TDovgG .icon-wrapper {
  text-align: center;
}
.cid-uFu2TDovgG .mbr-section-title,
.cid-uFu2TDovgG .mbr-section-btn {
  color: #306fc2;
  text-align: left;
}
.cid-uFtCknb5IS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #306fc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uFtCknb5IS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtCknb5IS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtCknb5IS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFtCknb5IS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtCknb5IS .container {
    padding: 0 16px;
  }
}
.cid-uFtCknb5IS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFtCknb5IS .items-wrapper {
  border: 1px solid #bbbbbb;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFtCknb5IS .items-wrapper {
    border-right: 1px solid #bbbbbb;
  }
}
.cid-uFtCknb5IS .item {
  padding: 32px 16px 16px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  width: 25%;
  min-height: 115px;
  transition: all 0.3s ease-in-out;
}
.cid-uFtCknb5IS .item:hover,
.cid-uFtCknb5IS .item:focus {
  box-shadow: inset 0 -500px 0 0 #306fc2 !important;
}
.cid-uFtCknb5IS .item:hover .item-wrapper .card-box .card-title,
.cid-uFtCknb5IS .item:focus .item-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uFtCknb5IS .item:hover .item-wrapper .card-box .card-desc,
.cid-uFtCknb5IS .item:focus .item-wrapper .card-box .card-desc {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFtCknb5IS .item {
    border-right: none;
    width: 100%;
  }
}
.cid-uFtCknb5IS .item .item-wrapper {
  height: 100%;
}
.cid-uFtCknb5IS .item .item-wrapper .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uFtCknb5IS .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uFtCknb5IS .item .item-wrapper .card-box .card-desc {
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uFtCknb5IS .btn-wrap {
  margin-top: 22px;
  text-align: center;
}
.cid-uFtCknb5IS .mbr-desc {
  color: #706cff;
}
.cid-uFtCknb5IS .card-title {
  color: #000000;
}
.cid-uFtCknb5IS .card-desc {
  color: #706cff;
  text-align: center;
}
.cid-uFtCknb5IS .card-title,
.cid-uFtCknb5IS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFtCknb5IS .mbr-desc,
.cid-uFtCknb5IS .btn-wrap {
  color: #ffffff;
}
.cid-uFubm9oyhB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFubm9oyhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFubm9oyhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFubm9oyhB .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uFubm9oyhB .label-text {
  color: #747474;
}
.cid-uFubm9oyhB .mbr-title {
  margin-top: 30px;
  color: #306fc2;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFubm9oyhB .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uFubm9oyhB .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFubm9oyhB .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uFubm9oyhB .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uFu8SftC4N {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFu8SftC4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFu8SftC4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFu8SftC4N .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFu8SftC4N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFu8SftC4N .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uFu8SftC4N .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #306fc2;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFu8SftC4N .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFu8SftC4N .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFu8SftC4N .item-number {
  color: #bcfe1e;
}
.cid-uFu8SftC4N .item-title {
  color: #ffffff;
}
.cid-uFu8SftC4N .item-text {
  color: #000000;
}
.cid-uFub6xRC6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b4dcfa;
}
.cid-uFub6xRC6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFub6xRC6J .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-uFub6xRC6J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFub6xRC6J .container {
    padding: 0 12px;
  }
}
.cid-uFub6xRC6J .row {
  justify-content: center;
}
.cid-uFub6xRC6J .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFub6xRC6J .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFub6xRC6J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFub6xRC6J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFub6xRC6J .card:hover .card-wrapper {
  border: 3px solid #306fc2;
  box-shadow: 4px 4px #306fc2;
}
@media (max-width: 992px) {
  .cid-uFub6xRC6J .card {
    margin-bottom: 32px;
  }
}
.cid-uFub6xRC6J .card .card-wrapper {
  padding: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFub6xRC6J .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-uFub6xRC6J .card .card-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-uFub6xRC6J .card .card-wrapper .title-wrap .title {
  display: inline-flex;
  align-items: center;
}
.cid-uFub6xRC6J .card .card-wrapper .title-wrap .title .mbr-iconfont {
  font-size: 40px;
  margin-right: 12px;
  color: #306fc2;
}
.cid-uFub6xRC6J .card .card-wrapper .title-wrap .title .mbr-card-title {
  margin-bottom: 0;
}
.cid-uFub6xRC6J .card .card-wrapper .link-wrap {
  display: block;
}
.cid-uFub6xRC6J .card .card-wrapper .link-wrap:hover .mbr-link,
.cid-uFub6xRC6J .card .card-wrapper .link-wrap:focus .mbr-link {
  text-decoration: underline;
}
.cid-uFub6xRC6J .card .card-wrapper .link-wrap .mbr-link {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-uFub6xRC6J .mbr-section-title {
  color: #306fc2;
  text-align: center;
}
.cid-uFub6xRC6J .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFub6xRC6J .mbr-card-title {
  color: #222222;
}
.cid-uFub6xRC6J .mbr-link,
.cid-uFub6xRC6J .link-wrap {
  color: #FF6928;
  text-align: center;
}
.cid-uFub6xRC6J .mbr-card-title,
.cid-uFub6xRC6J .title-wrap {
  text-align: center;
}
.cid-uFug5Tviv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFug5Tviv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFug5Tviv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFug5Tviv6 .container-fluid {
    padding: 0;
  }
}
.cid-uFug5Tviv6 .title-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uFug5Tviv6 .title-wrapper {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .cid-uFug5Tviv6 .title-wrapper {
    margin: 0 0 10px 0;
  }
}
.cid-uFug5Tviv6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFug5Tviv6 .nav.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-uFug5Tviv6 .nav.nav-tabs .nav-item {
  margin: 0 15px 20px 15px;
}
.cid-uFug5Tviv6 .nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: #199bfc;
  background-color: transparent;
  transition: all .1s ease;
  padding: 0;
}
.cid-uFug5Tviv6 .nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #199bfc;
}
.cid-uFug5Tviv6 .nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #199bfc;
}
.cid-uFug5Tviv6 .tab-content .tab-pane .tags-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cid-uFug5Tviv6 .tab-content .tab-pane .tags-wrapper .tag-wrapper {
  margin: 0 4px 14px;
}
.cid-uFug5Tviv6 .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 50px;
  border: 2px solid #199bfc;
  transition: all .3s ease;
  margin-bottom: 0;
}
.cid-uFug5Tviv6 .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag:hover,
.cid-uFug5Tviv6 .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag:focus {
  color: #199bfc;
  background-color: #199bfc;
}
.cid-uFug5Tviv6 .tab-content .tab-pane .mbr-text {
  width: 50%;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 2px solid #199bfc;
}
.cid-uFug5Tviv6 .mbr-section-title {
  color: #306fc2;
  text-align: center;
}
.cid-uFug5Tviv6 .mbr-tag {
  color: #005c62;
}
.cid-uFug5Tviv6 .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-uFug5Tviv6 .mbr-texy {
  text-align: right;
}
.cid-uFd3nRCIge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFd3nRCIge .item:focus,
.cid-uFd3nRCIge span:focus {
  outline: none;
}
.cid-uFd3nRCIge .item {
  cursor: pointer;
}
.cid-uFd3nRCIge .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uFd3nRCIge .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uFd3nRCIge .grid-container-1,
.cid-uFd3nRCIge .grid-container-2,
.cid-uFd3nRCIge .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uFd3nRCIge .grid-container-1,
  .cid-uFd3nRCIge .grid-container-2,
  .cid-uFd3nRCIge .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uFd3nRCIge .mbr-section-title {
  margin-bottom: 64px;
  color: #306fc2;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFd3nRCIge .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFd3nRCIge .content-head {
  max-width: 800px;
}
.cid-uFd3nRCIge .container,
.cid-uFd3nRCIge .container-fluid {
  overflow: hidden;
}
.cid-uFd3nRCIge .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFd3nRCIge .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
}
.cid-uFd3nRCIge .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uFd3nRCIge .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uFd3nRCIge .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uFd3nRCIge .grid-container-1,
.cid-uFd3nRCIge .grid-container-2,
.cid-uFd3nRCIge .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFd3nRCIge .grid-container-1 {
  align-items: flex-end;
}
.cid-uFd3nRCIge .grid-container-2 {
  align-items: flex-start;
}
.cid-u5SyYSOz9B {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/can-2025-03-06t113214.625-1920x850.jpg");
}
.cid-u5SyYSOz9B .row {
  align-items: center;
}
.cid-u5SyYSOz9B .image-wrapper {
  padding: 1rem;
}
.cid-u5SyYSOz9B .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u5SyYSOz9B .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-u5SyYSOz9B .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-u5SyYSOz9B .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u5SyYSOz9B .btn-container {
  width: 100%;
}
.cid-u5SyYSOz9B .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u5SyYSOz9B .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u5SyYSOz9B .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u5SyYSOz9B .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-u5SyYSOz9B .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-u5SyYSOz9B .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-u5SyYSOz9B .elementor-shape svg {
  fill: #ffffff;
}
.cid-u5SyYSOz9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5SyYSOz9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5SyYSOz9B .mbr-text,
.cid-u5SyYSOz9B .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFCvDp9lNI {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-14.jpg");
}
@media (max-width: 991px) {
  .cid-uFCvDp9lNI .mbr-section-title,
  .cid-uFCvDp9lNI .mbr-section-subtitle,
  .cid-uFCvDp9lNI .mbr-section-btn,
  .cid-uFCvDp9lNI .mbr-text {
    text-align: center;
  }
}
.cid-uFCvDp9lNI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFCvDp9lNI .mbr-text,
.cid-uFCvDp9lNI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uFCvDp9lNI .card-wrapper {
  background: #4b8ce3;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-uFCvDp9lNI .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uFCvDp9lNI .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-uFCvDp9lNI .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-uFCvDp9lNI .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-uFCvDp9lNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCvDp9lNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFd11BatUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #306fc2;
}
.cid-uFd11BatUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFd11BatUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFd11BatUH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFd11BatUH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFd11BatUH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFd11BatUH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFd11BatUH .container {
    padding: 0 12px;
  }
}
.cid-uFd11BatUH .row {
  justify-content: center;
}
.cid-uFd11BatUH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFd11BatUH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFd11BatUH .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFd11BatUH .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uFd11BatUH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFd11BatUH .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFd11BatUH .list-wrapper .list .item-wrap:hover,
.cid-uFd11BatUH .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uFd11BatUH .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uFd11BatUH .mbr-section-title {
  color: #ffffff;
}
.cid-uFd11BatUH .mbr-list-title {
  color: #ffffff;
}
.cid-uFd11BatUH .list {
  color: #ffffff;
}
.cid-uFd11BatUH .list,
.cid-uFd11BatUH .item-wrap {
  color: #ffffff;
}
