@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f40a0a !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f40a0a !important;
  border-color: #f40a0a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ab0707 !important;
  border-color: #ab0707 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab0707 !important;
  border-color: #ab0707 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #920606;
  color: #920606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f40a0a;
  border-color: #f40a0a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f40a0a !important;
  border-color: #f40a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f40a0a !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #920606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f40a0a;
  border-color: #f40a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f40a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcdcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #f40a0a;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #f40a0a !important;
  -webkit-box-shadow: 0 6px 16px 0 #f40a0a !important;
  background-color: #f40a0a !important;
  border-color: #f40a0a !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f40a0a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f40a0a;
  border-bottom-color: #f40a0a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f40a0a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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%;
}
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='%23f40a0a' %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;
}
.cid-rZ89NJykLQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZ89NJykLQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rZ89NJykLQ a {
  font-style: normal;
}
.cid-rZ89NJykLQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZ89NJykLQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rZ89NJykLQ .nav-item:focus,
.cid-rZ89NJykLQ .nav-link:focus {
  outline: none;
}
.cid-rZ89NJykLQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rZ89NJykLQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZ89NJykLQ .menu-logo {
  margin-right: auto;
}
.cid-rZ89NJykLQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rZ89NJykLQ .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-rZ89NJykLQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZ89NJykLQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZ89NJykLQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZ89NJykLQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZ89NJykLQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZ89NJykLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZ89NJykLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ89NJykLQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZ89NJykLQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZ89NJykLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZ89NJykLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZ89NJykLQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZ89NJykLQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZ89NJykLQ .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-rZ89NJykLQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZ89NJykLQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZ89NJykLQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZ89NJykLQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZ89NJykLQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZ89NJykLQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZ89NJykLQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZ89NJykLQ button.navbar-toggler:focus {
  outline: none;
}
.cid-rZ89NJykLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rZ89NJykLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZ89NJykLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ89NJykLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ89NJykLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZ89NJykLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ89NJykLQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZ89NJykLQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZ89NJykLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ89NJykLQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rZ89NJykLQ .collapsed .btn {
  display: flex;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse.collapsing,
.cid-rZ89NJykLQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZ89NJykLQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZ89NJykLQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZ89NJykLQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZ89NJykLQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZ89NJykLQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rZ89NJykLQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZ89NJykLQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZ89NJykLQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ89NJykLQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZ89NJykLQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZ89NJykLQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZ89NJykLQ .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: 991px) {
  .cid-rZ89NJykLQ.navbar-expand {
    flex-direction: column;
  }
  .cid-rZ89NJykLQ img {
    height: 3.8rem !important;
  }
  .cid-rZ89NJykLQ .btn {
    display: flex;
  }
  .cid-rZ89NJykLQ button.navbar-toggler {
    display: block;
  }
  .cid-rZ89NJykLQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZ89NJykLQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ89NJykLQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZ89NJykLQ .navbar-collapse.collapsing,
  .cid-rZ89NJykLQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZ89NJykLQ .navbar-collapse.collapsing .navbar-nav,
  .cid-rZ89NJykLQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZ89NJykLQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZ89NJykLQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZ89NJykLQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZ89NJykLQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZ89NJykLQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZ89NJykLQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZ89NJykLQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZ89NJykLQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZ89NJykLQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZ89NJykLQ .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-rZ89NJykLQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rZ89NJykLQ .navbar-collapse {
  flex-basis: auto;
}
.cid-rZ89NJykLQ .nav-link:hover,
.cid-rZ89NJykLQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rleLuPvnKO {
  padding-top: 240px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-rleLuPvnKO section {
  position: relative;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #ffffff;
}
.cid-rleLuPvnKO H3 {
  color: #ffffff;
}
.cid-rleLuPvnKO .mbr-text,
.cid-rleLuPvnKO .mbr-section-btn {
  text-align: center;
}
.cid-sko01N6uOE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sko01N6uOE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sko01N6uOE .row {
  flex-direction: row-reverse;
}
.cid-sko01N6uOE img {
  width: 100%;
}
.cid-sko01N6uOE .mbr-description {
  color: #f40a0a;
}
.cid-sklose3Qy6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sklose3Qy6 H1 {
  color: #f40a0a;
}
.cid-sklose3Qy6 .mbr-text,
.cid-sklose3Qy6 .mbr-section-btn {
  color: #716c80;
}
.cid-sklp7xkCaQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sklp7xkCaQ .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-sklp7xkCaQ h4 {
  text-align: center;
}
.cid-sklp7xkCaQ p {
  text-align: center;
}
.cid-sklp7xkCaQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sklp7xkCaQ .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-sklp7xkCaQ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-sklp7xkCaQ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sklp7xkCaQ .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-sklp7xkCaQ .card-title,
.cid-sklp7xkCaQ .card-img {
  color: #57468b;
}
.cid-sklp7xkCaQ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-sklp7xkCaQ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-sklp7xkCaQ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-skCtDWbHN4 {
  background-image: url("../../../assets/images/mbr-47.jpg");
}
.cid-skCtDWbHN4 .container {
  height: 5rem;
}
.cid-skyRXX2w2l {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-skyRXX2w2l .mbr-overlay {
  background: #5eeebb;
}
.cid-skyRXX2w2l .row {
  margin: 0;
}
.cid-skyRXX2w2l .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-skyRXX2w2l .mbr-section-title {
  color: #ffffff;
}
.cid-skyRXX2w2l .mbr-section-title span {
  font-weight: 300;
}
.cid-skyRXX2w2l .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-skyRXX2w2l .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-skyRXX2w2l .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-skyRXX2w2l .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skyRXX2w2l .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-skyRXX2w2l .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(225, 232, 255, 0.3) 0%, #e1e8ff 100%);
  border-radius: 3px;
}
.cid-skyRXX2w2l .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-skyRXX2w2l .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-skyRXX2w2l .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-skyRXX2w2l .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-skyRXX2w2l .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-skyRXX2w2l .arrows {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cid-skyRXX2w2l .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-skyRXX2w2l .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #21337d;
  transition: all 0.3s ease-in-out;
}
.cid-skyRXX2w2l .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-skyRXX2w2l .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-skyRXX2w2l .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-skyRXX2w2l .cloneditem-1,
.cid-skyRXX2w2l .cloneditem-2,
.cid-skyRXX2w2l .cloneditem-3,
.cid-skyRXX2w2l .cloneditem-4,
.cid-skyRXX2w2l .cloneditem-5 {
  display: none;
}
.cid-skyRXX2w2l .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-skyRXX2w2l .wrap {
    margin-bottom: 50px;
  }
  .cid-skyRXX2w2l .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-skyRXX2w2l .arrows {
    display: none;
  }
  .cid-skyRXX2w2l .carousel-item {
    margin-bottom: 60px;
  }
  .cid-skyRXX2w2l .container-fluid,
  .cid-skyRXX2w2l .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-skyRXX2w2l .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-skyRXX2w2l .carousel-inner {
    z-index: 1;
  }
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides2 .cloneditem-1,
  .cid-skyRXX2w2l .carousel-inner.slides2 .cloneditem-2,
  .cid-skyRXX2w2l .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides3 .cloneditem-1,
  .cid-skyRXX2w2l .carousel-inner.slides3 .cloneditem-2,
  .cid-skyRXX2w2l .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides4 .cloneditem-1,
  .cid-skyRXX2w2l .carousel-inner.slides4 .cloneditem-2,
  .cid-skyRXX2w2l .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides5 .cloneditem-1,
  .cid-skyRXX2w2l .carousel-inner.slides5 .cloneditem-2,
  .cid-skyRXX2w2l .carousel-inner.slides5 .cloneditem-3,
  .cid-skyRXX2w2l .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-skyRXX2w2l .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-skyRXX2w2l .carousel-inner.slides6 .cloneditem-1,
  .cid-skyRXX2w2l .carousel-inner.slides6 .cloneditem-2,
  .cid-skyRXX2w2l .carousel-inner.slides6 .cloneditem-3,
  .cid-skyRXX2w2l .carousel-inner.slides6 .cloneditem-4,
  .cid-skyRXX2w2l .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rlqB4vf5sY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlqB4vf5sY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqB4vf5sY H1 {
  color: #57468b;
}
.cid-rlqB4vf5sY .mbr-text,
.cid-rlqB4vf5sY .mbr-section-btn {
  color: #716c80;
}
.cid-rlqB4vf5sY H3 {
  color: #716c80;
}
.cid-rlqB4vf5sY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqB4vf5sY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqB4vf5sY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqB4vf5sY .link:hover {
  color: #f40a0a !important;
}
.cid-rlqB4vf5sY .link:hover .link-ico {
  color: #f40a0a !important;
  padding-left: 10px;
}
.cid-rlqB4vf5sY DIV {
  color: #57468b;
}
.cid-skG6P2M2u0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-skG6P2M2u0 h5,
.cid-skG6P2M2u0 h4,
.cid-skG6P2M2u0 p {
  margin-bottom: 0;
}
.cid-skG6P2M2u0 p {
  color: #767676;
}
.cid-skG6P2M2u0 .card-img {
  padding: 0;
  width: auto;
}
.cid-skG6P2M2u0 .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-skG6P2M2u0 .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-skG6P2M2u0 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-skG6P2M2u0 .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-skG6P2M2u0 .card-box {
    padding: 2rem 0 0;
  }
  .cid-skG6P2M2u0 .card-wrapper {
    display: block !important;
  }
}
.cid-skG6P2M2u0 .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-skG6P2M2u0 .card-title,
.cid-skG6P2M2u0 .main-title {
  color: #57468b;
}
.cid-rlqBcDhRCn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-rlqBcDhRCn H1 {
  color: #57468b;
}
.cid-rlqBcDhRCn .align-left {
  margin: auto;
}
.cid-rlqBcDhRCn .row {
  justify-content: space-between;
}
.cid-rlqBcDhRCn .mbr-text,
.cid-rlqBcDhRCn .mbr-section-btn {
  color: #716c80;
}
.cid-rlqBcDhRCn .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqBcDhRCn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqBcDhRCn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqBcDhRCn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqBcDhRCn .link:hover {
  color: #f40a0a !important;
}
.cid-rlqBcDhRCn .link:hover .link-ico {
  color: #f40a0a !important;
  padding-left: 10px;
}
.cid-rlqBcDhRCn DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqBcDhRCn .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqBcDhRCn h1 {
    padding-bottom: 1rem;
  }
}
.cid-skllzmeE8K {
  background-image: url("../../../assets/images/mbr-46.jpg");
}
.cid-skllzmeE8K .container {
  height: 25rem;
}
.cid-rlhJpa1Xy3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlhJpa1Xy3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhJpa1Xy3 input,
.cid-rlhJpa1Xy3 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhJpa1Xy3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhJpa1Xy3 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhJpa1Xy3 textarea {
  min-height: 160px;
}
.cid-rlhJpa1Xy3 .form-control,
.cid-rlhJpa1Xy3 .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhJpa1Xy3 .form-control:hover,
.cid-rlhJpa1Xy3 .field-input:hover,
.cid-rlhJpa1Xy3 .form-control:focus,
.cid-rlhJpa1Xy3 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rlhJpa1Xy3 input::-webkit-input-placeholder,
.cid-rlhJpa1Xy3 textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhJpa1Xy3 input:-moz-placeholder,
.cid-rlhJpa1Xy3 textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhJpa1Xy3 .jq-selectbox li,
.cid-rlhJpa1Xy3 .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJpa1Xy3 .jq-selectbox li:hover,
.cid-rlhJpa1Xy3 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJpa1Xy3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJpa1Xy3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJpa1Xy3 H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhJpa1Xy3 img {
    width: 100%;
  }
  .cid-rlhJpa1Xy3 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-rlhJpa1Xy3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-rlhJpa1Xy3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlhJpa1Xy3 .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-rlhJpa1Xy3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlhJpa1Xy3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rlhJpa1Xy3 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sko4ftzlaL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sko4ftzlaL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sko4ftzlaL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sko4ftzlaL .mbr-text {
  color: #767676;
}
.cid-rlf5rK4iOY {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-rlf5rK4iOY section {
  position: relative;
}
.cid-rlf5rK4iOY .container {
  max-width: 1400px;
}
.cid-rlf5rK4iOY .card-img2 span {
  padding-top: 6px;
}
.cid-rlf5rK4iOY .soc-item a {
  padding-top: 5px;
}
.cid-rlf5rK4iOY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf5rK4iOY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf5rK4iOY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf5rK4iOY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rlf5rK4iOY #e2_shape {
  fill: #ffffff !important;
}
.cid-rlf5rK4iOY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-rlf5rK4iOY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlf5rK4iOY .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf5rK4iOY .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf5rK4iOY .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf5rK4iOY .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-rlf5rK4iOY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf5rK4iOY .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf5rK4iOY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .item {
    justify-content: center;
  }
  .cid-rlf5rK4iOY .quote::after {
    left: 60px;
  }
}
.cid-rlf5rK4iOY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf5rK4iOY .text1 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .item-title {
  color: #ffffff;
}
.cid-rlf5rK4iOY H5 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .theme {
  color: #ffffff;
}
.cid-rlf5rK4iOY .copyright > p {
  color: #ff3366;
}
.cid-rlf5rK4iOY .text2 {
  color: #ffffff;
}
.cid-rJLGulDTxJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-rZ8aRWxck1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZ8aRWxck1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rZ8aRWxck1 a {
  font-style: normal;
}
.cid-rZ8aRWxck1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZ8aRWxck1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rZ8aRWxck1 .nav-item:focus,
.cid-rZ8aRWxck1 .nav-link:focus {
  outline: none;
}
.cid-rZ8aRWxck1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rZ8aRWxck1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZ8aRWxck1 .menu-logo {
  margin-right: auto;
}
.cid-rZ8aRWxck1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rZ8aRWxck1 .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-rZ8aRWxck1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZ8aRWxck1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZ8aRWxck1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZ8aRWxck1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZ8aRWxck1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZ8aRWxck1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZ8aRWxck1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ8aRWxck1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZ8aRWxck1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZ8aRWxck1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZ8aRWxck1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZ8aRWxck1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZ8aRWxck1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZ8aRWxck1 .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-rZ8aRWxck1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZ8aRWxck1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZ8aRWxck1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZ8aRWxck1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZ8aRWxck1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZ8aRWxck1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZ8aRWxck1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZ8aRWxck1 button.navbar-toggler:focus {
  outline: none;
}
.cid-rZ8aRWxck1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rZ8aRWxck1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZ8aRWxck1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ8aRWxck1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ8aRWxck1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZ8aRWxck1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ8aRWxck1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZ8aRWxck1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZ8aRWxck1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ8aRWxck1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rZ8aRWxck1 .collapsed .btn {
  display: flex;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.collapsing,
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZ8aRWxck1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rZ8aRWxck1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZ8aRWxck1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZ8aRWxck1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ8aRWxck1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZ8aRWxck1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZ8aRWxck1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZ8aRWxck1 .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: 991px) {
  .cid-rZ8aRWxck1.navbar-expand {
    flex-direction: column;
  }
  .cid-rZ8aRWxck1 img {
    height: 3.8rem !important;
  }
  .cid-rZ8aRWxck1 .btn {
    display: flex;
  }
  .cid-rZ8aRWxck1 button.navbar-toggler {
    display: block;
  }
  .cid-rZ8aRWxck1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZ8aRWxck1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ8aRWxck1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZ8aRWxck1 .navbar-collapse.collapsing,
  .cid-rZ8aRWxck1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZ8aRWxck1 .navbar-collapse.collapsing .navbar-nav,
  .cid-rZ8aRWxck1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZ8aRWxck1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZ8aRWxck1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZ8aRWxck1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZ8aRWxck1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZ8aRWxck1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZ8aRWxck1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZ8aRWxck1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZ8aRWxck1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZ8aRWxck1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZ8aRWxck1 .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-rZ8aRWxck1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rZ8aRWxck1 .navbar-collapse {
  flex-basis: auto;
}
.cid-rZ8aRWxck1 .nav-link:hover,
.cid-rZ8aRWxck1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rZ8b6zILlg {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZ8b6zILlg .mbr-section-subtitle {
  color: #767676;
}
.cid-rZ8bJA8sZL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZ8b81K7Zt {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZ8b81K7Zt .mbr-text {
  color: #767676;
}
.cid-rZ8bIbZyrt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rZ8buNbtnd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ8buNbtnd .mbr-section-subtitle {
  color: #767676;
}
.cid-rZ8bwBhLFr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ8bwBhLFr .mbr-text {
  color: #767676;
}
.cid-rZ8bCse1NP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skOHJG8xJF {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHJG8xJF section {
  position: relative;
}
.cid-skOHJG8xJF .container {
  max-width: 1400px;
}
.cid-skOHJG8xJF .card-img2 span {
  padding-top: 6px;
}
.cid-skOHJG8xJF .soc-item a {
  padding-top: 5px;
}
.cid-skOHJG8xJF .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHJG8xJF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHJG8xJF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHJG8xJF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHJG8xJF #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHJG8xJF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHJG8xJF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHJG8xJF .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHJG8xJF .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHJG8xJF .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHJG8xJF .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHJG8xJF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHJG8xJF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHJG8xJF .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHJG8xJF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHJG8xJF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHJG8xJF .item {
    justify-content: center;
  }
  .cid-skOHJG8xJF .quote::after {
    left: 60px;
  }
}
.cid-skOHJG8xJF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHJG8xJF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHJG8xJF .text1 {
  color: #ffffff;
}
.cid-skOHJG8xJF .item-title {
  color: #ffffff;
}
.cid-skOHJG8xJF H5 {
  color: #ffffff;
}
.cid-skOHJG8xJF .theme {
  color: #ffffff;
}
.cid-skOHJG8xJF .copyright > p {
  color: #ff3366;
}
.cid-skOHJG8xJF .text2 {
  color: #ffffff;
}
.cid-rZ8aSjT3Lz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-sklcj7gMLG .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sklcj7gMLG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sklcj7gMLG a {
  font-style: normal;
}
.cid-sklcj7gMLG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sklcj7gMLG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sklcj7gMLG .nav-item:focus,
.cid-sklcj7gMLG .nav-link:focus {
  outline: none;
}
.cid-sklcj7gMLG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sklcj7gMLG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sklcj7gMLG .menu-logo {
  margin-right: auto;
}
.cid-sklcj7gMLG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sklcj7gMLG .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-sklcj7gMLG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sklcj7gMLG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sklcj7gMLG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sklcj7gMLG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sklcj7gMLG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sklcj7gMLG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sklcj7gMLG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sklcj7gMLG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sklcj7gMLG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sklcj7gMLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sklcj7gMLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sklcj7gMLG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sklcj7gMLG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sklcj7gMLG .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-sklcj7gMLG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sklcj7gMLG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sklcj7gMLG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sklcj7gMLG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sklcj7gMLG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sklcj7gMLG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sklcj7gMLG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sklcj7gMLG button.navbar-toggler:focus {
  outline: none;
}
.cid-sklcj7gMLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sklcj7gMLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sklcj7gMLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sklcj7gMLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sklcj7gMLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sklcj7gMLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklcj7gMLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sklcj7gMLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sklcj7gMLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklcj7gMLG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sklcj7gMLG .collapsed .btn {
  display: flex;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse.collapsing,
.cid-sklcj7gMLG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sklcj7gMLG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sklcj7gMLG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sklcj7gMLG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sklcj7gMLG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sklcj7gMLG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sklcj7gMLG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sklcj7gMLG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sklcj7gMLG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sklcj7gMLG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sklcj7gMLG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sklcj7gMLG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sklcj7gMLG .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: 991px) {
  .cid-sklcj7gMLG.navbar-expand {
    flex-direction: column;
  }
  .cid-sklcj7gMLG img {
    height: 3.8rem !important;
  }
  .cid-sklcj7gMLG .btn {
    display: flex;
  }
  .cid-sklcj7gMLG button.navbar-toggler {
    display: block;
  }
  .cid-sklcj7gMLG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sklcj7gMLG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sklcj7gMLG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sklcj7gMLG .navbar-collapse.collapsing,
  .cid-sklcj7gMLG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sklcj7gMLG .navbar-collapse.collapsing .navbar-nav,
  .cid-sklcj7gMLG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sklcj7gMLG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sklcj7gMLG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sklcj7gMLG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sklcj7gMLG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sklcj7gMLG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sklcj7gMLG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sklcj7gMLG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sklcj7gMLG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sklcj7gMLG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sklcj7gMLG .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-sklcj7gMLG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sklcj7gMLG .navbar-collapse {
  flex-basis: auto;
}
.cid-sklcj7gMLG .nav-link:hover,
.cid-sklcj7gMLG .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sklcj82cO6 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-sklcj82cO6 section {
  position: relative;
}
.cid-sklcj82cO6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sklcj82cO6 #e2_shape {
  fill: #ffffff !important;
}
.cid-sklcj82cO6 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sklcj82cO6 img {
    width: 90%!important;
  }
}
.cid-sklcj82cO6 H1 {
  color: #ffffff;
}
.cid-sklcj82cO6 H3 {
  color: #ffffff;
}
.cid-sklcj82cO6 .mbr-text,
.cid-sklcj82cO6 .mbr-section-btn {
  text-align: center;
}
.cid-sklcjceBRX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sklcjceBRX H1 {
  color: #57468b;
}
.cid-sklcjceBRX .mbr-text,
.cid-sklcjceBRX .mbr-section-btn {
  color: #716c80;
}
.cid-sklcjceBRX H3 {
  color: #716c80;
}
.cid-sklcjceBRX P {
  text-align: center;
}
.cid-sklcj8L8bM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sklcj8L8bM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sklcj8L8bM H1 {
  color: #57468b;
}
.cid-sklcj8L8bM .mbr-text,
.cid-sklcj8L8bM .mbr-section-btn {
  color: #716c80;
}
.cid-sklcj8L8bM H3 {
  color: #716c80;
}
.cid-sklcj8L8bM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sklcj8L8bM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sklcj8L8bM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sklcj8L8bM .link:hover {
  color: #f40a0a !important;
}
.cid-sklcj8L8bM .link:hover .link-ico {
  color: #f40a0a !important;
  padding-left: 10px;
}
.cid-sklcj8L8bM DIV {
  color: #57468b;
}
.cid-sklcj8L8bM .mbr-text,
.cid-sklcj8L8bM .media-content {
  color: #232323;
}
.cid-skln6K1d0i {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skln6K1d0i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skln6K1d0i .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skln6K1d0i .mbr-text {
  color: #767676;
}
.cid-sknOeP15e4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sknOeP15e4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sknOeP15e4 .row {
  flex-direction: row-reverse;
}
.cid-sknOeP15e4 img {
  width: 100%;
}
.cid-sknQ2gcuL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sknQ2gcuL5 img,
.cid-sknQ2gcuL5 .item-img {
  width: 100%;
}
.cid-sknQ2gcuL5 .item:focus,
.cid-sknQ2gcuL5 span:focus {
  outline: none;
}
.cid-sknQ2gcuL5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sknQ2gcuL5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sknQ2gcuL5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sknQ2gcuL5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sknQ2gcuL5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sknQ2gcuL5 .mbr-section-title {
  color: #232323;
}
.cid-sknQ2gcuL5 .mbr-text,
.cid-sknQ2gcuL5 .mbr-section-btn {
  text-align: left;
}
.cid-sknQ2gcuL5 .item-title {
  text-align: left;
}
.cid-sknQ2gcuL5 .item-subtitle {
  text-align: left;
}
.cid-skOHaiyGRQ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHaiyGRQ section {
  position: relative;
}
.cid-skOHaiyGRQ .container {
  max-width: 1400px;
}
.cid-skOHaiyGRQ .card-img2 span {
  padding-top: 6px;
}
.cid-skOHaiyGRQ .soc-item a {
  padding-top: 5px;
}
.cid-skOHaiyGRQ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHaiyGRQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHaiyGRQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHaiyGRQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHaiyGRQ #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHaiyGRQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHaiyGRQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHaiyGRQ .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHaiyGRQ .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHaiyGRQ .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHaiyGRQ .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHaiyGRQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHaiyGRQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHaiyGRQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHaiyGRQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHaiyGRQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHaiyGRQ .item {
    justify-content: center;
  }
  .cid-skOHaiyGRQ .quote::after {
    left: 60px;
  }
}
.cid-skOHaiyGRQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHaiyGRQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHaiyGRQ .text1 {
  color: #ffffff;
}
.cid-skOHaiyGRQ .item-title {
  color: #ffffff;
}
.cid-skOHaiyGRQ H5 {
  color: #ffffff;
}
.cid-skOHaiyGRQ .theme {
  color: #ffffff;
}
.cid-skOHaiyGRQ .copyright > p {
  color: #ff3366;
}
.cid-skOHaiyGRQ .text2 {
  color: #ffffff;
}
.cid-sklcje53Fq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-sklgzLoLdM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sklgzLoLdM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sklgzLoLdM a {
  font-style: normal;
}
.cid-sklgzLoLdM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sklgzLoLdM .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sklgzLoLdM .nav-item:focus,
.cid-sklgzLoLdM .nav-link:focus {
  outline: none;
}
.cid-sklgzLoLdM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sklgzLoLdM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sklgzLoLdM .menu-logo {
  margin-right: auto;
}
.cid-sklgzLoLdM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sklgzLoLdM .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-sklgzLoLdM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sklgzLoLdM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sklgzLoLdM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sklgzLoLdM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sklgzLoLdM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sklgzLoLdM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sklgzLoLdM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sklgzLoLdM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sklgzLoLdM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sklgzLoLdM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sklgzLoLdM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sklgzLoLdM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sklgzLoLdM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sklgzLoLdM .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-sklgzLoLdM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sklgzLoLdM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sklgzLoLdM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sklgzLoLdM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sklgzLoLdM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sklgzLoLdM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sklgzLoLdM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sklgzLoLdM button.navbar-toggler:focus {
  outline: none;
}
.cid-sklgzLoLdM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sklgzLoLdM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sklgzLoLdM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sklgzLoLdM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sklgzLoLdM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sklgzLoLdM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklgzLoLdM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sklgzLoLdM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sklgzLoLdM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklgzLoLdM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sklgzLoLdM .collapsed .btn {
  display: flex;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse.collapsing,
.cid-sklgzLoLdM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sklgzLoLdM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sklgzLoLdM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sklgzLoLdM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sklgzLoLdM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sklgzLoLdM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sklgzLoLdM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sklgzLoLdM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sklgzLoLdM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sklgzLoLdM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sklgzLoLdM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sklgzLoLdM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sklgzLoLdM .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: 991px) {
  .cid-sklgzLoLdM.navbar-expand {
    flex-direction: column;
  }
  .cid-sklgzLoLdM img {
    height: 3.8rem !important;
  }
  .cid-sklgzLoLdM .btn {
    display: flex;
  }
  .cid-sklgzLoLdM button.navbar-toggler {
    display: block;
  }
  .cid-sklgzLoLdM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sklgzLoLdM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sklgzLoLdM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sklgzLoLdM .navbar-collapse.collapsing,
  .cid-sklgzLoLdM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sklgzLoLdM .navbar-collapse.collapsing .navbar-nav,
  .cid-sklgzLoLdM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sklgzLoLdM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sklgzLoLdM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sklgzLoLdM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sklgzLoLdM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sklgzLoLdM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sklgzLoLdM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sklgzLoLdM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sklgzLoLdM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sklgzLoLdM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sklgzLoLdM .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-sklgzLoLdM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sklgzLoLdM .navbar-collapse {
  flex-basis: auto;
}
.cid-sklgzLoLdM .nav-link:hover,
.cid-sklgzLoLdM .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sklgzLVFQO {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-sklgzLVFQO section {
  position: relative;
}
.cid-sklgzLVFQO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sklgzLVFQO #e2_shape {
  fill: #ffffff !important;
}
.cid-sklgzLVFQO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sklgzLVFQO img {
    width: 90%!important;
  }
}
.cid-sklgzLVFQO H1 {
  color: #ffffff;
}
.cid-sklgzLVFQO H3 {
  color: #ffffff;
}
.cid-sklgzLVFQO .mbr-text,
.cid-sklgzLVFQO .mbr-section-btn {
  text-align: center;
}
.cid-skr4FHXBbs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skr4FHXBbs H1 {
  color: #57468b;
}
.cid-skr4FHXBbs .mbr-text,
.cid-skr4FHXBbs .mbr-section-btn {
  color: #716c80;
}
.cid-skr4FHXBbs H3 {
  color: #716c80;
}
.cid-skr4FHXBbs P {
  text-align: center;
}
.cid-skr3QHn7Qk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skr3QHn7Qk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skr3QHn7Qk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skr3QHn7Qk .text-wrapper {
    padding: 2rem;
  }
}
.cid-skr3RvPEyS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skr3RvPEyS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skr3RvPEyS .row {
  flex-direction: row-reverse;
}
.cid-skr3RvPEyS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skr3RvPEyS .text-wrapper {
    padding: 2rem;
  }
}
.cid-skG37bUnP4 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skG37bUnP4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skG37bUnP4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skG37bUnP4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-skCniuIjFM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skCniuIjFM .counter-container {
  color: #767676;
}
.cid-skCniuIjFM .counter-container ul {
  margin-bottom: 0;
}
.cid-skCniuIjFM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-skCniuIjFM .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #21337d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-skJkPzSsJY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-skJkPzSsJY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skJkPzSsJY #e2_shape {
  fill: #ffffff !important;
}
.cid-skJkPzSsJY img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-skJkPzSsJY img {
    width: 90%!important;
  }
}
.cid-skOHfSuun4 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHfSuun4 section {
  position: relative;
}
.cid-skOHfSuun4 .container {
  max-width: 1400px;
}
.cid-skOHfSuun4 .card-img2 span {
  padding-top: 6px;
}
.cid-skOHfSuun4 .soc-item a {
  padding-top: 5px;
}
.cid-skOHfSuun4 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHfSuun4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHfSuun4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHfSuun4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHfSuun4 #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHfSuun4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHfSuun4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHfSuun4 .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHfSuun4 .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHfSuun4 .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHfSuun4 .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHfSuun4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHfSuun4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHfSuun4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHfSuun4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHfSuun4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHfSuun4 .item {
    justify-content: center;
  }
  .cid-skOHfSuun4 .quote::after {
    left: 60px;
  }
}
.cid-skOHfSuun4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHfSuun4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHfSuun4 .text1 {
  color: #ffffff;
}
.cid-skOHfSuun4 .item-title {
  color: #ffffff;
}
.cid-skOHfSuun4 H5 {
  color: #ffffff;
}
.cid-skOHfSuun4 .theme {
  color: #ffffff;
}
.cid-skOHfSuun4 .copyright > p {
  color: #ff3366;
}
.cid-skOHfSuun4 .text2 {
  color: #ffffff;
}
.cid-sklgzO4qHG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-sklh1K1yjk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sklh1K1yjk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sklh1K1yjk a {
  font-style: normal;
}
.cid-sklh1K1yjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sklh1K1yjk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sklh1K1yjk .nav-item:focus,
.cid-sklh1K1yjk .nav-link:focus {
  outline: none;
}
.cid-sklh1K1yjk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sklh1K1yjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sklh1K1yjk .menu-logo {
  margin-right: auto;
}
.cid-sklh1K1yjk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sklh1K1yjk .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-sklh1K1yjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sklh1K1yjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sklh1K1yjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sklh1K1yjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sklh1K1yjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sklh1K1yjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sklh1K1yjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sklh1K1yjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sklh1K1yjk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sklh1K1yjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sklh1K1yjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sklh1K1yjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sklh1K1yjk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sklh1K1yjk .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-sklh1K1yjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sklh1K1yjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sklh1K1yjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sklh1K1yjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sklh1K1yjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sklh1K1yjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sklh1K1yjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sklh1K1yjk button.navbar-toggler:focus {
  outline: none;
}
.cid-sklh1K1yjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sklh1K1yjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sklh1K1yjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sklh1K1yjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sklh1K1yjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sklh1K1yjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklh1K1yjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sklh1K1yjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sklh1K1yjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklh1K1yjk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sklh1K1yjk .collapsed .btn {
  display: flex;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse.collapsing,
.cid-sklh1K1yjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sklh1K1yjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sklh1K1yjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sklh1K1yjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sklh1K1yjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sklh1K1yjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sklh1K1yjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sklh1K1yjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sklh1K1yjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sklh1K1yjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sklh1K1yjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sklh1K1yjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sklh1K1yjk .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: 991px) {
  .cid-sklh1K1yjk.navbar-expand {
    flex-direction: column;
  }
  .cid-sklh1K1yjk img {
    height: 3.8rem !important;
  }
  .cid-sklh1K1yjk .btn {
    display: flex;
  }
  .cid-sklh1K1yjk button.navbar-toggler {
    display: block;
  }
  .cid-sklh1K1yjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sklh1K1yjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sklh1K1yjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sklh1K1yjk .navbar-collapse.collapsing,
  .cid-sklh1K1yjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sklh1K1yjk .navbar-collapse.collapsing .navbar-nav,
  .cid-sklh1K1yjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sklh1K1yjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sklh1K1yjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sklh1K1yjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sklh1K1yjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sklh1K1yjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sklh1K1yjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sklh1K1yjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sklh1K1yjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sklh1K1yjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sklh1K1yjk .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-sklh1K1yjk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sklh1K1yjk .navbar-collapse {
  flex-basis: auto;
}
.cid-sklh1K1yjk .nav-link:hover,
.cid-sklh1K1yjk .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sklh1KrLC6 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sklh1KrLC6 section {
  position: relative;
}
.cid-sklh1KrLC6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sklh1KrLC6 #e2_shape {
  fill: #ffffff !important;
}
.cid-sklh1KrLC6 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sklh1KrLC6 img {
    width: 90%!important;
  }
}
.cid-sklh1KrLC6 H1 {
  color: #ffffff;
}
.cid-sklh1KrLC6 H3 {
  color: #ffffff;
}
.cid-sklh1KrLC6 .mbr-text,
.cid-sklh1KrLC6 .mbr-section-btn {
  text-align: center;
}
.cid-skr5slrjXj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skr5slrjXj H1 {
  color: #57468b;
}
.cid-skr5slrjXj .mbr-text,
.cid-skr5slrjXj .mbr-section-btn {
  color: #716c80;
}
.cid-skr5slrjXj H3 {
  color: #716c80;
}
.cid-skr5slrjXj P {
  text-align: center;
}
.cid-skr8j4UnRZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skr8j4UnRZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skr8j4UnRZ .row {
  flex-direction: row-reverse;
}
.cid-skr8j4UnRZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skr8j4UnRZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-skr7zYY41u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skr7zYY41u H1 {
  color: #57468b;
}
.cid-skr7zYY41u .mbr-text,
.cid-skr7zYY41u .mbr-section-btn {
  color: #716c80;
}
.cid-skr7zYY41u H3 {
  color: #716c80;
}
.cid-skr7zYY41u P {
  text-align: center;
}
.cid-skCnHHnZPG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skCnHHnZPG .counter-container {
  color: #767676;
}
.cid-skCnHHnZPG .counter-container ul {
  margin-bottom: 0;
}
.cid-skCnHHnZPG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-skCnHHnZPG .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #21337d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-skonA9lFRg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skonA9lFRg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skonA9lFRg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skonA9lFRg .mbr-text {
  color: #767676;
}
.cid-sklwR4OBIo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sklwR4OBIo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sklwR4OBIo H1 {
  color: #57468b;
}
.cid-sklwR4OBIo .mbr-text,
.cid-sklwR4OBIo .mbr-section-btn {
  color: #716c80;
}
.cid-sklwR4OBIo H3 {
  color: #716c80;
}
.cid-sklwR4OBIo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sklwR4OBIo .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sklwR4OBIo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sklwR4OBIo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sklwR4OBIo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f40a0a !important;
  box-shadow: none!important;
}
.cid-sklwR4OBIo .btn-info-outline:active,
.cid-sklwR4OBIo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sklwR4OBIo DIV {
  color: #57468b;
}
.cid-skOHk3UZ7d {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHk3UZ7d section {
  position: relative;
}
.cid-skOHk3UZ7d .container {
  max-width: 1400px;
}
.cid-skOHk3UZ7d .card-img2 span {
  padding-top: 6px;
}
.cid-skOHk3UZ7d .soc-item a {
  padding-top: 5px;
}
.cid-skOHk3UZ7d .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHk3UZ7d .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHk3UZ7d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHk3UZ7d svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHk3UZ7d #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHk3UZ7d .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHk3UZ7d .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHk3UZ7d .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHk3UZ7d .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHk3UZ7d .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHk3UZ7d .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHk3UZ7d .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHk3UZ7d .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHk3UZ7d .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHk3UZ7d .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHk3UZ7d img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHk3UZ7d .item {
    justify-content: center;
  }
  .cid-skOHk3UZ7d .quote::after {
    left: 60px;
  }
}
.cid-skOHk3UZ7d .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHk3UZ7d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHk3UZ7d .text1 {
  color: #ffffff;
}
.cid-skOHk3UZ7d .item-title {
  color: #ffffff;
}
.cid-skOHk3UZ7d H5 {
  color: #ffffff;
}
.cid-skOHk3UZ7d .theme {
  color: #ffffff;
}
.cid-skOHk3UZ7d .copyright > p {
  color: #ff3366;
}
.cid-skOHk3UZ7d .text2 {
  color: #ffffff;
}
.cid-sklh1Mohw9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-sklh9pSLtv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sklh9pSLtv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sklh9pSLtv a {
  font-style: normal;
}
.cid-sklh9pSLtv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sklh9pSLtv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sklh9pSLtv .nav-item:focus,
.cid-sklh9pSLtv .nav-link:focus {
  outline: none;
}
.cid-sklh9pSLtv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sklh9pSLtv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sklh9pSLtv .menu-logo {
  margin-right: auto;
}
.cid-sklh9pSLtv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sklh9pSLtv .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-sklh9pSLtv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sklh9pSLtv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sklh9pSLtv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sklh9pSLtv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sklh9pSLtv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sklh9pSLtv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sklh9pSLtv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sklh9pSLtv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sklh9pSLtv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sklh9pSLtv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sklh9pSLtv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sklh9pSLtv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sklh9pSLtv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sklh9pSLtv .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-sklh9pSLtv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sklh9pSLtv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sklh9pSLtv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sklh9pSLtv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sklh9pSLtv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sklh9pSLtv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sklh9pSLtv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sklh9pSLtv button.navbar-toggler:focus {
  outline: none;
}
.cid-sklh9pSLtv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sklh9pSLtv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sklh9pSLtv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sklh9pSLtv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sklh9pSLtv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sklh9pSLtv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklh9pSLtv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sklh9pSLtv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sklh9pSLtv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sklh9pSLtv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sklh9pSLtv .collapsed .btn {
  display: flex;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse.collapsing,
.cid-sklh9pSLtv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sklh9pSLtv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sklh9pSLtv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sklh9pSLtv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sklh9pSLtv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sklh9pSLtv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sklh9pSLtv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sklh9pSLtv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sklh9pSLtv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sklh9pSLtv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sklh9pSLtv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sklh9pSLtv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sklh9pSLtv .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: 991px) {
  .cid-sklh9pSLtv.navbar-expand {
    flex-direction: column;
  }
  .cid-sklh9pSLtv img {
    height: 3.8rem !important;
  }
  .cid-sklh9pSLtv .btn {
    display: flex;
  }
  .cid-sklh9pSLtv button.navbar-toggler {
    display: block;
  }
  .cid-sklh9pSLtv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sklh9pSLtv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sklh9pSLtv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sklh9pSLtv .navbar-collapse.collapsing,
  .cid-sklh9pSLtv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sklh9pSLtv .navbar-collapse.collapsing .navbar-nav,
  .cid-sklh9pSLtv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sklh9pSLtv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sklh9pSLtv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sklh9pSLtv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sklh9pSLtv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sklh9pSLtv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sklh9pSLtv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sklh9pSLtv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sklh9pSLtv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sklh9pSLtv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sklh9pSLtv .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-sklh9pSLtv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sklh9pSLtv .navbar-collapse {
  flex-basis: auto;
}
.cid-sklh9pSLtv .nav-link:hover,
.cid-sklh9pSLtv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sklh9qh9oC {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-42.jpg");
}
.cid-sklh9qh9oC section {
  position: relative;
}
.cid-sklh9qh9oC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sklh9qh9oC #e2_shape {
  fill: #ffffff !important;
}
.cid-sklh9qh9oC img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sklh9qh9oC img {
    width: 90%!important;
  }
}
.cid-sklh9qh9oC H1 {
  color: #ffffff;
}
.cid-sklh9qh9oC H3 {
  color: #ffffff;
}
.cid-sklh9qh9oC .mbr-text,
.cid-sklh9qh9oC .mbr-section-btn {
  text-align: center;
}
.cid-skrdXdA3T0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skrdXdA3T0 H1 {
  color: #57468b;
}
.cid-skrdXdA3T0 .mbr-text,
.cid-skrdXdA3T0 .mbr-section-btn {
  color: #716c80;
}
.cid-skrdXdA3T0 H3 {
  color: #716c80;
}
.cid-skrdXdA3T0 P {
  text-align: center;
}
.cid-skR1PGlvGz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skR1PGlvGz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skR1PGlvGz .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-skR1PGlvGz .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-skR1PGlvGz .btn-primary-outline:active {
  color: gray;
}
.cid-skR1PGlvGz .btn-primary-outline:hover {
  color: white;
}
.cid-skR1PGlvGz div {
  overflow: hidden;
}
.cid-skR1PGlvGz li.active .btn-primary-outline {
  color: white;
}
.cid-skR1PGlvGz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skR1PGlvGz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skR1PGlvGz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skR1PGlvGz .mbr-gallery-item {
  overflow: hidden;
}
.cid-skR1PGlvGz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-skR1PGlvGz .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-skR1PGlvGz .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-skR1PGlvGz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skR1PGlvGz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skR1PGlvGz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-skR1PGlvGz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skR1PGlvGz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skR1MIJYFE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-skR1MIJYFE {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-skR1MIJYFE .box {
  background-image: url("../../../assets/images/img-9303.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skR1MIJYFE .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-skR1MIJYFE .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-skR1MIJYFE .icon-wrap span {
  padding-left: 8px;
}
.cid-skR1MIJYFE .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-skR1MIJYFE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skR1MIJYFE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skR1MIJYFE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skR1MIJYFE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-skR1MIJYFE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skR1MIJYFE a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-skR1MIJYFE {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-skR1MIJYFE .box {
    height: 250px;
  }
  .cid-skR1MIJYFE .row {
    padding: 1rem!important;
  }
}
.cid-skOHF1U7na {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHF1U7na section {
  position: relative;
}
.cid-skOHF1U7na .container {
  max-width: 1400px;
}
.cid-skOHF1U7na .card-img2 span {
  padding-top: 6px;
}
.cid-skOHF1U7na .soc-item a {
  padding-top: 5px;
}
.cid-skOHF1U7na .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHF1U7na .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHF1U7na .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHF1U7na svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHF1U7na #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHF1U7na .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHF1U7na .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHF1U7na .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHF1U7na .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHF1U7na .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHF1U7na .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHF1U7na .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHF1U7na .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHF1U7na .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHF1U7na .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHF1U7na img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHF1U7na .item {
    justify-content: center;
  }
  .cid-skOHF1U7na .quote::after {
    left: 60px;
  }
}
.cid-skOHF1U7na .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHF1U7na .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHF1U7na .text1 {
  color: #ffffff;
}
.cid-skOHF1U7na .item-title {
  color: #ffffff;
}
.cid-skOHF1U7na H5 {
  color: #ffffff;
}
.cid-skOHF1U7na .theme {
  color: #ffffff;
}
.cid-skOHF1U7na .copyright > p {
  color: #ff3366;
}
.cid-skOHF1U7na .text2 {
  color: #ffffff;
}
.cid-sklh9scUdk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-skokqmEAvu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skokqmEAvu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skokqmEAvu a {
  font-style: normal;
}
.cid-skokqmEAvu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skokqmEAvu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-skokqmEAvu .nav-item:focus,
.cid-skokqmEAvu .nav-link:focus {
  outline: none;
}
.cid-skokqmEAvu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-skokqmEAvu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skokqmEAvu .menu-logo {
  margin-right: auto;
}
.cid-skokqmEAvu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-skokqmEAvu .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-skokqmEAvu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skokqmEAvu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skokqmEAvu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skokqmEAvu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skokqmEAvu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skokqmEAvu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skokqmEAvu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skokqmEAvu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skokqmEAvu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skokqmEAvu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skokqmEAvu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skokqmEAvu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skokqmEAvu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skokqmEAvu .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-skokqmEAvu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skokqmEAvu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skokqmEAvu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skokqmEAvu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skokqmEAvu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skokqmEAvu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skokqmEAvu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skokqmEAvu button.navbar-toggler:focus {
  outline: none;
}
.cid-skokqmEAvu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skokqmEAvu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skokqmEAvu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skokqmEAvu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skokqmEAvu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skokqmEAvu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skokqmEAvu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skokqmEAvu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skokqmEAvu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skokqmEAvu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-skokqmEAvu .collapsed .btn {
  display: flex;
}
.cid-skokqmEAvu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skokqmEAvu .collapsed .navbar-collapse.collapsing,
.cid-skokqmEAvu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skokqmEAvu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skokqmEAvu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skokqmEAvu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skokqmEAvu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skokqmEAvu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skokqmEAvu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skokqmEAvu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skokqmEAvu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-skokqmEAvu .collapsed button.navbar-toggler {
  display: block;
}
.cid-skokqmEAvu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skokqmEAvu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skokqmEAvu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skokqmEAvu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skokqmEAvu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skokqmEAvu .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: 991px) {
  .cid-skokqmEAvu.navbar-expand {
    flex-direction: column;
  }
  .cid-skokqmEAvu img {
    height: 3.8rem !important;
  }
  .cid-skokqmEAvu .btn {
    display: flex;
  }
  .cid-skokqmEAvu button.navbar-toggler {
    display: block;
  }
  .cid-skokqmEAvu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skokqmEAvu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skokqmEAvu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skokqmEAvu .navbar-collapse.collapsing,
  .cid-skokqmEAvu .navbar-collapse.show {
    display: block !important;
  }
  .cid-skokqmEAvu .navbar-collapse.collapsing .navbar-nav,
  .cid-skokqmEAvu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skokqmEAvu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skokqmEAvu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skokqmEAvu .navbar-collapse.collapsing .navbar-buttons,
  .cid-skokqmEAvu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skokqmEAvu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skokqmEAvu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skokqmEAvu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skokqmEAvu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skokqmEAvu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skokqmEAvu .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-skokqmEAvu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-skokqmEAvu .navbar-collapse {
  flex-basis: auto;
}
.cid-skokqmEAvu .nav-link:hover,
.cid-skokqmEAvu .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skokqnfL31 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-skokqnfL31 section {
  position: relative;
}
.cid-skokqnfL31 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skokqnfL31 #e2_shape {
  fill: #ffffff !important;
}
.cid-skokqnfL31 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-skokqnfL31 img {
    width: 90%!important;
  }
}
.cid-skokqnfL31 H1 {
  color: #ffffff;
}
.cid-skokqnfL31 H3 {
  color: #ffffff;
}
.cid-skokqnfL31 .mbr-text,
.cid-skokqnfL31 .mbr-section-btn {
  text-align: center;
}
.cid-skriQsIa3X {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skriQsIa3X H1 {
  color: #57468b;
}
.cid-skriQsIa3X .mbr-text,
.cid-skriQsIa3X .mbr-section-btn {
  color: #716c80;
}
.cid-skriQsIa3X H3 {
  color: #716c80;
}
.cid-skriQsIa3X P {
  text-align: center;
}
.cid-skriWZWv3J {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skriWZWv3J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skriWZWv3J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skriWZWv3J .text-wrapper {
    padding: 2rem;
  }
}
.cid-skCpGBykqK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skCpGBykqK .counter-container {
  color: #767676;
}
.cid-skCpGBykqK .counter-container ul {
  margin-bottom: 0;
}
.cid-skCpGBykqK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-skCpGBykqK .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #21337d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-skoo6moQWz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skoo6moQWz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skoo6moQWz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skoo6moQWz .mbr-text {
  color: #767676;
}
.cid-skokqo0kcJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skokqo0kcJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skokqo0kcJ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-skokqo0kcJ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-skokqo0kcJ .btn-primary-outline:active {
  color: gray;
}
.cid-skokqo0kcJ .btn-primary-outline:hover {
  color: white;
}
.cid-skokqo0kcJ .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-skokqo0kcJ div {
  overflow: hidden;
}
.cid-skokqo0kcJ li.active .btn-primary-outline {
  color: white;
}
.cid-skokqo0kcJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skokqo0kcJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skokqo0kcJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skokqo0kcJ .mbr-gallery-item {
  overflow: hidden;
}
.cid-skokqo0kcJ .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-skokqo0kcJ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-skokqo0kcJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skokqo0kcJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skokqo0kcJ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-skokqo0kcJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skokqo0kcJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skOHqba2Au {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHqba2Au section {
  position: relative;
}
.cid-skOHqba2Au .container {
  max-width: 1400px;
}
.cid-skOHqba2Au .card-img2 span {
  padding-top: 6px;
}
.cid-skOHqba2Au .soc-item a {
  padding-top: 5px;
}
.cid-skOHqba2Au .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHqba2Au .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHqba2Au .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHqba2Au svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHqba2Au #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHqba2Au .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHqba2Au .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHqba2Au .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHqba2Au .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHqba2Au .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHqba2Au .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHqba2Au .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHqba2Au .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHqba2Au .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHqba2Au .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHqba2Au img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHqba2Au .item {
    justify-content: center;
  }
  .cid-skOHqba2Au .quote::after {
    left: 60px;
  }
}
.cid-skOHqba2Au .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHqba2Au .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHqba2Au .text1 {
  color: #ffffff;
}
.cid-skOHqba2Au .item-title {
  color: #ffffff;
}
.cid-skOHqba2Au H5 {
  color: #ffffff;
}
.cid-skOHqba2Au .theme {
  color: #ffffff;
}
.cid-skOHqba2Au .copyright > p {
  color: #ff3366;
}
.cid-skOHqba2Au .text2 {
  color: #ffffff;
}
.cid-skokqp0JjD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-skqZNDbD8Y .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skqZNDbD8Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skqZNDbD8Y a {
  font-style: normal;
}
.cid-skqZNDbD8Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skqZNDbD8Y .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-skqZNDbD8Y .nav-item:focus,
.cid-skqZNDbD8Y .nav-link:focus {
  outline: none;
}
.cid-skqZNDbD8Y .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-skqZNDbD8Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skqZNDbD8Y .menu-logo {
  margin-right: auto;
}
.cid-skqZNDbD8Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-skqZNDbD8Y .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-skqZNDbD8Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skqZNDbD8Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skqZNDbD8Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skqZNDbD8Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skqZNDbD8Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skqZNDbD8Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skqZNDbD8Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skqZNDbD8Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skqZNDbD8Y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skqZNDbD8Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skqZNDbD8Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skqZNDbD8Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skqZNDbD8Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skqZNDbD8Y .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-skqZNDbD8Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skqZNDbD8Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skqZNDbD8Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skqZNDbD8Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skqZNDbD8Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skqZNDbD8Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skqZNDbD8Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skqZNDbD8Y button.navbar-toggler:focus {
  outline: none;
}
.cid-skqZNDbD8Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skqZNDbD8Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skqZNDbD8Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skqZNDbD8Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skqZNDbD8Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skqZNDbD8Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skqZNDbD8Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skqZNDbD8Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skqZNDbD8Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skqZNDbD8Y .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-skqZNDbD8Y .collapsed .btn {
  display: flex;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse.collapsing,
.cid-skqZNDbD8Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skqZNDbD8Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skqZNDbD8Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skqZNDbD8Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skqZNDbD8Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skqZNDbD8Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-skqZNDbD8Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-skqZNDbD8Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skqZNDbD8Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skqZNDbD8Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skqZNDbD8Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skqZNDbD8Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skqZNDbD8Y .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: 991px) {
  .cid-skqZNDbD8Y.navbar-expand {
    flex-direction: column;
  }
  .cid-skqZNDbD8Y img {
    height: 3.8rem !important;
  }
  .cid-skqZNDbD8Y .btn {
    display: flex;
  }
  .cid-skqZNDbD8Y button.navbar-toggler {
    display: block;
  }
  .cid-skqZNDbD8Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skqZNDbD8Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skqZNDbD8Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skqZNDbD8Y .navbar-collapse.collapsing,
  .cid-skqZNDbD8Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-skqZNDbD8Y .navbar-collapse.collapsing .navbar-nav,
  .cid-skqZNDbD8Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skqZNDbD8Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skqZNDbD8Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skqZNDbD8Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-skqZNDbD8Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skqZNDbD8Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skqZNDbD8Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skqZNDbD8Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skqZNDbD8Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skqZNDbD8Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skqZNDbD8Y .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-skqZNDbD8Y .menu-logo {
    flex-shrink: 0;
  }
}
.cid-skqZNDbD8Y .navbar-collapse {
  flex-basis: auto;
}
.cid-skqZNDbD8Y .nav-link:hover,
.cid-skqZNDbD8Y .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skqZNDIKjn {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-skqZNDIKjn section {
  position: relative;
}
.cid-skqZNDIKjn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skqZNDIKjn #e2_shape {
  fill: #ffffff !important;
}
.cid-skqZNDIKjn img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-skqZNDIKjn img {
    width: 90%!important;
  }
}
.cid-skqZNDIKjn H1 {
  color: #ffffff;
}
.cid-skqZNDIKjn H3 {
  color: #ffffff;
}
.cid-skqZNDIKjn .mbr-text,
.cid-skqZNDIKjn .mbr-section-btn {
  text-align: center;
}
.cid-skrdAATaww {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skrdAATaww H1 {
  color: #57468b;
}
.cid-skrdAATaww .mbr-text,
.cid-skrdAATaww .mbr-section-btn {
  color: #716c80;
}
.cid-skrdAATaww H3 {
  color: #716c80;
}
.cid-skrdAATaww P {
  text-align: center;
}
.cid-skrdFe11NH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skrdFe11NH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skrdFe11NH .row {
  flex-direction: row-reverse;
}
.cid-skrdFe11NH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skrdFe11NH .text-wrapper {
    padding: 2rem;
  }
}
.cid-skIPqn9c46 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skIPqn9c46 .counter-container {
  color: #767676;
}
.cid-skIPqn9c46 .counter-container ul {
  margin-bottom: 0;
}
.cid-skIPqn9c46 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-skIPqn9c46 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #21337d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-skqZNEAfJ5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skqZNEAfJ5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skqZNEAfJ5 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-skqZNEAfJ5 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-skqZNEAfJ5 .btn-primary-outline:active {
  color: gray;
}
.cid-skqZNEAfJ5 .btn-primary-outline:hover {
  color: white;
}
.cid-skqZNEAfJ5 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-skqZNEAfJ5 div {
  overflow: hidden;
}
.cid-skqZNEAfJ5 li.active .btn-primary-outline {
  color: white;
}
.cid-skqZNEAfJ5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skqZNEAfJ5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skqZNEAfJ5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skqZNEAfJ5 .mbr-gallery-item {
  overflow: hidden;
}
.cid-skqZNEAfJ5 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-skqZNEAfJ5 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-skqZNEAfJ5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skqZNEAfJ5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skqZNEAfJ5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-skqZNEAfJ5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skqZNEAfJ5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skOUotNcxy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-skOUotNcxy .fb-page,
.cid-skOUotNcxy span,
.cid-skOUotNcxy iframe {
  width: 500px;
  height: 770px;
}
.cid-skOUotNcxy blockquote {
  display: none;
}
.cid-skOUotNcxy .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-skOHA1Fud4 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHA1Fud4 section {
  position: relative;
}
.cid-skOHA1Fud4 .container {
  max-width: 1400px;
}
.cid-skOHA1Fud4 .card-img2 span {
  padding-top: 6px;
}
.cid-skOHA1Fud4 .soc-item a {
  padding-top: 5px;
}
.cid-skOHA1Fud4 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHA1Fud4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHA1Fud4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHA1Fud4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHA1Fud4 #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHA1Fud4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHA1Fud4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHA1Fud4 .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHA1Fud4 .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHA1Fud4 .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHA1Fud4 .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHA1Fud4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHA1Fud4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHA1Fud4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHA1Fud4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHA1Fud4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHA1Fud4 .item {
    justify-content: center;
  }
  .cid-skOHA1Fud4 .quote::after {
    left: 60px;
  }
}
.cid-skOHA1Fud4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHA1Fud4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHA1Fud4 .text1 {
  color: #ffffff;
}
.cid-skOHA1Fud4 .item-title {
  color: #ffffff;
}
.cid-skOHA1Fud4 H5 {
  color: #ffffff;
}
.cid-skOHA1Fud4 .theme {
  color: #ffffff;
}
.cid-skOHA1Fud4 .copyright > p {
  color: #ff3366;
}
.cid-skOHA1Fud4 .text2 {
  color: #ffffff;
}
.cid-skqZNFy8lc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
.cid-skqZqnCq4u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-skqZqnCq4u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-skqZqnCq4u a {
  font-style: normal;
}
.cid-skqZqnCq4u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skqZqnCq4u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-skqZqnCq4u .nav-item:focus,
.cid-skqZqnCq4u .nav-link:focus {
  outline: none;
}
.cid-skqZqnCq4u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-skqZqnCq4u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-skqZqnCq4u .menu-logo {
  margin-right: auto;
}
.cid-skqZqnCq4u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-skqZqnCq4u .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-skqZqnCq4u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-skqZqnCq4u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-skqZqnCq4u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-skqZqnCq4u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-skqZqnCq4u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-skqZqnCq4u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-skqZqnCq4u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-skqZqnCq4u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-skqZqnCq4u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-skqZqnCq4u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-skqZqnCq4u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skqZqnCq4u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-skqZqnCq4u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skqZqnCq4u .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-skqZqnCq4u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-skqZqnCq4u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-skqZqnCq4u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-skqZqnCq4u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-skqZqnCq4u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-skqZqnCq4u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-skqZqnCq4u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-skqZqnCq4u button.navbar-toggler:focus {
  outline: none;
}
.cid-skqZqnCq4u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-skqZqnCq4u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skqZqnCq4u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skqZqnCq4u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skqZqnCq4u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skqZqnCq4u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skqZqnCq4u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skqZqnCq4u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skqZqnCq4u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skqZqnCq4u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-skqZqnCq4u .collapsed .btn {
  display: flex;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse.collapsing,
.cid-skqZqnCq4u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-skqZqnCq4u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-skqZqnCq4u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-skqZqnCq4u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-skqZqnCq4u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-skqZqnCq4u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-skqZqnCq4u .collapsed button.navbar-toggler {
  display: block;
}
.cid-skqZqnCq4u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-skqZqnCq4u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-skqZqnCq4u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-skqZqnCq4u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-skqZqnCq4u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-skqZqnCq4u .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: 991px) {
  .cid-skqZqnCq4u.navbar-expand {
    flex-direction: column;
  }
  .cid-skqZqnCq4u img {
    height: 3.8rem !important;
  }
  .cid-skqZqnCq4u .btn {
    display: flex;
  }
  .cid-skqZqnCq4u button.navbar-toggler {
    display: block;
  }
  .cid-skqZqnCq4u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-skqZqnCq4u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-skqZqnCq4u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-skqZqnCq4u .navbar-collapse.collapsing,
  .cid-skqZqnCq4u .navbar-collapse.show {
    display: block !important;
  }
  .cid-skqZqnCq4u .navbar-collapse.collapsing .navbar-nav,
  .cid-skqZqnCq4u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-skqZqnCq4u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-skqZqnCq4u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-skqZqnCq4u .navbar-collapse.collapsing .navbar-buttons,
  .cid-skqZqnCq4u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-skqZqnCq4u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-skqZqnCq4u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-skqZqnCq4u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-skqZqnCq4u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-skqZqnCq4u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-skqZqnCq4u .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-skqZqnCq4u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-skqZqnCq4u .navbar-collapse {
  flex-basis: auto;
}
.cid-skqZqnCq4u .nav-link:hover,
.cid-skqZqnCq4u .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skqZqoncoD {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-16.jpg");
}
.cid-skqZqoncoD section {
  position: relative;
}
.cid-skqZqoncoD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skqZqoncoD #e2_shape {
  fill: #ffffff !important;
}
.cid-skqZqoncoD img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-skqZqoncoD img {
    width: 90%!important;
  }
}
.cid-skqZqoncoD H1 {
  color: #ffffff;
}
.cid-skqZqoncoD H3 {
  color: #ffffff;
}
.cid-skqZqoncoD .mbr-text,
.cid-skqZqoncoD .mbr-section-btn {
  text-align: center;
}
.cid-skrdjLRyll {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skrdjLRyll H1 {
  color: #57468b;
}
.cid-skrdjLRyll .mbr-text,
.cid-skrdjLRyll .mbr-section-btn {
  color: #716c80;
}
.cid-skrdjLRyll H3 {
  color: #716c80;
}
.cid-skrdjLRyll P {
  text-align: center;
}
.cid-skQyrjXf7j {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-skQyrjXf7j svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skQyrjXf7j #e2_shape {
  fill: #ffffff !important;
}
.cid-skQyrjXf7j img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-skQyrjXf7j img {
    width: 90%!important;
  }
}
.cid-skOHvjKpPH {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #21337d;
}
.cid-skOHvjKpPH section {
  position: relative;
}
.cid-skOHvjKpPH .container {
  max-width: 1400px;
}
.cid-skOHvjKpPH .card-img2 span {
  padding-top: 6px;
}
.cid-skOHvjKpPH .soc-item a {
  padding-top: 5px;
}
.cid-skOHvjKpPH .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-skOHvjKpPH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-skOHvjKpPH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skOHvjKpPH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-skOHvjKpPH #e2_shape {
  fill: #ffffff !important;
}
.cid-skOHvjKpPH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-skOHvjKpPH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-skOHvjKpPH .card-img2 {
  width: 45px;
  height: 45px;
  background: #21337d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skOHvjKpPH .soc-item {
  width: 45px;
  height: 45px;
  background: #e1e8ff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-skOHvjKpPH .soc-item span {
  font-size: 1.4rem;
}
.cid-skOHvjKpPH .soc-item:hover span {
  color: #f40a0a !important;
}
.cid-skOHvjKpPH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-skOHvjKpPH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-skOHvjKpPH .media-wrap {
  margin-bottom: 1rem;
}
.cid-skOHvjKpPH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skOHvjKpPH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-skOHvjKpPH .item {
    justify-content: center;
  }
  .cid-skOHvjKpPH .quote::after {
    left: 60px;
  }
}
.cid-skOHvjKpPH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skOHvjKpPH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skOHvjKpPH .text1 {
  color: #ffffff;
}
.cid-skOHvjKpPH .item-title {
  color: #ffffff;
}
.cid-skOHvjKpPH H5 {
  color: #ffffff;
}
.cid-skOHvjKpPH .theme {
  color: #ffffff;
}
.cid-skOHvjKpPH .copyright > p {
  color: #ff3366;
}
.cid-skOHvjKpPH .text2 {
  color: #ffffff;
}
.cid-skqZqqoXAe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #21337d;
}
