body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Trajan Pro 3 Bold';
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Trajan Pro 3 Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Trajan Pro 3 Bold';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #33358c !important;
}
.bg-success {
  background-color: #33358c !important;
}
.bg-info {
  background-color: #33358c !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-success,
.btn-success:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #bbbbbb;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #bbbbbb;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #33358c !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #33358c !important;
}
.text-info {
  color: #33358c !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #252767 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a2a2a2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #252767 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #252767 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #33358c;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #33358c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #33358c;
  border-bottom-color: #33358c;
}
.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: #33358c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !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='%2333358c' %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;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-uhfv5dWzcB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-1920x1080.jpg");
}
.cid-uhfv5dWzcB .mbr-section-title {
  text-align: center;
}
.cid-uhfv5dWzcB .mbr-text,
.cid-uhfv5dWzcB .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-uhfv5dWzcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhfv5dWzcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9sd1dUMUD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a50808;
}
.cid-v9sd1dUMUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9sd1dUMUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9sd1dUMUD .mbr-section-title {
  color: #ffffff;
}
.cid-v9sd1dUMUD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9sibPcIou {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background-1920x1080.jpg");
}
.cid-v9sibPcIou .first,
.cid-v9sibPcIou .second,
.cid-v9sibPcIou .third {
  display: inline-block;
}
.cid-v9sibPcIou img {
  max-width: 350px;
  height: auto;
}
.cid-v9sibPcIou .mbr-section-title {
  color: #33358c;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-v9sibPcIou .mbr-section-subtitle {
  color: #33358c;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-v9sibPcIou .row {
  align-items: flex-end;
}
.cid-v9sibPcIou .padd {
  padding: 0 15px;
  margin: 0;
}
.cid-unlnqr1009 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bkgd-1920x1080.jpg");
}
.cid-unlnqr1009 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlnqr1009 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlnqr1009 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-unlnqr1009 .title-wrapper .mbr-section-title span {
  color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-unlnqr1009 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .item {
    margin-bottom: 16px;
  }
}
.cid-unlnqr1009 .item:last-child {
  margin-bottom: 0;
}
.cid-unlnqr1009 .item:hover .item-wrapper .item-img img,
.cid-unlnqr1009 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-unlnqr1009 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-unlnqr1009 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-unlnqr1009 .item .item-wrapper .item-content .item-title_1,
.cid-unlnqr1009 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-unlnqr1009 .item .item-wrapper .item-content .item-text_1,
.cid-unlnqr1009 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-unlnqr1009 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-unlnqr1009 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-unlnqr1009 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-unlnqr1009 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unlnqr1009 .item .card_1 {
  background-color: #bbbbbb;
}
.cid-unlnqr1009 .item .card_2 {
  background-color: #ffffff;
}
.cid-unlnqr1009 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unlnqr1009 .item-title_1 {
  color: #33358c;
}
.cid-unlnqr1009 .item-title_2 {
  color: #ff543d;
}
.cid-unlnqr1009 .item-text_1 {
  color: #f5a11b;
}
.cid-unlnqr1009 .item-text_2 {
  color: #ff543d;
}
.cid-unlnqr1009 .item-text_1,
.cid-unlnqr1009 .mbr-section-btn {
  color: #33358c;
}
.cid-uhehKYumQj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-uhehKYumQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhehKYumQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhehKYumQj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhehKYumQj .row {
  flex-direction: row-reverse;
}
.cid-uhehKYumQj img {
  width: 100%;
  border: 3px solid #33358c;
  border-radius: 2rem;
}
.cid-uhehKYumQj .mbr-text {
  color: #33358c;
}
.cid-unfHLhclM6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-unfHLhclM6 img {
  width: 130px;
  margin: auto;
  opacity: 0.4;
  transition: all 0.3s;
}
.cid-unfHLhclM6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-unfHLhclM6 .card:hover img {
  opacity: 0.8;
}
.cid-unfHLhclM6 .row {
  justify-content: space-between;
}
.cid-unfHNAN6W9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-unfHNAN6W9 img {
  width: 130px;
  margin: auto;
  opacity: 0.4;
  transition: all 0.3s;
}
.cid-unfHNAN6W9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-unfHNAN6W9 .card:hover img {
  opacity: 0.8;
}
.cid-unfHNAN6W9 .row {
  justify-content: space-between;
}
.cid-unlf7gXyQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a60b26;
}
.cid-unlf7gXyQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlf7gXyQv .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-unlf7gXyQv .container {
    padding: 0 30px;
  }
}
.cid-unlf7gXyQv .row {
  justify-content: center;
}
.cid-unlf7gXyQv .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unlf7gXyQv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unlf7gXyQv .mbr-desc {
  color: #ffffff;
}
.cid-unlf7gXyQv .mbr-text {
  color: #ffffff;
}
.cid-unfLNMstgn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/heaven-fot-1-1627x1168.jpg");
}
.cid-unfLNMstgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-unfLNMstgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unfLNMstgn .content-wrap {
  justify-content: flex-end;
}
.cid-unfLNMstgn .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unfLNMstgn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unfLNMstgn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unfLNMstgn .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-unfLNMstgn .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unfLNMstgn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unfLNMstgn .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-unfLNMstgn .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unfLNMstgn .image-wrapper {
    padding: 0;
  }
}
.cid-unfLNMstgn .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unfLNMstgn .image-wrapper img {
    height: 350px;
  }
}
.cid-unfLNMstgn .mbr-section-title {
  color: #ffffff;
}
.cid-unfLNMstgn .mbr-text,
.cid-unfLNMstgn .text-wrapper {
  color: #ffffff;
}
.cid-uhekxIXFAA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uhekxIXFAA .mbr-text {
  color: #716c80;
}
.cid-uhekxIXFAA .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uhekxIXFAA .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uhekxIXFAA .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-uhekxIXFAA .ico2 {
  color: #33358c !important;
  transition: all 0.6s;
}
.cid-uhekxIXFAA .text-info:hover {
  color: inherit!important;
}
.cid-uhekxIXFAA .card-box {
  padding: 0rem 1rem;
}
.cid-uhekxIXFAA .ico1 {
  font-size: 3rem !important;
}
.cid-uhekxIXFAA h3,
.cid-uhekxIXFAA h4 {
  padding: 0;
  margin: 0;
}
.cid-uhekxIXFAA .card-title,
.cid-uhekxIXFAA .card-img {
  color: #57468b;
}
.cid-uhekxIXFAA .card-title {
  color: #57468b;
}
.cid-uhekxIXFAA .card-img {
  width: auto;
}
.cid-uhekxIXFAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhekxIXFAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-unfAruWuVo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unfAruWuVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unfAruWuVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unfAruWuVo .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-unfAruWuVo .container {
    padding: 10px 8px;
  }
}
.cid-unfAruWuVo .row {
  border-radius: 25px;
  background-color: #7f94e1;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-unfAruWuVo .row {
    padding: 50px 10px 40px;
  }
}
.cid-unfAruWuVo .row .card {
  padding: 0;
  justify-content: center;
}
.cid-unfAruWuVo .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-unfAruWuVo .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-unfAruWuVo .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unfAruWuVo .image-wrapper img {
    height: 350px;
  }
}
.cid-unfAruWuVo .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-unfAruWuVo .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-unfAruWuVo .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-unfAruWuVo .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-unfAruWuVo .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-unfAruWuVo .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unfAruWuVo .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-unfAruWuVo .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unfAruWuVo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unfAruWuVo .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-unfAruWuVo .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-unfAruWuVo .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-unfAruWuVo .mbr-section-title {
  color: #ffffff;
}
.cid-unfAruWuVo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unfAruWuVo .mbr-text {
  color: #ffffff;
}
.cid-unfGwTQFNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unfGwTQFNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unfGwTQFNi .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-unfGwTQFNi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-unfGwTQFNi .container {
    padding: 0 12px;
  }
}
.cid-unfGwTQFNi .title-wrapper {
  position: relative;
  height: 100%;
}
.cid-unfGwTQFNi .title-wrapper .mbr-section-title {
  position: sticky;
  top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unfGwTQFNi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
    position: static;
  }
}
.cid-unfGwTQFNi .cards-wrapper .card-wrapper {
  padding: 40px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #fdf2ec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unfGwTQFNi .cards-wrapper .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-unfGwTQFNi .cards-wrapper .card-wrapper .title-wrap .mbr-card-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  margin-bottom: 16px;
  background-color: #222222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unfGwTQFNi .cards-wrapper .card-wrapper .title-wrap .mbr-card-title {
    padding: 6px 12px;
    border-radius: 12px;
  }
}
.cid-unfGwTQFNi .cards-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unfGwTQFNi .mbr-section-title {
  color: #222222;
}
.cid-unfGwTQFNi .mbr-section-subtitle {
  color: #666666;
}
.cid-unfGwTQFNi .mbr-card-title {
  color: #ffffff;
}
.cid-unfGwTQFNi .mbr-text {
  color: #222222;
}
.cid-unfFnV8p9A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unfFnV8p9A .mbr-text {
  color: #716c80;
}
.cid-unfFnV8p9A .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-unfFnV8p9A .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-unfFnV8p9A .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-unfFnV8p9A .ico2 {
  color: #33358c !important;
  transition: all 0.6s;
}
.cid-unfFnV8p9A .text-info:hover {
  color: inherit!important;
}
.cid-unfFnV8p9A .card-box {
  padding: 0rem 1rem;
}
.cid-unfFnV8p9A .ico1 {
  font-size: 3rem !important;
}
.cid-unfFnV8p9A h3,
.cid-unfFnV8p9A h4 {
  padding: 0;
  margin: 0;
}
.cid-unfFnV8p9A .card-title,
.cid-unfFnV8p9A .card-img {
  color: #57468b;
}
.cid-unfFnV8p9A .card-title {
  color: #57468b;
}
.cid-unfFnV8p9A .card-img {
  width: auto;
}
.cid-unfFnV8p9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-unfFnV8p9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-ung1TDeASY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ung1TDeASY .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ung1TDeASY .item:focus,
.cid-ung1TDeASY span:focus {
  outline: none;
}
.cid-ung1TDeASY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ung1TDeASY .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-ung1TDeASY .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-ung1TDeASY .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-ung1TDeASY .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ung1TDeASY .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-ung1TDeASY .mbr-section-title,
.cid-ung1TDeASY .mbr-section-subtitle {
  color: #111111;
}
.cid-ung1TDeASY .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-ung1TDeASY .item-subtitle {
  text-align: center;
}
.cid-ung1TDeASY .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-ung1TDeASY .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-ung1TDeASY .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-ung1TDeASY .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-unfUZQ7zbQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unfUZQ7zbQ .item-img,
.cid-unfUZQ7zbQ .img-wrap,
.cid-unfUZQ7zbQ img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-unfUZQ7zbQ img,
.cid-unfUZQ7zbQ .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-unfUZQ7zbQ img,
  .cid-unfUZQ7zbQ .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-unfUZQ7zbQ .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-unfUZQ7zbQ .item:focus,
.cid-unfUZQ7zbQ span:focus {
  outline: none;
}
.cid-unfUZQ7zbQ .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-unfUZQ7zbQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unfUZQ7zbQ .item {
    margin-bottom: 1rem;
  }
}
.cid-unfUZQ7zbQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-unfUZQ7zbQ .item {
  padding: 0;
  margin: 0;
}
.cid-unfUZQ7zbQ h5 {
  margin: 0;
}
.cid-unfUZQ7zbQ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unfUZQ7zbQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-unfUZQ7zbQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unfUZQ7zbQ .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-unfUZQ7zbQ .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-unfUZQ7zbQ .item-wrapper {
    height: auto;
  }
}
.cid-unfUZQ7zbQ .mbr-section-title {
  color: #33358c;
  text-align: center;
}
.cid-unfUZQ7zbQ .item-title {
  text-align: center;
}
.cid-unfUZQ7zbQ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-unfUZQ7zbQ .mbr-text,
.cid-unfUZQ7zbQ .item .mbr-section-btn {
  text-align: center;
}
.cid-unfUZQ7zbQ .mbr-section-subtitle,
.cid-unfUZQ7zbQ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-unfUO70Jr4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unfUO70Jr4 .item-img,
.cid-unfUO70Jr4 .img-wrap,
.cid-unfUO70Jr4 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-unfUO70Jr4 img,
.cid-unfUO70Jr4 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-unfUO70Jr4 img,
  .cid-unfUO70Jr4 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-unfUO70Jr4 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-unfUO70Jr4 .item:focus,
.cid-unfUO70Jr4 span:focus {
  outline: none;
}
.cid-unfUO70Jr4 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-unfUO70Jr4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unfUO70Jr4 .item {
    margin-bottom: 1rem;
  }
}
.cid-unfUO70Jr4 h5 {
  margin: 0;
}
.cid-unfUO70Jr4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unfUO70Jr4 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-unfUO70Jr4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unfUO70Jr4 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-unfUO70Jr4 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-unfUO70Jr4 .item-wrapper {
    height: auto;
  }
}
.cid-unfUO70Jr4 .mbr-section-title {
  color: #33358c;
  text-align: center;
}
.cid-unfUO70Jr4 .item-title {
  text-align: center;
}
.cid-unfUO70Jr4 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-unfUO70Jr4 .mbr-text,
.cid-unfUO70Jr4 .item .mbr-section-btn {
  text-align: center;
}
.cid-unfUO70Jr4 .mbr-section-subtitle,
.cid-unfUO70Jr4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-unfS6W3Tn8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unfS6W3Tn8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-unkYCc4uHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unkYCc4uHY .mbr-text {
  color: #777d74;
}
.cid-unkUfQB1Lo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-unkUfQB1Lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unkUfQB1Lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unkUfQB1Lo .content-wrap {
  padding: 60px;
  background-color: #e7e7fb;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #33358c;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #33358c;
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff1e2;
  margin-bottom: 16px;
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unkUfQB1Lo .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unkUfQB1Lo .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper {
    padding-right: 0;
  }
}
.cid-unkUfQB1Lo .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-unkUfQB1Lo .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-unkUfQB1Lo .btn-wrapper {
  margin-top: -20%;
}
.cid-unkUfQB1Lo .mbr-section-title {
  color: #404349;
}
.cid-unkUfQB1Lo .mbr-desc {
  color: #b19a7c;
}
.cid-unkUfQB1Lo .item-number {
  color: #b19a7c;
}
.cid-unkUfQB1Lo .item-title {
  color: #404349;
}
.cid-unkUfQB1Lo .item-text {
  color: #404349;
}
.cid-unkUfQB1Lo .mbr-section-title,
.cid-unkUfQB1Lo .title-wrap {
  color: #33358c;
}
.cid-unlceKBQNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-unlceKBQNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlceKBQNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlceKBQNm .content-wrap {
  padding: 60px;
  background-color: #e7e7fb;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-unlceKBQNm .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-unlceKBQNm .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unlceKBQNm .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #33358c;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-unlceKBQNm .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unlceKBQNm .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #33358c;
}
.cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff1e2;
  margin-bottom: 16px;
}
.cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unlceKBQNm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unlceKBQNm .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-unlceKBQNm .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unlceKBQNm .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-unlceKBQNm .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-unlceKBQNm .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-unlceKBQNm .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-unlceKBQNm .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-unlceKBQNm .btn-wrapper {
  margin-top: -20%;
}
.cid-unlceKBQNm .mbr-section-title {
  color: #404349;
}
.cid-unlceKBQNm .mbr-desc {
  color: #b19a7c;
}
.cid-unlceKBQNm .item-number {
  color: #b19a7c;
}
.cid-unlceKBQNm .item-title {
  color: #404349;
}
.cid-unlceKBQNm .item-text {
  color: #404349;
}
.cid-unlceKBQNm .mbr-section-title,
.cid-unlceKBQNm .title-wrap {
  color: #33358c;
}
.cid-unlcfK2vjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-unlcfK2vjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlcfK2vjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlcfK2vjh .content-wrap {
  padding: 60px;
  background-color: #e7e7fb;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-unlcfK2vjh .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #33358c;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #33358c;
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff1e2;
  margin-bottom: 16px;
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unlcfK2vjh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unlcfK2vjh .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper {
    padding-right: 0;
  }
}
.cid-unlcfK2vjh .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-unlcfK2vjh .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-unlcfK2vjh .btn-wrapper {
  margin-top: -20%;
}
.cid-unlcfK2vjh .mbr-section-title {
  color: #404349;
}
.cid-unlcfK2vjh .mbr-desc {
  color: #b19a7c;
}
.cid-unlcfK2vjh .item-number {
  color: #b19a7c;
}
.cid-unlcfK2vjh .item-title {
  color: #404349;
}
.cid-unlcfK2vjh .item-text {
  color: #404349;
}
.cid-unlcfK2vjh .mbr-section-title,
.cid-unlcfK2vjh .title-wrap {
  color: #33358c;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #bbbbbb !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #bbbbbb !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #bbbbbb inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-unlgvbRVc9 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
@media (min-width: 768px) {
  .cid-unlgvbRVc9 {
    align-items: center;
  }
  .cid-unlgvbRVc9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unlgvbRVc9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unlgvbRVc9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unlgvbRVc9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unlgvbRVc9 .content-wrap {
    width: 100%;
  }
}
.cid-unlgvbRVc9 .mbr-section-title {
  text-align: center;
}
.cid-unlgvbRVc9 .mbr-text,
.cid-unlgvbRVc9 .mbr-section-btn {
  text-align: center;
}
.cid-unlgzaQAvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-unlgzaQAvb .mbr-section-title {
  color: #ffffff;
}
.cid-unlgzaQAvb .mbr-text,
.cid-unlgzaQAvb .mbr-section-btn {
  color: #ffffff;
}
.cid-unlgzaQAvb .btn {
  color: white!important;
  border-color: white!important;
}
.cid-unlgzaQAvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlgzaQAvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlgmIMADe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unlgmIMADe .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlgmIMADe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlgmIMADe .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-unlgmIMADe .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-unlgmIMADe .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-unlgmIMADe .mbr-section-title {
  color: #131313;
}
.cid-unlgmIMADe .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-unlgmIMADe .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-unlgmIMADe .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-unlgmIMADe .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-unlgmIMADe .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-unlgmIMADe .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-unlgmIMADe .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-unlgmIMADe .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-unlgmIMADe .item-content {
    margin-top: 20px;
  }
}
.cid-unlgmIMADe .card-title {
  color: #131313;
}
.cid-unlgmIMADe .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-unlgmIMADe .mbr-section-btn {
  margin-top: 5px;
}
.cid-unlgmIMADe .card-text,
.cid-unlgmIMADe .mbr-section-btn {
  color: #33358c;
}
.cid-unlgBw6EPO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unlgBw6EPO .mbr-text {
  color: #716c80;
}
.cid-unlgBw6EPO .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-unlgBw6EPO .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-unlgBw6EPO .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-unlgBw6EPO .ico2 {
  color: #33358c !important;
  transition: all 0.6s;
}
.cid-unlgBw6EPO .text-info:hover {
  color: inherit!important;
}
.cid-unlgBw6EPO .card-box {
  padding: 0rem 1rem;
}
.cid-unlgBw6EPO .ico1 {
  font-size: 3rem !important;
}
.cid-unlgBw6EPO h3,
.cid-unlgBw6EPO h4 {
  padding: 0;
  margin: 0;
}
.cid-unlgBw6EPO .card-title,
.cid-unlgBw6EPO .card-img {
  color: #57468b;
}
.cid-unlgBw6EPO .card-title {
  color: #57468b;
}
.cid-unlgBw6EPO .card-img {
  width: auto;
}
.cid-unlgBw6EPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unlgBw6EPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unlkxENoIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-unlkxENoIi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unlkxENoIi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unlkxENoIi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-unlkxENoIi .media-container-row .foot-menu li:hover {
  color: #bbbbbb;
}
.cid-unlkxENoIi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unlkxENoIi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-unlkxENoIi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unlkxENoIi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unlkxENoIi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unlkxENoIi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unlkxENoIi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unlkxENoIi .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unlkxENoIi .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-unlkxENoIi .media-container-row .mbr-text {
  color: #33358c;
}
