body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Share Tech', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((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: 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-7 {
    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))));
  }
}
/* 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: #fa7e26 !important;
}
.bg-success {
  background-color: #da6d1d !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #4599b8 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  border: 1px solid #fa7e26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  box-shadow: 0 6px 40px #e37629;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c55405 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #a3602b 0, #984317 100%) !important;
  border: 1px solid #da6d1d !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(178, 103, 48, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #a3602b 0, #984317 100%) !important;
  box-shadow: 0 6px 40px #b26730;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8d4713 !important;
  border-color: #da6d1d !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #4d7787 0, #347381 100%) !important;
  border: 1px solid #4599b8 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(86, 130, 147, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #4d7787 0, #347381 100%) !important;
  box-shadow: 0 6px 40px #568293;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d6579 !important;
  border-color: #4599b8 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa7e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c55405 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da6d1d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8d4713 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #da6d1d !important;
  border-color: #da6d1d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4599b8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2d6579 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4599b8 !important;
  border-color: #4599b8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a1e21;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #fa7e26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #da6d1d !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #4599b8 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #804011 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #295b6e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa7e26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #4599b8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa7e26;
  border-color: #fa7e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa7e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8decb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a1ccdc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fa7e26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fa7e26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa7e26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa7e26;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fa7e26;
  border-bottom-color: #fa7e26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fa7e26 !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: #faae26 !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='%23fa7e26' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #fa7e26 !important;
  border-color: #fa7e26 !important;
  color: #e3ebf3 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uRrzAk9VKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRrzAk9VKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRrzAk9VKB a {
  font-style: normal;
}
.cid-uRrzAk9VKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRrzAk9VKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRrzAk9VKB .nav-item:focus,
.cid-uRrzAk9VKB .nav-link:focus {
  outline: none;
}
.cid-uRrzAk9VKB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRrzAk9VKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRrzAk9VKB .menu-logo {
  margin-right: auto;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRrzAk9VKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRrzAk9VKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRrzAk9VKB button.navbar-toggler:focus {
  outline: none;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRrzAk9VKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-uRrzAk9VKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRrzAk9VKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRrzAk9VKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRrzAk9VKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB img {
    height: 3.8rem !important;
  }
  .cid-uRrzAk9VKB .btn {
    display: -webkit-flex;
  }
  .cid-uRrzAk9VKB button.navbar-toggler {
    display: block;
  }
  .cid-uRrzAk9VKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRrzAk9VKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing,
  .cid-uRrzAk9VKB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRrzAk9VKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRrzAk9VKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRrzAk9VKB .nav-link:hover,
.cid-uRrzAk9VKB .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-v7KEqncCeA {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-v7KEqncCeA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7KEqncCeA .mbr-text,
.cid-v7KEqncCeA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7KEqncCeA .mbr-section-title DIV {
  text-align: justify;
}
.cid-v9wSrU0gQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v9wSrU0gQC {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v9wSrU0gQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wSrU0gQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wSrU0gQC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9wSrU0gQC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v9wSrU0gQC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v9wSrU0gQC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9wSrU0gQC .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9wSrU0gQC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9wSrU0gQC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9wSrU0gQC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9wSrU0gQC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v9wSrU0gQC .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v9wSrU0gQC .image-wrapper {
    padding-left: 0;
  }
}
.cid-v9wSrU0gQC .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v9wSrU0gQC .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v9wSrU0gQC .image-wrapper img {
    height: 350px;
  }
}
.cid-v9wSrU0gQC .mbr-label {
  color: #a6adbf;
}
.cid-v9wSrU0gQC .mbr-section-title {
  color: #111111;
}
.cid-v9wSrU0gQC .mbr-section-subtitle {
  color: #232323;
}
.cid-v9wSrU0gQC .mbr-text,
.cid-v9wSrU0gQC .text-wrapper {
  color: #666666;
}
.cid-v9wSrU0gQC .mbr-text,
.cid-v9wSrU0gQC .text-wrapper,
.cid-v9wSrU0gQC .mbr-section-btn {
  color: #000000;
}
.cid-uS49kWQUge {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3ebf3;
}
.cid-uS49kWQUge .title_block {
  margin-bottom: 80px;
}
.cid-uS49kWQUge .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uS49kWQUge .mbr-section-title {
  color: #436cb2;
}
.cid-uS49kWQUge .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uS49kWQUge .card_wrapper:hover .card_title a {
  color: #fa7e26 !important;
}
.cid-uS49kWQUge .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uS49kWQUge .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uS49kWQUge .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-uS49kWQUge .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uS49kWQUge .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uS49kWQUge .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(250, 126, 38, 0.4);
  background-image: linear-gradient(40deg, #fa7e26 0%, #fcb98a 100%);
}
.cid-uS49kWQUge .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(218, 109, 29, 0.4);
  background-image: linear-gradient(40deg, #da6d1d 0%, #eca571 100%);
}
.cid-uS49kWQUge .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(65, 62, 101, 0.4);
  background-image: linear-gradient(40deg, #413e65 0%, #6c67a2 100%);
}
.cid-uS49kWQUge .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(38, 85, 166, 0.4);
  background-image: linear-gradient(40deg, #2655a6 0%, #5988d9 100%);
}
.cid-uS49kWQUge .icon_block {
  margin-bottom: 40px;
}
.cid-uS49kWQUge .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uS49kWQUge .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uS49kWQUge .card_title {
  margin-bottom: 20px;
  color: #faae26;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uS49kWQUge .card_text {
  margin-bottom: 0;
}
.cid-uS49kWQUge .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uS49kWQUge .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uS49kWQUge .card_link:hover {
  cursor: pointer;
}
.cid-uS49kWQUge .card_link:hover a {
  color: #fa7e26 !important;
}
.cid-uS49kWQUge .card_link:hover span {
  transform: translatex(5px);
}
.cid-uS49kWQUge .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uS49kWQUge .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #da6d1d;
  border-radius: 50%;
}
.cid-uS49kWQUge .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #2655a6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uS49kWQUge .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #413e65;
}
.cid-uS49kWQUge .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #4599b8;
  transform: rotate(-45deg);
}
.cid-uS49kWQUge .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uS49kWQUge .title_block {
    margin-bottom: 15px;
  }
  .cid-uS49kWQUge .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-uS49kWQUge .card_title {
    margin-bottom: 15px;
  }
  .cid-uS49kWQUge .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS49kWQUge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS49kWQUge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS49kWQUge .card_title,
.cid-uS49kWQUge .icon_block {
  color: #2655a6;
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uRrzAk9VKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRrzAk9VKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRrzAk9VKB a {
  font-style: normal;
}
.cid-uRrzAk9VKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRrzAk9VKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRrzAk9VKB .nav-item:focus,
.cid-uRrzAk9VKB .nav-link:focus {
  outline: none;
}
.cid-uRrzAk9VKB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRrzAk9VKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRrzAk9VKB .menu-logo {
  margin-right: auto;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRrzAk9VKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRrzAk9VKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRrzAk9VKB button.navbar-toggler:focus {
  outline: none;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRrzAk9VKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-uRrzAk9VKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRrzAk9VKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRrzAk9VKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRrzAk9VKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB img {
    height: 3.8rem !important;
  }
  .cid-uRrzAk9VKB .btn {
    display: -webkit-flex;
  }
  .cid-uRrzAk9VKB button.navbar-toggler {
    display: block;
  }
  .cid-uRrzAk9VKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRrzAk9VKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing,
  .cid-uRrzAk9VKB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRrzAk9VKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRrzAk9VKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRrzAk9VKB .nav-link:hover,
.cid-uRrzAk9VKB .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uT8aiKOnHH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uT8aiKOnHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8aiKOnHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8aiKOnHH .item-wrapper {
  width: 100%;
}
.cid-uT8aiKOnHH .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uT8aiKOnHH .mbr-link {
  background: #436cb2;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-uT8aiKOnHH .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-uT8aiKOnHH .icon {
  color: black;
  background: #436cb2;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-uT8aiKOnHH p {
  background: #436cb2;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-uT8aiKOnHH .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uT8aiKOnHH .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT8aiKOnHH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uT8aiKOnHH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uT8aiKOnHH .wrap {
  background: url("../../../assets/images/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uT8aiKOnHH .wrap .inner-wrap {
  padding: 40px;
}
.cid-uT8aiKOnHH .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uT8aiKOnHH .mbr-text,
.cid-uT8aiKOnHH .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uT8aiKOnHH .mbr-link,
.cid-uT8aiKOnHH .link-wrapper {
  color: #ffffff;
}
.cid-uY7t4vKxCo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-uY7t4vKxCo .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uY7t4vKxCo img,
.cid-uY7t4vKxCo .item-img {
  width: 100%;
}
.cid-uY7t4vKxCo .item-card:focus,
.cid-uY7t4vKxCo span:focus {
  outline: none;
}
.cid-uY7t4vKxCo .item-card {
  margin-bottom: 2rem;
}
.cid-uY7t4vKxCo .item-wrapper {
  position: relative;
  background: #e3ebf3;
  overflow: initial;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uY7t4vKxCo .item-wrapper ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uY7t4vKxCo .item-wrapper ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-uY7t4vKxCo .item-wrapper ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a2f6f;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding-bottom: 1rem;
  content: "ᐅ";
}
.cid-uY7t4vKxCo .item-wrapper .item-content {
  z-index: 1;
}
.cid-uY7t4vKxCo .item-wrapper .outline-hover {
  border: 2px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .cid-uY7t4vKxCo .item-wrapper:hover {
    background: #8e97a1;
  }
  .cid-uY7t4vKxCo .item-wrapper:hover .outline-hover {
    opacity: 1;
  }
}
.cid-uY7t4vKxCo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uY7t4vKxCo .mbr-text,
.cid-uY7t4vKxCo .mbr-section-btn {
  text-align: left;
}
.cid-uY7t4vKxCo .item-title {
  text-align: left;
}
.cid-uY7t4vKxCo .item-subtitle {
  text-align: left;
}
.cid-uT8jsNy86t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f7f5;
}
.cid-uT8jsNy86t .row {
  align-items: center;
  justify-content: center;
}
.cid-uT8jsNy86t .col-text {
  text-align: center;
  padding: 0;
}
.cid-uT8jsNy86t .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uT8jsNy86t .lists-container {
    flex-wrap: wrap;
  }
}
.cid-uT8jsNy86t .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-uT8jsNy86t .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-uT8jsNy86t .card-box {
  display: flex;
  flex-direction: column;
}
.cid-uT8jsNy86t .card-number {
  color: #113f8d;
  width: 100%;
}
.cid-uT8jsNy86t .card-title {
  color: #222222;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uT8jsNy86t .card-text {
  color: #555555;
  width: 100%;
}
.cid-uT8jsNy86t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8jsNy86t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3HvQb77b0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v3HvQb77b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3HvQb77b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3HvQb77b0 .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card:hover {
  border-bottom: 1px solid #0f0f0f;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0f0f0f;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3HvQb77b0 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v3HvQb77b0 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3HvQb77b0 .panel-title-edit {
  color: #0f0f0f;
}
.cid-v3HvQb77b0 .panel-text {
  color: #666666;
}
.cid-uT8jngFOrC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT8jngFOrC .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uT8jngFOrC .mbr-section-title {
  color: #010d4c;
}
.cid-uT8jngFOrC .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-uT8jngFOrC .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-uT8jngFOrC .card-title {
    margin-bottom: 18px;
  }
}
.cid-uT8jngFOrC .card-title a {
  font-weight: 700;
}
.cid-uT8jngFOrC .card-title a:hover {
  color: #fa7e26 !important;
}
.cid-uT8jngFOrC .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uT8jngFOrC .icon-box {
    margin-bottom: 20px;
  }
}
.cid-uT8jngFOrC .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-uT8jngFOrC .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uT8jngFOrC .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-uT8jngFOrC .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-uT8jngFOrC .icon-link-box .mbr-iconfont:hover {
  color: #da6d1d !important;
  cursor: pointer !important;
}
.cid-uT8jngFOrC .col-card {
  margin-top: 30px;
}
.cid-uT8jngFOrC .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #f2f6fa;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-uT8jngFOrC .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-uT8jngFOrC .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-uT8jngFOrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8jngFOrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8jngFOrC .mbr-text,
.cid-uT8jngFOrC .link {
  text-align: center;
}
.cid-uT8jngFOrC .card-title,
.cid-uT8jngFOrC .card-box {
  text-align: center;
}
.cid-uTd6IqNhjb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTd6IqNhjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd6IqNhjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd6IqNhjb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTd6IqNhjb .mbr-section-title {
  color: #24262b;
}
.cid-uTd6IqNhjb .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTd6IqNhjb .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uTd6IqNhjb .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uTd6IqNhjb .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uTd6IqNhjb .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uTd6IqNhjb .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-uTd6IqNhjb .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTd6IqNhjb .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTd6IqNhjb .card-subtitle-1 {
  color: #24262b;
}
.cid-uTd6IqNhjb .card-subtitle-2 {
  color: #24262b;
}
.cid-uTd6IqNhjb .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTd6IqNhjb .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTd6IqNhjb .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTd6IqNhjb .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-uTd6IqNhjb .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uRrzAk9VKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRrzAk9VKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRrzAk9VKB a {
  font-style: normal;
}
.cid-uRrzAk9VKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRrzAk9VKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRrzAk9VKB .nav-item:focus,
.cid-uRrzAk9VKB .nav-link:focus {
  outline: none;
}
.cid-uRrzAk9VKB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRrzAk9VKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRrzAk9VKB .menu-logo {
  margin-right: auto;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRrzAk9VKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRrzAk9VKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRrzAk9VKB button.navbar-toggler:focus {
  outline: none;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRrzAk9VKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-uRrzAk9VKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRrzAk9VKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRrzAk9VKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRrzAk9VKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB img {
    height: 3.8rem !important;
  }
  .cid-uRrzAk9VKB .btn {
    display: -webkit-flex;
  }
  .cid-uRrzAk9VKB button.navbar-toggler {
    display: block;
  }
  .cid-uRrzAk9VKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRrzAk9VKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing,
  .cid-uRrzAk9VKB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRrzAk9VKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRrzAk9VKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRrzAk9VKB .nav-link:hover,
.cid-uRrzAk9VKB .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uSRrCSUBA2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uSRrCSUBA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRrCSUBA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRrCSUBA2 .row {
  align-items: flex-end;
}
.cid-uSRrCSUBA2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSRrCSUBA2 .mbr-text,
.cid-uSRrCSUBA2 .mbr-section-btn {
  color: #dfcefd;
  text-align: center;
}
.cid-uSRrCSUBA2 .col-lg-4 {
  align-items: flex-end;
}
.cid-uT1EFkDMiM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uT1EFkDMiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1EFkDMiM .container-fluid {
  padding: 0;
}
.cid-uT1EFkDMiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1EFkDMiM h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-uT1EFkDMiM .mbr-overlay {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-uT1EFkDMiM .row {
  justify-content: space-between;
}
.cid-uT1EFkDMiM .card {
  background: white;
  border-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 6rem 8rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .cid-uT1EFkDMiM .card {
    padding: 4rem 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uT1EFkDMiM .card {
    padding: 2rem 3rem;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-uT1EFkDMiM .card {
    padding: 3rem 1rem;
  }
}
.cid-uT1EFkDMiM .mbr-text,
.cid-uT1EFkDMiM .mbr-section-btn {
  color: #232323;
}
.cid-uTHN3eDAcF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTHN3eDAcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHN3eDAcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTHN3eDAcF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTHN3eDAcF .mbr-section-title {
  color: #24262b;
}
.cid-uTHN3eDAcF .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTHN3eDAcF .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uTHN3eDAcF .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uTHN3eDAcF .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uTHN3eDAcF .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uTHN3eDAcF .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-uTHN3eDAcF .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTHN3eDAcF .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTHN3eDAcF .card-subtitle-1 {
  color: #24262b;
  text-align: left;
}
.cid-uTHN3eDAcF .card-subtitle-2 {
  color: #24262b;
  text-align: left;
}
.cid-uTHN3eDAcF .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTHN3eDAcF .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTHN3eDAcF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTHN3eDAcF .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-uTHN3eDAcF .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-uTHN3eDAcF .card-text-1,
.cid-uTHN3eDAcF .mbr-section-btn-1 {
  text-align: left;
}
.cid-uTHN3eDAcF .card-text-2,
.cid-uTHN3eDAcF .mbr-section-btn-2 {
  text-align: left;
}
.cid-uUKEd6htbT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f6fa;
}
.cid-uUKEd6htbT .mbr-section-subtitle {
  color: #2655a6;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uUKEd6htbT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #fa7e26;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uUKEd6htbT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUKEd6htbT .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-uUKEd6htbT .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uUKEd6htbT .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uUKEd6htbT .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-uUKEd6htbT .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-uUKEd6htbT .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uUKEd6htbT .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uUKEd6htbT .wrapper::before {
    display: none;
  }
}
.cid-uUKEd6htbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKEd6htbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uRrzAk9VKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRrzAk9VKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRrzAk9VKB a {
  font-style: normal;
}
.cid-uRrzAk9VKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRrzAk9VKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRrzAk9VKB .nav-item:focus,
.cid-uRrzAk9VKB .nav-link:focus {
  outline: none;
}
.cid-uRrzAk9VKB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRrzAk9VKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRrzAk9VKB .menu-logo {
  margin-right: auto;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRrzAk9VKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRrzAk9VKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRrzAk9VKB button.navbar-toggler:focus {
  outline: none;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRrzAk9VKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-uRrzAk9VKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRrzAk9VKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRrzAk9VKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRrzAk9VKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB img {
    height: 3.8rem !important;
  }
  .cid-uRrzAk9VKB .btn {
    display: -webkit-flex;
  }
  .cid-uRrzAk9VKB button.navbar-toggler {
    display: block;
  }
  .cid-uRrzAk9VKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRrzAk9VKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing,
  .cid-uRrzAk9VKB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRrzAk9VKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRrzAk9VKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRrzAk9VKB .nav-link:hover,
.cid-uRrzAk9VKB .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uSnPklcoH5 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x742.jpeg");
}
.cid-uSnPklcoH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSnPklcoH5 .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-uSnPklcoH5 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uSnPklcoH5 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uSnPklcoH5 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uSnPklcoH5 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uSnPklcoH5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSnPklcoH5 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uSnPklcoH5 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSnPklcoH5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSnPklcoH5 .btn-wrapper {
  margin-top: -15%;
}
.cid-uSnPklcoH5 .mbr-section-title {
  color: #272b2e;
}
.cid-uSnPklcoH5 .mbr-text,
.cid-uSnPklcoH5 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uSnPklcoH5 .mbr-section-title,
.cid-uSnPklcoH5 .mbr-section-btn,
.cid-uSnPklcoH5 .clients-wrapper {
  text-align: center;
}
.cid-uSnN2iepy6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uSnN2iepy6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uSnN2iepy6 .icon-block {
  margin-bottom: 10px;
}
.cid-uSnN2iepy6 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uSnN2iepy6 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uSnN2iepy6 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uSnN2iepy6 textarea.form-control {
  min-height: 100px;
}
.cid-uSnN2iepy6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uSnN2iepy6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uSnN2iepy6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSnN2iepy6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSnN2iepy6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSnN2iepy6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uSnN2iepy6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uSnN2iepy6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uSnN2iepy6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uRrzAk9VKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRrzAk9VKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRrzAk9VKB a {
  font-style: normal;
}
.cid-uRrzAk9VKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRrzAk9VKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRrzAk9VKB .nav-item:focus,
.cid-uRrzAk9VKB .nav-link:focus {
  outline: none;
}
.cid-uRrzAk9VKB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRrzAk9VKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRrzAk9VKB .menu-logo {
  margin-right: auto;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrzAk9VKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrzAk9VKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRrzAk9VKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRrzAk9VKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRrzAk9VKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRrzAk9VKB button.navbar-toggler:focus {
  outline: none;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRrzAk9VKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRrzAk9VKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRrzAk9VKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRrzAk9VKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRrzAk9VKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRrzAk9VKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-uRrzAk9VKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRrzAk9VKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRrzAk9VKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRrzAk9VKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRrzAk9VKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRrzAk9VKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB img {
    height: 3.8rem !important;
  }
  .cid-uRrzAk9VKB .btn {
    display: -webkit-flex;
  }
  .cid-uRrzAk9VKB button.navbar-toggler {
    display: block;
  }
  .cid-uRrzAk9VKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRrzAk9VKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRrzAk9VKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing,
  .cid-uRrzAk9VKB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRrzAk9VKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRrzAk9VKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRrzAk9VKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRrzAk9VKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRrzAk9VKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRrzAk9VKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRrzAk9VKB .nav-link:hover,
.cid-uRrzAk9VKB .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-v7KDsVZQez {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-1920x1211.jpg");
}
.cid-v7KDsVZQez .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7KDsVZQez .mbr-text,
.cid-v7KDsVZQez .mbr-section-btn {
  color: #ffffff;
}
.cid-v7KHGHZpom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1303.jpg");
}
.cid-v7KHGHZpom .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7KHGHZpom .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7KHGHZpom h3 {
  font-weight: 500 !important;
}
.cid-v7KHGHZpom .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-v7KHGHZpom .order {
    margin-right: 0;
  }
}
.cid-v7KHGHZpom .list-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-v7KHGHZpom .list-item {
    padding: 3rem;
  }
}
.cid-v7KHGHZpom .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-v7KHGHZpom .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-v7LYx2JMg9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-v7LYx2JMg9 .row {
  align-items: center;
  justify-content: center;
}
.cid-v7LYx2JMg9 .col-text {
  text-align: center;
  padding: 0;
}
.cid-v7LYx2JMg9 .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7LYx2JMg9 .lists-container {
    flex-wrap: wrap;
  }
}
.cid-v7LYx2JMg9 .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-v7LYx2JMg9 .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-v7LYx2JMg9 .card-box {
  display: flex;
  flex-direction: column;
}
.cid-v7LYx2JMg9 .card-number {
  color: #113f8d;
  width: 100%;
}
.cid-v7LYx2JMg9 .card-title {
  color: #222222;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-v7LYx2JMg9 .card-text {
  color: #0855d9;
  width: 100%;
}
.cid-v7LYx2JMg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7LYx2JMg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7LYFNISyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7LYFNISyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7LYFNISyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7LYFNISyV .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card:hover {
  border-bottom: 1px solid #0f0f0f;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0f0f0f;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7LYFNISyV .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v7LYFNISyV .mbr-section-title {
  color: #0f0f0f;
}
.cid-v7LYFNISyV .panel-title-edit {
  color: #0f0f0f;
}
.cid-v7LYFNISyV .panel-text {
  color: #666666;
}
.cid-v7LYtrHK72 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7LYtrHK72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7LYtrHK72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7LYtrHK72 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7LYtrHK72 .mbr-section-title {
  color: #24262b;
}
.cid-v7LYtrHK72 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7LYtrHK72 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v7LYtrHK72 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v7LYtrHK72 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v7LYtrHK72 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v7LYtrHK72 .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v7LYtrHK72 .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7LYtrHK72 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7LYtrHK72 .card-subtitle-1 {
  color: #24262b;
}
.cid-v7LYtrHK72 .card-subtitle-2 {
  color: #24262b;
}
.cid-v7LYtrHK72 .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7LYtrHK72 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7LYtrHK72 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7LYtrHK72 .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-v7LYtrHK72 .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-v3xwiauD2v .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-v3xwiauD2v .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v3xwiauD2v a {
  font-style: normal;
}
.cid-v3xwiauD2v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v3xwiauD2v .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v3xwiauD2v .nav-item:focus,
.cid-v3xwiauD2v .nav-link:focus {
  outline: none;
}
.cid-v3xwiauD2v .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v3xwiauD2v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v3xwiauD2v .menu-logo {
  margin-right: auto;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v3xwiauD2v .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v3xwiauD2v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v3xwiauD2v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v3xwiauD2v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3xwiauD2v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v3xwiauD2v .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v3xwiauD2v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v3xwiauD2v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3xwiauD2v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v3xwiauD2v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3xwiauD2v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v3xwiauD2v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v3xwiauD2v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v3xwiauD2v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v3xwiauD2v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v3xwiauD2v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v3xwiauD2v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v3xwiauD2v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v3xwiauD2v button.navbar-toggler:focus {
  outline: none;
}
.cid-v3xwiauD2v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-v3xwiauD2v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3xwiauD2v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3xwiauD2v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3xwiauD2v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3xwiauD2v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3xwiauD2v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3xwiauD2v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3xwiauD2v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3xwiauD2v .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v3xwiauD2v .collapsed .btn {
  display: -webkit-flex;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse.collapsing,
.cid-v3xwiauD2v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v3xwiauD2v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v3xwiauD2v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v3xwiauD2v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v3xwiauD2v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v3xwiauD2v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v3xwiauD2v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-v3xwiauD2v .collapsed button.navbar-toggler {
  display: block;
}
.cid-v3xwiauD2v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v3xwiauD2v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v3xwiauD2v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v3xwiauD2v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v3xwiauD2v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v3xwiauD2v .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v3xwiauD2v.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v3xwiauD2v img {
    height: 3.8rem !important;
  }
  .cid-v3xwiauD2v .btn {
    display: -webkit-flex;
  }
  .cid-v3xwiauD2v button.navbar-toggler {
    display: block;
  }
  .cid-v3xwiauD2v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v3xwiauD2v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v3xwiauD2v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v3xwiauD2v .navbar-collapse.collapsing,
  .cid-v3xwiauD2v .navbar-collapse.show {
    display: block !important;
  }
  .cid-v3xwiauD2v .navbar-collapse.collapsing .navbar-nav,
  .cid-v3xwiauD2v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v3xwiauD2v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v3xwiauD2v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v3xwiauD2v .navbar-collapse.collapsing .navbar-buttons,
  .cid-v3xwiauD2v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v3xwiauD2v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v3xwiauD2v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v3xwiauD2v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v3xwiauD2v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v3xwiauD2v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v3xwiauD2v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v3xwiauD2v .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v3xwiauD2v .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v3xwiauD2v .nav-link:hover,
.cid-v3xwiauD2v .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-v3xwiaO7o8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3xwiaO7o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xwiaO7o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3xwiaO7o8 .item-wrapper {
  width: 100%;
}
.cid-v3xwiaO7o8 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-v3xwiaO7o8 .mbr-link {
  background: #436cb2;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-v3xwiaO7o8 .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3xwiaO7o8 .icon {
  color: black;
  background: #436cb2;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-v3xwiaO7o8 p {
  background: #436cb2;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-v3xwiaO7o8 .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3xwiaO7o8 .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3xwiaO7o8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3xwiaO7o8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3xwiaO7o8 .wrap {
  background: url("../../../assets/images/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v3xwiaO7o8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-v3xwiaO7o8 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3xwiaO7o8 .mbr-text,
.cid-v3xwiaO7o8 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v3xwiaO7o8 .mbr-link,
.cid-v3xwiaO7o8 .link-wrapper {
  color: #ffffff;
}
.cid-v3ABpQHpgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-v3ABpQHpgp .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3ABpQHpgp .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3ABpQHpgp h3 {
  font-weight: 500 !important;
}
.cid-v3ABpQHpgp .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-v3ABpQHpgp .order {
    margin-right: 0;
  }
}
.cid-v3ABpQHpgp .list-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-v3ABpQHpgp .list-item {
    padding: 3rem;
  }
}
.cid-v3ABpQHpgp .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-v3ABpQHpgp .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-v8ei4aI4i3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8ei4aI4i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ei4aI4i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ei4aI4i3 .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card:hover {
  border-bottom: 1px solid #0f0f0f;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0f0f0f;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8ei4aI4i3 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v8ei4aI4i3 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v8ei4aI4i3 .panel-title-edit {
  color: #0f0f0f;
}
.cid-v8ei4aI4i3 .panel-text {
  color: #666666;
}
.cid-v3xwicygvx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3xwicygvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xwicygvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3xwicygvx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v3xwicygvx .mbr-section-title {
  color: #24262b;
}
.cid-v3xwicygvx .mbr-section-subtitle {
  color: #24262b;
}
.cid-v3xwicygvx .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v3xwicygvx .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v3xwicygvx .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v3xwicygvx .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v3xwicygvx .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v3xwicygvx .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v3xwicygvx .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v3xwicygvx .card-subtitle-1 {
  color: #24262b;
}
.cid-v3xwicygvx .card-subtitle-2 {
  color: #24262b;
}
.cid-v3xwicygvx .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v3xwicygvx .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v3xwicygvx .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3xwicygvx .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-v3xwicygvx .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v7WsUACMGe {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-v7WsUACMGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WsUACMGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WsUACMGe .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v7WsUACMGe .row {
  align-items: center;
}
.cid-v7WsUACMGe .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7WsUACMGe .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-v7WsUACMGe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v7WsUACMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-v7WsUACMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WsUACMGe .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-v7WsUACMGe .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-v7WsUACMGe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-v7WsUACMGe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WsUACMGe .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-v7WsUACMGe .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-v7WsUACMGe .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-v7WsUACMGe .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-v7WsUACMGe .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-v7WsUACMGe .contact-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7WsUACMGe .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7WsUACMGe .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-v7WsUACMGe .contact-container {
    width: 100%;
  }
}
.cid-v7WsUACMGe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #436cb2;
}
.cid-v7WsUACMGe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v7WsUACMGe .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-v7WsUACMGe .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-v7WsUACMGe .contact-item-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-v7WsUACMGe .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #232323;
  background-color: transparent;
}
.cid-v7WsUACMGe .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-v7WsUACMGe .copyright {
  color: #efefec;
  text-align: center;
}
.cid-v7WsUACMGe .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-v7WsUACMGe .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-v7WsUACMGe .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
